How to build a Video Broadcaster, which can handle more than 20,000 viewers
Posted
by Gaurav Srivastava
on Stack Overflow
See other posts from Stack Overflow
or by Gaurav Srivastava
Published on 2010-04-15T15:18:22Z
Indexed on
2010/04/15
15:33 UTC
Read the original article
Hit count: 280
I want to broadcast Video from a web cam, over internet. The problem is, the Video will be viewed live by more than 20,000 people (expected).
I have a very little experience with Red5 Broadcasting. I did some broadcasting using Red5 and Flash. It works fine for 1 or 2 viewers i.e. it is great for personal chatting/ video conferencing applications.
But, when the number of viewers increases, the delay in Broadcasting also increases. I am experiencing a Delay addition of about 0.5 Seconds for every new user who joins the broadcast.
Can any one suggest me some, better technologies on which I can work out this Live Broadcasting. I don't want to use http://www.ustream.com; I want to create one of my own, such tool. But thats always the last solution.
© Stack Overflow or respective owner