Skip to content

Commit 8983959

Browse files
committed
E Updated readme
1 parent 173ed43 commit 8983959

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# SharpRealTimeStreaming
2-
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.
33

44
## SharpRTSPClient
55
Simple RTSP client that supports H264, H265 for video and AAC for audio.
66

77
## 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

Comments
 (0)