Browse Source

update readme

pull/31/head
Alessandro Ros 5 years ago committed by GitHub
parent
commit
8388461589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

3
README.md

@ -78,7 +78,6 @@ An RTSP proxy is usually deployed in one of these scenarios: @@ -78,7 +78,6 @@ An RTSP proxy is usually deployed in one of these scenarios:
Edit `conf.yml` and replace everything inside section `paths` with the following content:
```yaml
paths:
# insert one or more entries
proxied:
# url of the source stream, in the format rtsp://user:pass@host:port/path
source: rtsp://original-url
@ -89,7 +88,7 @@ Start the server: @@ -89,7 +88,7 @@ Start the server:
./rtsp-simple-server
```
Users can then connect to `rtsp://localhost:8554/proxied`, instead of connecting to the original url.
Users can then connect to `rtsp://localhost:8554/proxied`, instead of connecting to the original url. The server supports any number of source streams, it's enough to add additional entries to the `paths` section.
#### Publisher authentication

Loading…
Cancel
Save