I was looking for a RTMP library in C# to generate request to a rtmp:// server. Anyone knows a free/open source library that allow me to do this?
Thanks,
|
|
|
FluorineFx has both a client and server implementation in .NET and supports both AMF and RTMP. |
|||||
|
|
I just stumbled upon this library and looks as if they have the details covered. http://www.broccoliproducts.com/softnotebook/rtmpclient/rtmpclient.php |
|||||
|
|
RTMP support for C# was written as a part of the WebOrb project. You can check it out on their website. The drawback is that there are separate versions for desktop apps, silverlight and Windows Phone, and for the last the RTMP implementation is actually missing. However, if you only need for your desktop app it should be working fine. |
|||
|
|
|
|
|||
|
|