update readme

This commit is contained in:
Alessandro Ros 2020-07-13 10:22:23 +02:00 committed by aler9
parent d6994c4e31
commit 02e18c95a3

View File

@ -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:
```