You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
420 B
Bash
22 lines
420 B
Bash
CAMERA_HOST=192.168.1.68
|
|
CAMERA_PORT=554
|
|
CAMERA_USER=admin
|
|
CAMERA_PASSWORD=change-me
|
|
CAMERA_RTSP_PATH=/Stream/Live/101
|
|
|
|
WS_HOST=0.0.0.0
|
|
WS_PORT=8080
|
|
WS_PATH=/video
|
|
RTSP_TRANSPORT=tcp
|
|
VIDEO_TRANSCODE=0
|
|
FFMPEG_PATH=ffmpeg
|
|
|
|
CONTROL_HOST=0.0.0.0
|
|
CONTROL_PORT=8090
|
|
CONTROL_TRANSPORT=tcp
|
|
CONTROL_TCP_HOST=192.168.1.123
|
|
CONTROL_TCP_PORT=502
|
|
CONTROL_ADDRESS=1
|
|
CONTROL_SPEED=32
|
|
VITE_CONTROL_API_URL=http://localhost:8090/control
|