What is the easiest way to get and play audio stream from RTMP server using C#?
I need to write simple 开发者_如何转开发C# application that should be able to connect to RTMP server and play audio stream, provided by this server. What is the easiest way to do this? Or even better if you point me to working examples of such code.
try this......
http://osflash.org/pipermail/red5_osflash.org/2008-November/027874.html
精彩评论