fix pkg.go.dev readme

This commit is contained in:
aler9
2020-11-15 10:23:16 +01:00
parent 1db0465821
commit b86fdca8b4

View File

@@ -8,6 +8,7 @@
RTSP 1.0 client and server library for the Go programming language, written for [rtsp-simple-server](https://github.com/aler9/rtsp-simple-server). RTSP 1.0 client and server library for the Go programming language, written for [rtsp-simple-server](https://github.com/aler9/rtsp-simple-server).
Features: Features:
* Read streams from servers with TCP or UDP * Read streams from servers with TCP or UDP
* Publish streams to servers with TCP or UDP * Publish streams to servers with TCP or UDP
* Build servers * Build servers
@@ -27,6 +28,7 @@ https://pkg.go.dev/github.com/aler9/gortsplib
## Links ## Links
Related projects Related projects
* https://github.com/aler9/rtsp-simple-server * https://github.com/aler9/rtsp-simple-server
* https://github.com/pion/sdp (SDP library used internally) * https://github.com/pion/sdp (SDP library used internally)
* https://github.com/pion/rtcp (RTCP library used internally) * https://github.com/pion/rtcp (RTCP library used internally)
@@ -34,9 +36,11 @@ Related projects
* https://github.com/notedit/rtmp (RTMP library used internally) * https://github.com/notedit/rtmp (RTMP library used internally)
IETF Standards IETF Standards
* RTSP 1.0 https://tools.ietf.org/html/rfc2326 * RTSP 1.0 https://tools.ietf.org/html/rfc2326
* RTSP 2.0 https://tools.ietf.org/html/rfc7826 * RTSP 2.0 https://tools.ietf.org/html/rfc7826
* HTTP 1.1 https://tools.ietf.org/html/rfc2616 * HTTP 1.1 https://tools.ietf.org/html/rfc2616
Conventions Conventions
* https://github.com/golang-standards/project-layout * https://github.com/golang-standards/project-layout