Top "Streaming" questions

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

Anyone have sample code for doing a "chunked" HTTP streaming download of one web directly to a upload to a separate web server?

Background - I'm trying to stream an existing webpage to a separate web application, using HttpWebRequest/HttpWebResponse in C#. One …

c# http httpwebrequest streaming chunked-encoding
How to retrieve a streamed response (e.g. download a file) with Symfony test client

I am writing functional tests with Symfony2. I have a controller that calls a getImage() function which streams an image …

symfony streaming symfony-2.1 functional-testing
How to stream online radio with Phonegap?

I have hard time getting an iphone app built on top of phonegap to stream online radio station. It should …

ios audio streaming cordova icecast
Use flume to stream data to S3

I am trying flume for something very simple, where I would like to push content from my log files to …

apache logging amazon-s3 streaming flume
how to create a mpd file using MP4Box

I am new to this GPAC's MP4Box tool. Using this we can create MPD(Media Presentation Description) files for …

streaming mp4box
flowplayer streaming mp4 from apache

I'm having some problems getting this to work. I think I've done it right based on http://flowplayer.org/forum/5/14664#…

apache streaming mp4 flowplayer
How I can play streaming audio over Ethernet in Qt?

My goal is to transmit *.wav file over LAN network without delay or with minimal one. Also we read a …

qt audio streaming networkstream
HTTP Live Streaming via AWS cloudfront

Like to know if anyone been able to stream HLS video via AWS Cloudfront with Signed URL. My experience so …

http amazon-web-services streaming live amazon-cloudfront
streaming video over LAN C#

I've recently learned about data streaming and C#. I've practice building a simple server-client Login program like so: public static …

c# video streaming networkstream
Live Streaming ( Socket ) - How to sync audio and video?

1- Which one is better to use for streaming video ? TCP or UDP socket and why? 2- While streaming live, …

sockets streaming video-streaming live-streaming