hls-recorder/config.example.json

11 lines
376 B
JSON
Raw Permalink Normal View History

2021-05-21 03:35:51 +02:00
{
"vod":"\/home\/example\/web\/uploads",
"api":"http:\/\/127.0.0.1:8080\/v1",
"hls":"http:\/\/127.0.0.1:8080\/hls\/live.stream.m3u8",
2021-05-28 10:33:18 +02:00
"rtmp":"rtmp:\/\/127.0.0.1\/live\/external.stream?token=xxx",
"recordhls":false,
2021-05-21 03:35:51 +02:00
"pid":"\/home\/example\/hls-recorder\/ffmpeg-flock",
"mail":["info@example.org","dir@example.org"],
2021-05-21 15:55:31 +02:00
"sleep":5,
2021-05-21 03:35:51 +02:00
"loglevel":1
}