I need to create an RTMP server, in .NET. The purpose of the server is to fetch video from IP cameras and act as an RTMP server so that an RTMP client (it will be a web client) will be able to retrieve the video by connecting to rtmp://server_address....
I would of course rather use an existing package, over implementing the whole protocol on my own.
What are the best options?