An equivalent of IceCast but for Live Video Streaming ?
Posted
by Kedare
on Server Fault
See other posts from Server Fault
or by Kedare
Published on 2010-03-12T18:15:21Z
Indexed on
2010/03/12
18:17 UTC
Read the original article
Hit count: 261
Hello,
I am looking for a solution to Stream live video like that :
A camera/webcam/video output ---> Stream server ---> Clients
And if possible multiple Stream Servers like this (like IceCast):
A camera/webcam/video output --> Master Stream server +---> Slave Stream Server ---> Clients
| `--> Clients
|
`--> Slave Stream Server ---> Clients
`--> Clients
The clients will be in flash, so I think RTMP should be a good protocol, I've heard of Red5, is it good for that ? Does it scale ? I would like to get statistics (Amount of clients, Bandwidth, etc), is it possible with red5 ?
Do you know any other good solution to do that ? (Only free and if possible Open Source)
Thank you !
© Server Fault or respective owner