mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
update readme
This commit is contained in:
parent
0777204b38
commit
8415cfc30e
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
|||
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…
Add table
Add a link
Reference in a new issue