From 02e18c95a3ed86abfebc78093f58c518c9620895 Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Mon, 13 Jul 2020 10:22:23 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 703f04d5..dcd27c63 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Start the server: ./rtsp-simple-server ``` -Only publishers that provide both username and password will be able to publish: +Only publishers that provide both username and password will be able to proceed: ``` ffmpeg -re -stream_loop -1 -i file.ts -c copy -f rtsp rtsp://admin:mypassword@localhost:8554/mystream ``` @@ -120,7 +120,7 @@ To change the format, codec or compression of a stream, you can use _FFmpeg_ or ffmpeg -i rtsp://localhost:8554/original -c:v libx264 -preset ultrafast -tune zerolatency -b 600k -f rtsp rtsp://localhost:8554/compressed ``` -#### Counting clients +#### Client count The current number of clients, publishers and receivers is printed in each log line; for instance, the line: ```