Overview of Sharp RTSP
dotnetcoreSharp RTSP is a C# library designed for building RTSP Clients and RTSP Servers, and for handling RTP data streams. It supports various video and audio formats including H264, H265/HEVC, G711, AAC, and AMR, using UDP, TCP, or Multicast transports.
Important Limitation: This library operates strictly at the transport layer. It does not perform video or audio decoding (e.g., it will not convert H264 into a bitmap). It provides the raw data which you must then feed into a decoder like FFMPEG or hardware-accelerated OS APIs.