generic example
This commit is contained in:
parent
b8cbd816cb
commit
dced885363
@ -78,7 +78,7 @@ You can use sources from url or live stream in that way:
|
||||
"in": 0,
|
||||
"out": 149,
|
||||
"duration": 149,
|
||||
"source": "https://clips.vorwaerts-gmbh.de/big_buck_bunny.webm"
|
||||
"source": "https://example.org/big_buck_bunny.webm"
|
||||
},
|
||||
...
|
||||
{
|
||||
|
@ -91,9 +91,9 @@ ffmpeg_copy_settings = ["-c", "copy", "-bsf:v", "h264_mp4toannexb", "-threads",
|
||||
# life blank for no change
|
||||
[PLAYLIST]
|
||||
playlist_path = /playlists
|
||||
clips_root = /ADtvMedia
|
||||
filler_path = /ADtvMedia/ADtv/03 - Musikalische Lückenfüller
|
||||
filler_clip = /ADtvMedia/ADtv/01 - Intro/seperator.clock.5-00.mp4
|
||||
clips_root = /media
|
||||
filler_path = /media/filler/filler-clips
|
||||
filler_clip = /media/filler/seperator.clock.mp4
|
||||
blackclip = /opt/dummy20.mkv
|
||||
day_start = 6
|
||||
time_shift = 35
|
||||
@ -115,7 +115,6 @@ map_extension =
|
||||
# buffer_tolerance: ffmpeg holds material to in buffer, for this is the tolerance value
|
||||
# a 1024x576 stream have around 2.5 seconds extra in buffer
|
||||
|
||||
|
||||
# buffer_cli: the prefert buffer tool, needs to be installed on your system
|
||||
# buffer_cmd: need to end with the buffer size command, full command would look:
|
||||
# /usr/bin/pv -q -B or: /usr/bin/mbuffer -q -c -m
|
||||
|
Loading…
Reference in New Issue
Block a user