Top "Streaming" questions

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

Play HLS with HTML5

So i'm trying to play HLS streams on HTML5 without using Flash. We've tried many video players but they all …

html video streaming http-live-streaming
Reading data from an open HTTP stream

I am trying to use the .NET WebRequest/WebResponse classes to access the Twitter streaming API here "http://stream.twitter.…

c# http streaming webrequest webresponse
Writing a Python Music Streamer

I would like to implement a server in Python that streams music in MP3 format over HTTP. I would like …

python http streaming mp3 shoutcast
Begin stream simple mp4 with ffserver

I want to stream a mp4 and for this I read about ffserver. So I search and read ffserver documentations …

ubuntu ffmpeg streaming video-streaming ffserver
UISlider with ProgressView combined

Is there an apple-house-made way to get a UISlider with a ProgressView. This is used by many streaming applications e.…

objective-c ios4 streaming uislider uiprogressview
Parsing very large XML documents (and a bit more) in java

(All of the following is to be written in Java) I have to build an application that will take as …

java xml memory-management streaming sax
Live video streaming application on Android

I am trying to build a live video streaming application that streams live video from Android. Using the MediaRecorder class, …

android video streaming live
AVPlayer vs. AVAudioPlayer

The documentation for AVPlayer states the following: [The] player works equally well with local and remote media files However, the …

iphone audio streaming ios4 core-audio
Why does it take so long for Android's MediaPlayer to prepare some live streams for playback?

I am finding big differences in the time it takes the Android MediaPlayer to prepare for live stream playback with …

android audio streaming android-mediaplayer audio-streaming
How to convert video to `m4v` with `ffmpeg`?

I'm trying to encode a video to m4v, so I can play it using jplayer on my website, but …

streaming ffmpeg converter jplayer