mirror of
https://github.com/algora-io/tv.git
synced 2024-11-16 00:58:59 +02:00
increase toilet capacity of multistreamed pads
This commit is contained in:
parent
a26cae03d9
commit
bd8d73f963
@ -103,13 +103,13 @@ defmodule Algora.Pipeline do
|
||||
#
|
||||
get_child(:tee_audio)
|
||||
|> via_out(:copy)
|
||||
|> via_in(Pad.ref(:audio, 0))
|
||||
|> via_in(Pad.ref(:audio, 0), toilet_capacity: 10_000)
|
||||
|> get_child(ref),
|
||||
|
||||
#
|
||||
get_child(:tee_video)
|
||||
|> via_out(:copy)
|
||||
|> via_in(Pad.ref(:video, 0))
|
||||
|> via_in(Pad.ref(:video, 0), toilet_capacity: 10_000)
|
||||
|> get_child(ref)
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user