diff --git a/configuration/sample-development.engine.ini b/configuration/sample-development.engine.ini index 337a21f4e2293e8056f27edb61caf5e66426d581..ca770df9e53c96877a4511763d3e2588b2c46834 100644 --- a/configuration/sample-development.engine.ini +++ b/configuration/sample-development.engine.ini @@ -58,11 +58,15 @@ api_tank_status = "http://localhost:8040/ui/" api_tank_playlist="http://localhost:8040/api/v1/shows/${SLUG}/playlists" # URL and Port of the API endpoints exposed by engine -exposed_api_url=http://localhost:3333/api/v1/ +exposed_api_url="http://localhost:3333/api/v1/" api_port=3333 -# how often should the calendar be fetched in seconds (This determines the time of the last change before a specific show) +[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=3600 +# How many seconds before the actual schedule time the entry should be pre-loaded. Note to provide enough timeout for +# contents which take longer to load (big files, bad connectivity to streams etc.) +preload_offset=60 # sets the time how long we have to fade in and out, when we select another mixer input # values are in seconds diff --git a/configuration/sample-docker.engine.ini b/configuration/sample-docker.engine.ini index f9cf35e49b8279221e49ba5fe83c8de81922016d..a579b265772dd224289297c278ab2d90dd4da331 100644 --- a/configuration/sample-docker.engine.ini +++ b/configuration/sample-docker.engine.ini @@ -58,11 +58,15 @@ api_tank_status = "http://localhost:8040/ui/" api_tank_playlist="http://localhost:8040/api/v1/shows/${SLUG}/playlists" # URL and Port of the API endpoints exposed by engine -exposed_api_url=http://localhost:3333/api/v1/ +exposed_api_url="http://localhost:3333/api/v1/" api_port=3333 -# how often should the calendar be fetched in seconds (This determines the time of the last change before a specific show) +[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=3600 +# How many seconds before the actual schedule time the entry should be pre-loaded. Note to provide enough timeout for +# contents which take longer to load (big files, bad connectivity to streams etc.) +preload_offset=60 # sets the time how long we have to fade in and out, when we select another mixer input # values are in seconds diff --git a/configuration/sample-production.engine.ini b/configuration/sample-production.engine.ini index be6340a2b54a2193b34cded6e0af4f1e4428d5c4..5c4c43a9848117fba6698a6a3b0931d72df023ca 100644 --- a/configuration/sample-production.engine.ini +++ b/configuration/sample-production.engine.ini @@ -58,11 +58,15 @@ api_tank_status = "http://localhost:8040/ui/" api_tank_playlist="http://localhost:8040/api/v1/shows/${SLUG}/playlists" # URL and Port of the API endpoints exposed by engine -exposed_api_url=http://localhost:3333/api/v1/ +exposed_api_url="http://localhost:3333/api/v1/" api_port=3333 -# how often should the calendar be fetched in seconds (This determines the time of the last change before a specific show) +[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=3600 +# How many seconds before the actual schedule time the entry should be pre-loaded. Note to provide enough timeout for +# contents which take longer to load (big files, bad connectivity to streams etc.) +preload_offset=60 # sets the time how long we have to fade in and out, when we select another mixer input # values are in seconds