BogdanovKirill / RtspClientSharp

Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
MIT License
694 stars 284 forks source link

Forward PLAY rtsp stream from ip camera to browser in ASP.NET Core #121

Open AlessandroMartinelli opened 2 years ago

AlessandroMartinelli commented 2 years ago

Hi Mr. Bogdanov, I'm trying to use your project to forward a rtsp stream coming from an ip camera recording (retrieved by means of the PLAY command) to a browser in ASP.NET Core. I've opened the following question in stackoverflow

https://stackoverflow.com/questions/69899709/forwarding-rtsp-stream-from-ip-camera-to-browser-in-asp-net-core

Could you please take a look at it? I'm willing to pay in order to get help on this matter. Thanks