Top "Streaming" questions

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

How to Play Streaming Audio/Video from a url?

I am new in Android. I am using android os 2.2. I am trying to play streaming audio and video from …

android streaming media-player
How could I play a shoutcast/icecast stream using HTML5?

Is it possible to play a shoutcast/icecast stream using HTML5? If so, how should I implement it?

html streaming audio-streaming shoutcast icecast
How can I code a server/client video and audio streaming application?

I have to create a client/server system to stream video and audio. It would be very simple. Like youtube …

java multithreading sockets streaming client-server
What is the difference between HLS and MPEG-DASH?

It seems both protocol does the same thing but is there a advantage of one over the other?

streaming http-live-streaming mpeg-dash
Stream large binary files with urllib2 to file

I use the following code to stream large files from the Internet into a local file: fp = open(file, 'wb') …

python file streaming urllib2
Using FFMPEG to stream continuously videos files to a RTMP server

ffmpeg handles RTMP streaming as input or output, and it's working well. I want to stream some videos (a dynamic …

ffmpeg streaming pipe named-pipes rtmp
Writing a string to the end of a file (C++)

I have a program already formed that has a string that I want to stream to the end of an …

c++ string file streaming
Streaming large result sets with MySQL

I'm developing a spring application that uses large MySQL tables. When loading large tables, I get an OutOfMemoryException, since the …

java mysql spring streaming
Streaming from M3U on Android

I am working with Android OS to try to stream from an M3U. I don't see why this is …

android streaming m3u
How do streaming resources fit within the RESTful paradigm?

With a RESTful service you can create, read, update, and delete resources. This all works well when you're dealing with …

rest streaming theory