Any .NET API for RED5 Media Server or any other cross-platform media server with .NET API?

I need to implement a streaming audio / video client in C # using RED5 Media Server. Can someone tell me if there is any .NET API for this?

Also, if there is no API API for .NET, refer to the manual if there is an available open source server that has a .NET API?

Please guide.

thanks

Steve

+4
source share
1 answer

Ok, with a bit of surfing, I didn't notice the .NET API server for Red5, but I think you could use the open source API for Red5. Then here are instructions to help you use the Java API in the .NET environment. I think this should be enough for you to point in the right direction. CHEERS!

+1
source

Source: https://habr.com/ru/post/1402132/


All Articles