RtspClientSharp Versions Save

Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.

v1.2

5 years ago

-H264 parsing speed is increased (avoid constant memory copying when possible) -Small performance optimizations are made in general -Multi-threaded bugs are fixed -Fixed bug in RTSP over TCP when on some cameras were constant receive timeouts -RTCP reports minimum delay is increased up to 5 seconds to match RFC 3550 -New example project is added (JPEG snapshots maker)

1.1

5 years ago

RTP/RTCP over UDP transport is added Several bug fixes

1.0

5 years ago

Supported transport protocols: TCP and HTTP (UDP will be added) Supported media codecs: H.264/MJPEG/AAC/G711A/G711U/PCM/G726