From 26f57e02df723b591a1b44ba3eb0cabde031a1e0 Mon Sep 17 00:00:00 2001 From: aler9 Date: Tue, 18 Feb 2020 13:14:29 +0100 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e75b92cd..9a5578ae 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,12 @@ Precompiled binaries are available in the [release](https://github.com/aler9/rts #### Publisher authentication -1. Start the server and set a username and a password +1. Start the server and set a username and a password: ``` ./rtsp-simple-server --publish-user=admin --publish-pass=mypassword ``` - 2. Only publishers which know both username and password will be able to publish: + 2. Only publishers that know both username and password will be able to publish: ``` ffmpeg -re -stream_loop -1 -i file.ts -c copy -f rtsp rtsp://admin:mypassword@localhost:8554/mystream ```