mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-13 10:14:58 +00:00
Add example for overriding array parameter with env var (#1039)
This commit is contained in:
parent
b6e37afed4
commit
505939b835
@ -165,6 +165,11 @@ There are 3 ways to change the configuration:
|
||||
```
|
||||
RTSP_RTSPADDRESS="127.0.0.1:8554" ./rtsp-simple-server
|
||||
```
|
||||
|
||||
Parameters that have array as value can be overriden by setting a comma-separated list. For example:
|
||||
```
|
||||
RTSP_PROTOCOLS="tcp,udp"
|
||||
```
|
||||
|
||||
Parameters in maps can be overridden by using underscores, in the following way:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user