ngraziano / SharpRTSP

A RTSP handling library
Other
552 stars 182 forks source link

(Not issue) Suggestion to use different h264 encoder #64

Closed mattewre closed 3 years ago

mattewre commented 4 years ago

Hello, I am using ShartRTSP to create an RTSP server. RtspCameraExample works out-of-the-box: it is nice and clear.

About encoders:

Therefore I would like to use it with a lossy h264 encoder on Windows, but I don't know what to look for or how to do. Any suggestions / examples / suggested libraries / Nugets / documents to read about?

Thank you

RogerHardiman commented 3 years ago

Hi Trying to catch up on Issue Reports.

I use FFMPEG.Autogen to provide a C# interface to ffmpeg. I then use an ffmpeg build with libx264 included. That gives me a good h264 encoder for use with Sharp RTSP

Roger