fix readme

This commit is contained in:
aler9 2021-11-24 23:38:18 +01:00
parent 66467b22c4
commit 8bbae9e50d
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ openssl genrsa -out server.key 2048
openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650
```
Edit `rtsp-simple-server.yml`, and set the `protocols`, `encrypt`, `serverKey` and `serverCert` parameters:
Edit `rtsp-simple-server.yml`, and set the `protocols`, `encryption`, `serverKey` and `serverCert` parameters:
```yml
protocols: [tcp]