Skip to content
Snippets Groups Projects
Commit 05b8adfb authored by David Trattnig's avatar David Trattnig
Browse files

Configuration for station fallback ID.

parent 27aac36e
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ api_port=3333
[scheduling]
# How often should the calendar be fetched in seconds. This determines the time of the last changes applied, before a specific show aired
fetching_frequency=300
fetching_frequency=60
# How many seconds before the actual schedule time the entry should be pre-rolled. Note to provide enough timeout for
# contents which take longer to load (big files, bad connectivity to streams etc.)
preroll_offset=15
......@@ -71,6 +71,8 @@ preroll_offset=15
# is considerable higher than the `preroll_offset` plus any additional time for pro-active fallback
# handling, being able to avoid issues with concurrent changes or timings.
scheduling_window_offset=120
# Playlist ID which is used for station fallbacks. Only used if no station fallback ID is provided via Steering. "0" means it is disabled.
scheduling_station_fallback_id=0
# Sometimes it might take longer to get a stream connected. Here you can define a viable length.
# But note, that this may affect the preroll time (see `preroll_offset`), hence affecting the
......
......@@ -71,6 +71,8 @@ preroll_offset=15
# is considerable higher than the `preroll_offset` plus any additional time for pro-active fallback
# handling, being able to avoid issues with concurrent changes or timings.
scheduling_window_offset=180
# Playlist ID which is used for station fallbacks. Only used if no station fallback ID is provided via Steering. "0" means it is disabled.
scheduling_station_fallback_id=0
# Sometimes it might take longer to get a stream connected. Here you can define a viable length.
# But note, that this may affect the preroll time (see `preroll_offset`), hence affecting the
......
......@@ -71,6 +71,8 @@ preroll_offset=15
# is considerable higher than the `preroll_offset` plus any additional time for pro-active fallback
# handling, being able to avoid issues with concurrent changes or timings.
scheduling_window_offset=180
# Playlist ID which is used for station fallbacks. Only used if no station fallback ID is provided via Steering. "0" means it is disabled.
scheduling_station_fallback_id=0
# Sometimes it might take longer to get a stream connected. Here you can define a viable length.
# But note, that this may affect the preroll time (see `preroll_offset`), hence affecting the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment