Top "Streaming" questions

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

Audio/Video streaming fails using SimpleHTTPServer

I share files in a folder to other devices by invoking a server using python -m SimpleHTTPServer. I just tried …

python ios streaming simplehttpserver
Which CDN does Netflix and Hulu use and how can they offer unlimited streaming for $10 per month?

Do anybody know which CDN Netflix and Hulu use for hosting their content and what they are paying for traffic/…

streaming cdn smooth netflix
How to extract closed-captioning from streaming online video

I found this, but it seems to be about streaming videos that have been downloaded. Is there any way to …

video streaming closed-captions srt
Is there any simulator/tool to generate messages for streaming?

For testing purpose, I need to simulate client for generating 100,000 messages per second and send them to kafka topic. Is …

streaming apache-kafka simulation messaging stub
HTTP Headers for Unknown Content-Length

I am currently trying to stream content out to the web after a trans-coding process. This usually works fine by …

.net http binary streaming http-headers
Play video in Android from a bytes stream

Is there any way to play a video from a bytes stream in Android? I'm using an specific communications middleware …

android http streaming video-streaming rtsp
ONVIF compatible open source streaming server for Linux based systems

I am currently working on an ip-camera project. Initially we decided to use live 555 as a streaming server, but later …

streaming ip-camera onvif
What is RTSP and WebRTC for streaming?

I'm very newbie for streaming. But I must do a user-based streaming system with IP camera. It will be like …

video streaming video-streaming webrtc rtsp
Apply a Regex on Stream?

I'm searching for fast and safe way to apply Regular Expressions on Streams. I found some examples over the internet …

c# .net regex streaming
Error from postgresql 9.0 archiving while configuring hot streaming replication

I am trying to get streaming replication running on postgresql 9.0. I am following the steps as mentioned in the link : …

postgresql streaming scalability database-replication archiving