mirror of
https://github.com/horgh/videostreamer.git
synced 2025-09-26 12:31:18 +08:00

Copy the .env.example into a .env file, update with your variable run `docker-compose up` https://github.com/horgh/videostreamer/issues/22
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
HOST=0.0.0.0
|
|
PORT=8080
|
|
FORMAT=rtsp
|
|
FCGI=false
|
|
SOURCE_RTSP=rtsp://rtsp.stream/pattern
|
|
VERBOSE=true |