mirror of
https://github.com/horgh/videostreamer.git
synced 2025-12-24 11:10:52 +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 |