Browse Source

update README (#1708)

pull/1721/head
Alessandro Ros 3 years ago committed by GitHub
parent
commit
a649f91414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 26
      README.md

26
README.md

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

Loading…
Cancel
Save