From b36c4745618a0480fca207d79f95156aa0c6371b Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sat, 28 Dec 2019 22:15:57 +0100 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e6ed088..3bed7d60 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,15 @@ This software was developed with the aim of simulating a live camera feed for de It actually supports *one* publisher, while readers can be more than one. +
+ ## Installation Precompiled binaries are available in the [release](https://github.com/aler9/rtsp-simple-server/releases) page. Just download and extract the executable. +
+ ## Usage 1. Start the server: @@ -38,6 +42,8 @@ Precompiled binaries are available in the [release](https://github.com/aler9/rts gst-launch-1.0 -v rtspsrc location=rtsp://localhost:8554/ ! rtph264depay ! decodebin ! autovideosink ``` +
+ ## Full command-line usage ``` @@ -55,7 +61,9 @@ Flags: --rtcp-port=8001 port of the RTCP UDP listener ``` +
+ ## Links -Specifications +IETF Standard * https://tools.ietf.org/html/rfc7826