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

Configurable preload timeout.

parent 17fa2d39
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
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