GitPedia
jimm98y

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.

19 Releases
Latest: 2d ago
v0.1.5Latest
jimm98yjimm98y·2d ago·June 10, 2026
GitHub

Updated dependencies, used newer API

v0.1.4
jimm98yjimm98y·3w ago·May 21, 2026
GitHub

Fixed ArgumentOutOfRangeException in RTSP #24

v0.1.3
jimm98yjimm98y·3w ago·May 20, 2026
GitHub

Bumped nugets

v0.1.2
jimm98yjimm98y·2mo ago·April 12, 2026
GitHub

Updated nugets, npm, switched to sipsorcery 10.0.4-pre

v0.1.1
jimm98yjimm98y·4mo ago·February 12, 2026
GitHub

Restored NET8 target, bumped nugets

v0.1.0
jimm98yjimm98y·6mo ago·November 15, 2025
GitHub

Updated to NET10

v0.0.17
jimm98yjimm98y·9mo ago·August 30, 2025
GitHub

Added AV1 and Opus support.

v0.0.16
jimm98yjimm98y·1y ago·May 31, 2025
GitHub

Updated nugets, fixed RTSP OPTIONS keepalive #17

v0.0.15
jimm98yjimm98y·1y ago·May 29, 2025
GitHub

Added support for VPS/SPS/PPS in RTP without sprop-parameter-sets in SDP

v0.0.14
jimm98yjimm98y·1y ago·May 28, 2025
GitHub

Fixed an exception when sprop-parameter-sets were missing in the SDP

v0.0.13
jimm98yjimm98y·1y ago·April 6, 2025
GitHub

Improved support for hosting on the Internet

v0.0.12
jimm98yjimm98y·1y ago·April 5, 2025
GitHub

Added support for RTSP client reconnection Updated samples

v0.0.10
jimm98yjimm98y·1y ago·April 1, 2025
GitHub

Updated AAC nuget to NET8.0

v0.0.8
jimm98yjimm98y·1y ago·March 29, 2025
GitHub

Added support for H265 in Chrome Canary 136

v0.0.6
jimm98yjimm98y·1y ago·November 9, 2024
GitHub

Fixed PCMU audio type, updated nugets, added NET8 target.

v0.0.5
jimm98yjimm98y·1y ago·June 17, 2024
GitHub

Fixed H265 streaming in the latest Safari, fixed H264 streaming in the latest Chrome/Edge, updated all nugets.

v0.0.3-alpha
jimm98yjimm98y·2y ago·January 25, 2024
GitHub

Updated nuget packages

v0.0.2-alpha
jimm98yjimm98y·2y ago·December 22, 2023
GitHub

📋 Changes

  • Fixed #1 Sending keepalive message will throw an exception
  • Updated sipsorcery to the latest version 6.1.1-pre
v0.0.1-alphaPre-release
jimm98yjimm98y·3y ago·June 4, 2023
GitHub

Initial release