You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a thin wrapper around the fantastic SharpRTSP, mostly made of their sample code with some API enhancements to make it easier to use.
2
+
This is just a thin wrapper around the fantastic SharpRTSP, mostly based off their sample code with some API enhancements to make it easier to use. Added support for streaming AAC and H265 from fragmented MP4.
3
3
4
4
## SharpRTSPClient
5
5
Simple RTSP client that supports H264, H265 for video and AAC for audio.
6
6
7
7
## SharpRTSPServer
8
-
Simple RTSP server that supports H264, H265 for video and AAC, PCMU and PCMA for audio.
8
+
Simple RTSP server that supports H264, H265 for video and AAC, PCMU and PCMA for audio.
9
+
10
+
## Remarks
11
+
Still work in progress, APIs are subject to change.
12
+
13
+
## Credits
14
+
Most of the work has been done by SharpRTSP (https://github.com/ngraziano/SharpRTSP), this is just a convenience wrapper around it.
0 commit comments