Skip to content

Commit

Permalink
support reading Opus tracks with webrtc
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Dec 14, 2022
1 parent 38fbe1b commit 165496f
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 127 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ _rtsp-simple-server_ is a ready-to-use and zero-dependency server and proxy that

Live streams can be published to the server with:

|name|variants|codecs|
|----|--------|------|
|RTSP clients (FFmpeg, GStreamer, etc)|RTSP, RTSPS|H264, H265, VP8, VP9, AV1, MPEG2, MP3, AAC, Opus, PCMA, PCMU, JPEG and any RTP-compatible codec|
|RTSP servers and cameras||H264, H265, VP8, VP9, AV1, MPEG2, MP3, AAC, Opus, PCMA, PCMU, JPEG and any RTP-compatible codec|
|RTMP clients|RTMP, RTMPS|H264, AAC|
|RTMP servers and cameras||H264, H265, VP8, VP9, AV1, MPEG2, MP3, AAC, Opus, PCMA, PCMU, JPEG and any RTP-compatible codec|
|HLS servers and cameras|Low-Latency HLS, legacy HLS|H264, AAC|
|protocol|variants|codecs|
|--------|--------|------|
|RTSP clients (FFmpeg, GStreamer, etc)|RTSP, RTSPS|H264, H265, VP8, VP9, AV1, MPEG2, MP3, MPEG4-Audio (AAC), Opus, PCMA, PCMU, JPEG and any RTP-compatible codec|
|RTSP servers and cameras||H264, H265, VP8, VP9, AV1, MPEG2, MP3, MPEG4-Audio (AAC), Opus, PCMA, PCMU, JPEG and any RTP-compatible codec|
|RTMP clients|RTMP, RTMPS|H264, MPEG4-Audio (AAC)|
|RTMP servers and cameras||H264, H265, VP8, VP9, AV1, MPEG2, MP3, MPEG4-Audio (AAC), Opus, PCMA, PCMU, JPEG and any RTP-compatible codec|
|HLS servers and cameras|Low-Latency HLS, legacy HLS|H264, MPEG4-Audio (AAC)|
|Raspberry Pi Cameras||H264|

And can be read from the server with a protocol of choice:
And can be read from the server with:

|name|variants|codecs|
|----|--------|------|
|RTSP|RTSP, RTSPS|H264, H265, VP8, VP9, AV1, MPEG2, MP3, AAC, Opus, PCMA, PCMU, JPEG and any RTP-compatible codec|
|RTMP|RTMP, RTMPS|H264, AAC|
|HLS|Low-Latency HLS, legacy HLS|H264, AAC|
|WebRTC||H264|
|protocol|variants|codecs|
|--------|--------|------|
|RTSP|RTSP, RTSPS|H264, H265, VP8, VP9, AV1, MPEG2, MP3, MPEG4-Audio (AAC), Opus, PCMA, PCMU, JPEG and any RTP-compatible codec|
|RTMP|RTMP, RTMPS|H264, MPEG4-Audio (AAC)|
|HLS|Low-Latency HLS, legacy HLS|H264, MPEG4-Audio (AAC)|
|WebRTC||H264, Opus|

Features:

Expand Down
Loading

0 comments on commit 165496f

Please sign in to comment.