update readme

This commit is contained in:
aler9 2022-08-03 09:58:26 +02:00
parent 6afbdf1015
commit ac0a5e9fc7

View File

@ -165,7 +165,7 @@ There are 3 ways to change the configuration:
``` ```
RTSP_RTSPADDRESS="127.0.0.1:8554" ./rtsp-simple-server RTSP_RTSPADDRESS="127.0.0.1:8554" ./rtsp-simple-server
``` ```
Parameters that have array as value can be overriden by setting a comma-separated list. For example: Parameters that have array as value can be overriden by setting a comma-separated list. For example:
``` ```
RTSP_PROTOCOLS="tcp,udp" RTSP_PROTOCOLS="tcp,udp"
@ -879,13 +879,13 @@ To decrease the latency, you can:
Related projects Related projects
* https://github.com/aler9/gortsplib (RTSP library used internally) * gortsplib (RTSP library used internally) https://github.com/aler9/gortsplib
* https://github.com/pion/sdp (SDP library used internally) * pion/sdp (SDP library used internally) https://github.com/pion/sdp
* https://github.com/pion/rtcp (RTCP library used internally) * pion/rtp (RTP library used internally) https://github.com/pion/rtp
* https://github.com/pion/rtp (RTP library used internally) * pion/rtcp (RTCP library used internally) https://github.com/pion/rtcp
* https://github.com/notedit/rtmp (RTMP library used internally) * notedit/rtmp (RTMP library used internally) https://github.com/notedit/rtmp
* https://github.com/asticode/go-astits (MPEG-TS library used internally) * go-astits (MPEG-TS library used internally) https://github.com/asticode/go-astits
* https://github.com/abema/go-mp4 (MP4 library used internally) * go-mp4 (MP4 library used internally) https://github.com/abema/go-mp4
* https://github.com/flaviostutz/rtsp-relay * https://github.com/flaviostutz/rtsp-relay
Standards Standards