jimm98y/SharpRTSPtoWebRTC
A C# implementation of the RTSP to WebRTC gateway that allows you to stream RTSP from various sources to the web browser. Suppports H264, H265 and AV1 re-streaming. Audio transcoding from AAC to Opus is also supported.
Updated dependencies, used newer API
Fixed ArgumentOutOfRangeException in RTSP #24
Bumped nugets
Updated nugets, npm, switched to sipsorcery 10.0.4-pre
Restored NET8 target, bumped nugets
Updated to NET10
Added AV1 and Opus support.
Updated nugets, fixed RTSP OPTIONS keepalive #17
Added support for VPS/SPS/PPS in RTP without sprop-parameter-sets in SDP
Fixed an exception when sprop-parameter-sets were missing in the SDP
Improved support for hosting on the Internet
Added support for RTSP client reconnection Updated samples
Updated AAC nuget to NET8.0
Added support for H265 in Chrome Canary 136
Fixed PCMU audio type, updated nugets, added NET8 target.
Fixed H265 streaming in the latest Safari, fixed H264 streaming in the latest Chrome/Edge, updated all nugets.
Updated nuget packages
📋 Changes
- Fixed #1 Sending keepalive message will throw an exception
- Updated sipsorcery to the latest version 6.1.1-pre
Initial release
