fix env vars

This commit is contained in:
deflax 2025-05-18 02:39:57 +03:00
parent 2d18130103
commit 37c500cf6d
2 changed files with 3 additions and 1 deletions

View file

@ -1,2 +1,4 @@
android=192.168.0.123
srt_output="srt://CHANGEME:6000?mode=caller&transtype=live&pkt_size=1316&streamid=CHANGEME.stream,mode:publish,token:CHANGEME"
vod_output="https://CHANGEME/video"
vod_token="CHANGEME"

View file

@ -5,7 +5,7 @@ source config
SCAN_COUNT=0
SCAN_ATTEMPTS=3
FFMPEG_LOGLEVEL="repeat+level+info"
REC_PATH="./rec/"
REC_PATH="./rec"
###