config: Add 1 and update 4 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
# MediaMTX - RTSP/HLS/WebRTC streaming server
|
||||
mediamtx:
|
||||
|
@@ -36,6 +36,8 @@ webrtcAllowOrigin: '*'
|
||||
paths:
|
||||
# Main court camera stream
|
||||
court_main:
|
||||
# Note: Password with special characters should be URL-encoded in service.env
|
||||
# e.g., ! becomes %21, @ becomes %40, etc.
|
||||
source: rtsp://${CAMERA_USER}:${CAMERA_PASSWORD}@${CAMERA_IP}:${CAMERA_RTSP_PORT}/cam/realmonitor?channel=1&subtype=0
|
||||
sourceProtocol: tcp
|
||||
sourceOnDemand: no
|
||||
|
@@ -8,6 +8,8 @@ RECORDINGS_FOLDER="/home/dropshell/example-squashkiwi-streaming-recordings"
|
||||
PROJECT_NAME="sk-streaming"
|
||||
|
||||
# Camera Configuration
|
||||
# Note: If password contains special characters (! @ # $ & %), they will be automatically URL-encoded
|
||||
# Or you can manually encode them: ! = %21, @ = %40, # = %23, $ = %24, & = %26
|
||||
CAMERA_IP=192.168.1.100
|
||||
CAMERA_USER=admin
|
||||
CAMERA_PASSWORD=changeme
|
||||
|
Reference in New Issue
Block a user