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,

link|improve this question
feedback

3 Answers

up vote 9 down vote accepted

FluorineFx has both a client and server implementation in .NET and supports both AMF and RTMP.

http://www.fluorinefx.com/

link|improve this answer
Thanks, it looks very promising :D Maybe I'll post another question about a simple example how to generate a RTMP client but for now is time to investigate ;) – Pedro Laguna Feb 23 '10 at 16:37
FlourineFX Publish functionality is not there in there latest code. It only says so in their documentation. As far as borrocoli products are concerned..they only cover playing streaming video from Media Server but not streaming to the media server!. If anyone knows any library in .NET that allows to stream or publish video to an RTMP based Medis Server then please do share. Thanks – Steve Johnson Apr 9 at 14:51
feedback

I just stumbled upon this library and looks as if they have the details covered. http://www.broccoliproducts.com/softnotebook/rtmpclient/rtmpclient.php

link|improve this answer
feedback

This is supposed to be Open Source (once finished). At least according to this post.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.