Top "Streaming" questions

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

Understanding Python HTTP streaming

I'm struggling to access a streaming API using Python and Requests. What the API says: "We’ve enabled a streaming …

python http streaming python-requests chunked-encoding
Android - MediaPlayer Buffer Size in ICS 4.0

I'm using a socket as a proxy to the MediaPlayer so I can download and decrypt mp3 audio before writing …

android audio streaming audio-player android-music-player
Multiple H.264 video streams in one RTP session

I would like to dynamically switch the video source in a streaming video application. However, the different video sources have …

video streaming h.264 rtp
Explaining The Count Sketch Algorithm

Can someone explain how the Count Sketch Algorithm works? I still can't figure out how hashes are used, for example. …

algorithm streaming frequency-analysis
Playing audio stream using html5

How can i play RTSP streams with HTML5 audio tag, I already check streaming links from wowza http and RTSP …

javascript html streaming rtsp wowza
Java RTP/HTTP Streaming

i'm decoding and encoding a videofile via Xuggle to FLV-video format and send it via Sockets to my java server (…

java http streaming rtp xuggle
How to play audio byte array (not file!) with JavaScript in a browser

For mostly security reasons, I'm not allowed to store a WAV file on the server to be accessed by a …

streaming web wav
HTML 5 streaming webcam video?

Is it currently possible to create a flash free live webcam chat with HTML5? If so, how can I go …

flash html video streaming webcam
Streaming API vs Rest API?

The canonical example here is Twitter's API. I understand conceptually how the REST API works, essentially its just a query …

api twitter node.js streaming
AudioTrack restarting even after it is stopped

I created a simple application that generates a square wave of given frequency and plays it using AudioTrack in STREAM …

android streaming audiotrack