1
0
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:
zafer 2024-06-16 17:36:44 +03:00
parent a26cae03d9
commit bd8d73f963

View File

@ -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)
]