ngraziano / SharpRTSP

A RTSP handling library
Other
538 stars 180 forks source link
c-sharp rtsp video

Sharp RTSP

Nuget

A C# library to build RTSP Clients, RTSP Servers and handle RTP data streams. The library has several examples.

:warning: : This library does not handle the decoding of the video or audio (eg converting H264 into a bitmap). SharpRTSP is limited to the transport layer and generates the raw data that you need to feed into a video decoder or audio decoder. Many people use FFMPEG or use Hardware Accelerated Operating System APIs to do the decoding.

Walkthrough of the RTSP Client Example

This is a walkthrough of an old version of the RTSP Client Example which highlights the main way to use the library.