tags:

views:

595

answers:

1
+1  Q: 

c# rtmp recorder

Hi Guys,

I need to record an RTMP stream (video) from a remote server. I know the FluorineFX solution but it includes a flash slave that does publish to local host. Because the DLL will run on a production server I need this solution to be Pure c#

Do you know how can I do it? I don't actually need code samples I just need a pointer to an open source solution that I can reconfigyure, refactor and publish.

again, the solution needs to be pure c# with no extra Flash or anything else. preferebly open source but a symbolic fee is also OK.

Thanks, Looking forward for your answers Avi

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