BogdanovKirill / RtspClientSharp

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

RTSP / H.264 converted to MJPEG stream for browser rendering #90

Open nahueltaibo opened 4 years ago

nahueltaibo commented 4 years ago

Hi Kirill, I was wondering if it would be possible to get a RTSP H.264 stream from a camera, and convert it to to MJPEG, so it can be easily render in a browser. I am aware of the MJPEG example, but that gets MJPEG straight from the camera. My camera does not have that functionality

Thanks!