From b86fdca8b4227d81c32463dd0a94e0be74261eab Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sun, 15 Nov 2020 10:23:16 +0100 Subject: [PATCH] fix pkg.go.dev readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7bf54a64..7638fc2a 100644 --- a/README.md +++ b/README.md @@ -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). Features: + * Read streams from servers with TCP or UDP * Publish streams to servers with TCP or UDP * Build servers @@ -27,6 +28,7 @@ https://pkg.go.dev/github.com/aler9/gortsplib ## Links Related projects + * https://github.com/aler9/rtsp-simple-server * https://github.com/pion/sdp (SDP 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) IETF Standards + * RTSP 1.0 https://tools.ietf.org/html/rfc2326 * RTSP 2.0 https://tools.ietf.org/html/rfc7826 * HTTP 1.1 https://tools.ietf.org/html/rfc2616 Conventions + * https://github.com/golang-standards/project-layout