CC-4385: Problem with mono streams for stream rebroadcasting
-fixed
This commit is contained in:
parent
33035a4212
commit
ac8610ca06
2 changed files with 27 additions and 17 deletions
|
@ -406,7 +406,7 @@ end
|
|||
# Function to create a playlist source and output it.
|
||||
def create_dynamic_source(uri) =
|
||||
# The playlist source
|
||||
s = input.http(buffer=2., max=12., uri)
|
||||
s = audio_to_stereo(input.http(buffer=2., max=12., uri))
|
||||
|
||||
# The output
|
||||
active_dyn_out = dyn_out(s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue