Top "Streaming" questions

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

Capture video on iOS device and live stream it to a server (or another mobile)

I want to be able to record footage using my iOS device and stream it directly to a server. There's …

ios video streaming ffmpeg http-live-streaming
Capturing images with mjpg-streamer at a higher resolution than 640x480

I'm using mjpg-streamer on Angstrom Linux on a BeagleBone and have been able to capture images from the stream. I …

streaming webcam resolution beagleboard mjpeg
How do I dispose my filestream when implementing a file download in ASP.NET?

I have a class DocumentGenerator which wraps a MemoryStream. So I have implemented IDisposable on the class. I can't see …

c# asp.net asp.net-mvc streaming idisposable
How to create MediaStream from videofile?

Most of the Mediastream examples are explanation by webCam-stream.but I need to create MediaStream from local videofile(.webm or …

javascript video streaming webrtc mediastreamsource
Using avconv to stream live audio from in-line (alsa hw:0,0) over wireless access point to a client.

I have linaro 12.06 installed on my Miniand's Hackberry(https://www.miniand.com/products/Hackberry%20A10%20Developer%20Board). I have wireless …

linux streaming wireless rtp
WCF Chunking / Streaming

I'm using WCF and want to upload a large file from the client to the server. I have investigated and …

wcf streaming uploading chunking
How to send camera stream to rtmp server by react native

I am trying to build a live stream video app. I built an rtmp server which is ready for publishing …

react-native video-streaming streaming rtmp react-native-camera
Command-line streaming webcam with audio from Ubuntu server in WebM format

I am trying to stream video and audio from my webcam connected to my headless Ubuntu server (running Maverick 10.10). I …

streaming ffmpeg webcam webm ffserver
Is there a way to make PHP progressively output as the script executes?

So I'm writing a disposable script for my own personal single use and I want to be able see how …

php streaming progress-bar outputstream output-buffering
Android Media Player: Download to File and Stream From File

I'm using Android's MediaPlayer to play MP3 files that are simultaneously downloaded from the internet using the DownloadManager. I'm aware …

android audio download streaming media-player