tags:

views:

1168

answers:

3

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,

A: 

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

Oded
+2  A: 

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

http://www.fluorinefx.com/

Sam
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
A: 

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

Mondain