8 lines
285 B
Bash
8 lines
285 B
Bash
# [OPTIONAL] IP Address of the host to enable WebRTC e.g.,:
|
|
WB_IP=192.168.1.23
|
|
# [CUSTOM PORTS] For reverse proxy compatibility
|
|
WB_RTSP_URL=rtsp://192.168.1.23:18554/
|
|
WB_RTMP_URL=rtmp://192.168.1.23:11935/
|
|
WB_HLS_URL=http://192.168.1.23:19090/
|
|
WB_WEBRTC_URL=http://192.168.1.23:19091/
|