I'm looking for some free media servers for live streaming of video/audio, it would be great if it has HD support; also it would be good if it would be something .net related, because I'm making the server side in asp.net
Asked
Active
Viewed 900 times
1 Answers
2
I've heard good things about Red5. It's an opensource FMS alternative that supports video and audio streaming.

Herms
- 37,540
- 12
- 78
- 101
-
yep, i also started to use it, it's interesting how do ppl combine the 2 asp.net and red5, i mean the exchange of data between the swf and the asp.net – Omu Oct 20 '09 at 22:12
-
1SWFs can make normal HTTP requests, and I believe there's even built-in support for webservices, so having the SWF talk to an asp.net website should be fairly trivial. I'm not sure how you'd get the red5 server to talk to your asp.net server though (I just don't know all the capabilities of red5). – Herms Oct 21 '09 at 13:14