Best free live streaming site - www.camstreams.com
For live streaming from a webcam or network camera, www.camstreams.com is the best.
You should also read:
RTSP over HTTP streaming of H.264 video in Android
Android Jeally Bean and later (API Level 16 and above) support MediaCodec thatn can handle H.264 encoded video. There are some samples using this feature. To use MediaCodec display H.264 encode video streamed using RTSP over HTTP: This blog has a good explanation of codec specific data. MediaCodec is…
Continue reading...Free digital TV programs via clear QAM
I have noticed that many (probably most) people do not know, or are confused by, clear QAM. QAM (quadrature, amplitude modulation) is the format used by cable companies to carry digital TV channels. Clear QAM means unencrypted QAM. In other words, clear QAM channels can…
Continue reading...HTML5 audio for live streaming
One can add live audio streaming wiith the following HTML5 tag: <audio controls autoplay preload="none"> <source src="/audio.wav" type="audio/wav" > Your browser does not support the audio. </audio> Live streaming is different from file playing in that the browser does know how much data it will…
Continue reading...