Wojciech_Barczynski
SMSoftware Mansion
•Created by tintin on 7/6/2024 in #membrane-help
Does Overlay plugin support 30 fps?
You can use
membrane_live_compositor_plugin
for that. However, if you want only static overlay on one stream, Membrane Overlay Plugin is probably a better choice (less dependencies, no need for IPC etc.).4 replies
SMSoftware Mansion
•Created by Jdyn on 7/4/2024 in #membrane-help
Live video effects in fishjam
cc @mickel8 @kamilstasiak
6 replies
SMSoftware Mansion
•Created by Jdyn on 7/4/2024 in #membrane-help
Live video effects in fishjam
Hi,
with Membrane itself, it should be fairly simple to implement such an effect using membrane_live_compositor_plugin.
You must construct a pipeline with LiveCompositor Plugin, register your shader with that effect, and use it on the input stream (input pad).
You can find a similar pipeline example here. We have a very similar shader in the LiveCompositor repo.
For info on shaders themselves, refer to this intro.
I'm not sure about integration with FishJam. @Jellyfish/WebRTC you help with that?
6 replies
SMSoftware Mansion
•Created by DJMAKEITBRAIN on 6/22/2023 in #membrane-help
Unable to create new endpoints in Membrane RTC Engine 0.14.0
I'm pretty sure it's an unintended bug. cc @dubliou @Karol Konkol
4 replies
SMSoftware Mansion
•Created by nickdichev_fw on 3/28/2023 in #membrane-help
Problems specifying toilet capacity of Realtimer
|> child(:audio_realtimer, Membrane.Realtimer)
|> via_in(:audio, toilet_capacity: 500)
|> get_child(:rtmp_sink)
4 replies
SMSoftware Mansion
•Created by nickdichev_fw on 3/28/2023 in #membrane-help
Problems specifying toilet capacity of Realtimer
It seems like
:audio_realtimer
is terminating :rtmp_sink
due to toilet overflow (between :audio_realtimer
and :rtmp_sink
) and :rtmp_sink
produces the message. Try setting :rtmp_sink
toilet_capacity
in via_in(:audio)
4 replies