CC-1665: Scheduled stream rebroadcasting and recording

-pre buffer streams part 3
-finished
This commit is contained in:
Martin Konecny 2012-08-15 18:30:12 -04:00
parent 4ee0c368ac
commit 5c1c836f11
2 changed files with 3 additions and 4 deletions

View file

@ -253,7 +253,7 @@ end
# Function to create a playlist source and output it.
def create_dynamic_source(uri) =
# The playlist source
s = input.http(buffer=4., max=12., uri)
s = input.http(buffer=2., max=12., uri)
# The output
active_dyn_out = dyn_out(s)