Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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,

share|improve this question

4 Answers

up vote 13 down vote accepted

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

http://www.fluorinefx.com/

share|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 '12 at 14:51

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

share|improve this answer
Could u suggest how to play video that this dll saves to local *.flv? Can we use WPF and play it synchronously somehow? – Metropolitan Jan 28 at 13:05
You're gonna need a WPF compatible flv player for that; or just hook into adobe media player (not sure how myself). – Mondain Jan 28 at 16:25

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.

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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