Browse Source

update readme

pull/169/head
Alessandro Ros 5 years ago committed by aler9
parent
commit
8415cfc30e
  1. 6
      README.md

6
README.md

@ -83,7 +83,7 @@ Parameters in maps can be overridden by using underscores, in the following way: @@ -83,7 +83,7 @@ Parameters in maps can be overridden by using underscores, in the following way:
RTSP_PATHS_TEST_SOURCE=rtsp://myurl ./rtsp-simple-server
```
The configuration can be changed dinamically when the server is running (hot reloading) by editing the configuration file, Changes are detected and applied without disconnecting existing clients, whenever is possible.
The configuration can be changed dinamically when the server is running (hot reloading) by editing the configuration file. Changes are detected and applied without disconnecting existing clients, whenever is possible.
### RTSP proxy mode
@ -164,9 +164,9 @@ paths: @@ -164,9 +164,9 @@ paths:
runOnPublishRestart: yes
```
### Redirect to another url
### Redirect to another server
To redirect to another URL, use the `redirect` source:
To redirect to another server, use the `redirect` source:
```yml
paths:
redirected:

Loading…
Cancel
Save