fix env vars
This commit is contained in:
parent
2d18130103
commit
37c500cf6d
2 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
||||||
android=192.168.0.123
|
android=192.168.0.123
|
||||||
srt_output="srt://CHANGEME:6000?mode=caller&transtype=live&pkt_size=1316&streamid=CHANGEME.stream,mode:publish,token:CHANGEME"
|
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"
|
||||||
|
|
|
@ -5,7 +5,7 @@ source config
|
||||||
SCAN_COUNT=0
|
SCAN_COUNT=0
|
||||||
SCAN_ATTEMPTS=3
|
SCAN_ATTEMPTS=3
|
||||||
FFMPEG_LOGLEVEL="repeat+level+info"
|
FFMPEG_LOGLEVEL="repeat+level+info"
|
||||||
REC_PATH="./rec/"
|
REC_PATH="./rec"
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue