remove $ in HLS url
This commit is contained in:
parent
686e516bcb
commit
0c9ac2b093
|
@ -6,7 +6,7 @@ import subprocess
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
'RTMP_URL': 'rtmp://a.rtmp.youtube.com/live2/{STREAM_KEY}',
|
'RTMP_URL': 'rtmp://a.rtmp.youtube.com/live2/{STREAM_KEY}',
|
||||||
'HLS_URL': 'https://a.upload.youtube.com/http_upload_hls?cid=${STREAM_KEY}©=0&file=live.m3u8',
|
'HLS_URL': 'https://a.upload.youtube.com/http_upload_hls?cid={STREAM_KEY}©=0&file=live.m3u8',
|
||||||
'SRC': 'rtsp://192.168.1.64:554/Streaming/channels/103',
|
'SRC': 'rtsp://192.168.1.64:554/Streaming/channels/103',
|
||||||
'STREAM_KEY': 'not-set'
|
'STREAM_KEY': 'not-set'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user