update README (#1708)

This commit is contained in:
Alessandro Ros 2023-04-14 12:22:44 +02:00 committed by GitHub
parent 02af80ed4e
commit a649f91414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 13 deletions

View File

@ -1199,21 +1199,21 @@ For more advanced options, you can create and serve a custom web page by startin
## Standards
* RTSP/RTP/RTCP standards https://github.com/bluenviron/gortsplib#standards
* HLS standards https://github.com/bluenviron/gohlslib#standards
* Golang project layout https://github.com/golang-standards/project-layout
* [RTSP/RTP/RTCP standards](https://github.com/bluenviron/gortsplib#standards)
* [HLS standards](https://github.com/bluenviron/gohlslib#standards)
* [RTMP specification](https://rtmp.veriskope.com/pdf/rtmp_specification_1.0.pdf)
* [Golang project layout](https://github.com/golang-standards/project-layout)
## Links
Related projects
* gortsplib (RTSP library used internally) https://github.com/bluenviron/gortsplib
* gohlslib (HLS library used internally) https://github.com/bluenviron/gohlslib
* pion/sdp (SDP library used internally) https://github.com/pion/sdp
* pion/rtp (RTP library used internally) https://github.com/pion/rtp
* pion/rtcp (RTCP library used internally) https://github.com/pion/rtcp
* pion/webrtc (WebRTC library used internally) https://github.com/pion/webrtc
* notedit/rtmp (RTMP library used internally) https://github.com/notedit/rtmp
* go-astits (MPEG-TS library used internally) https://github.com/asticode/go-astits
* go-mp4 (MP4 library used internally) https://github.com/abema/go-mp4
* https://github.com/flaviostutz/rtsp-relay
* [gortsplib (RTSP library used internally)](https://github.com/bluenviron/gortsplib)
* [gohlslib (HLS library used internally)](https://github.com/bluenviron/gohlslib)
* [pion/sdp (SDP library used internally)](https://github.com/pion/sdp)
* [pion/rtp (RTP library used internally)](https://github.com/pion/rtp)
* [pion/rtcp (RTCP library used internally)](https://github.com/pion/rtcp)
* [pion/webrtc (WebRTC library used internally)](https://github.com/pion/webrtc)
* [notedit/rtmp (RTMP library used internally)](https://github.com/notedit/rtmp)
* [go-astits (MPEG-TS library used internally)](https://github.com/asticode/go-astits)
* [go-mp4 (MP4 library used internally)](https://github.com/abema/go-mp4)