Top "Streaming" questions

Streaming is the process of delivering digital multimedia content from a provider to a consumer over a network.

How to identify unique devices using javascript?

I was wondering how streaming service providers like Netflix, Hulu, Sling.. et identify my device when I login using web …

javascript streaming drm
iOS 6 streaming player com.apple.coremedia.networkbuffering bug

I'm having trouble on make my app(music and video stream player) running on iOS 6 simulator. When I start a …

ios streaming ios-simulator mpmovieplayercontroller ios6
Cross-browser implementation of "HTTP Streaming" (push) AJAX pattern

Client request web page from server. Clent then requests for extra calculations to be done; server performs series of calculations …

javascript ajax streaming xmlhttprequest comet
EndOfStream for BinaryReader

BinaryReader does not have EndOfStream property. Is it safe to use following code to check if end of stream is …

c# streaming binaryreader
Streaming Http responses with NodeJS

I am experimenting with various responses from a simple NodeJS HTTP server. The effect I am trying to achieve is …

http node.js streaming transfer-encoding
How do you do true streaming with the video tag (i.e. not progressive download)? (html5)

I have cheap Apache PHP hosting. I have a mp4 and or Ogg video file. I want to dynamically stream …

video html streaming mp4 ogg
How to upload a large file through an Azure function?

I am exploring Azure Functions. The scenarios I have tested so far work great. I am at a point where …

c# azure file-upload streaming azure-functions
RestSharp AddFile Using Stream

I am using RestSharp (version 105.2.3.0 in Visual Studio 2013, .net 4.5) to call a NodeJS hosted webservice. One of the calls I …

c# upload streaming restsharp
Emulate an IP Camera

I am using software (DVR) that is meant to talk directly to an IP camera. I am trying to pass …

streaming ffmpeg ip rtp
WebAPI Request Streaming support

I am writing an ASP.NET Web API application that requires me to accept a file upload and forward that …

c# asp.net streaming asp.net-web-api