Top "Streaming" questions

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

Streaming large images using ASP.Net Webapi

We are trying to return large image files using ASP.Net WebApi and using the following code to stream the …

c# asp.net-web-api download streaming large-files
Ruby on Rails 3: Streaming data through Rails to client

I am working on a Ruby on Rails app that communicates with RackSpace cloudfiles (similar to Amazon S3 but lacking …

ruby-on-rails streaming ruby-on-rails-3 cloudfiles
Android AudioRecord to Server over UDP Playback Issues

I am trying to make a simple Android application that streams live microphone audio to a server for playback. The …

android audio streaming audiorecord
Apache Storm compared to Hadoop

How does Storm compare to Hadoop? Hadoop seems to be the defacto standard for open-source large scale batch processing, does …

hadoop streaming apache-storm
Upload live streaming video from iPhone like Ustream or Qik

How to live stream videos from iPhone to server like Ustream or Qik? I know there's something called Http Live …

iphone http video streaming live
How to force stream RTP video with vlc over tcp protocol?

I'm trying to stream a video via rtp with vlc, the default protocol is UDP, but its performance is very …

tcp streaming vlc rtp
RTMP vs RTSP/RTP: Which to choose for an interactive livestream?

If you are trying to develop an interactive livestream application, you rely on ultra low (real-time) latency. For example for …

streaming rtsp rtmp rtp live-streaming
synchronizing audio over a network

I'm in startup of designing a client/server audio system which can stream audio arbitrarily over a network. One central …

algorithm audio synchronization streaming
What's the best protocol for live audio (radio) streaming for mobile and web?

I am trying to build a website and mobile app (iOS, Android) for the internet radio station. Website users broadcast …

audio streaming protocols shoutcast internet-radio
Streaming large file uploads to ASP.NET MVC

For an application I'm working on, I need to allow the user to upload very large files--i.e., potentially many …

asp.net asp.net-mvc upload streaming