I want to stream streaming video to a low latency browser.
As I understand it, there are two clients:
- HTML5 tag
- Flash video player
There are several ways to send a stream:
- TCP / IP using HTTP, using progressive downloads (and html5 range-request)
- UDP (which uses Flash)
And there are several solutions for broadcasting this stream:
- Using Apple HTTP Live Stream (which provides an m3u playlist of small file segments)
- ...
and there is the problem of publishing and distributing the stream over the Internet.
I need
Thank you for answering this difficult question!
markmarijnissen
source share