enzoqtvf
SMSoftware Mansion
•Created by enzoqtvf on 1/10/2025 in #membrane-help
How to split a Raw Audio Buffer with 2 channels within frame into two different buffer
Actually I managed to achieve it thanks to chatGPT 😄
I created an element that will split RawAudio payload, and it was easy because a stereo frame alternates between the left and right channel and the binary data is structured as L1,R1,L2,R2..., Ln,Rn
3 replies
SMSoftware Mansion
•Created by enzoqtvf on 6/20/2023 in #membrane-help
How to pass some client side parameters to an RTMP pipeline
I made a PR: https://github.com/membraneframework/membrane_rtmp_plugin/pull/57 it might not be the best way to do it, but it solved my issue in my case 🙂
4 replies
SMSoftware Mansion
•Created by enzoqtvf on 6/20/2023 in #membrane-help
How to pass some client side parameters to an RTMP pipeline
Wondering if modifying the message_handler inside the RTMP plugin library like this would make sense:
That way I can get this information from my pipeline (note the addition of the actions)
4 replies
SMSoftware Mansion
•Created by enzoqtvf on 6/20/2023 in #membrane-help
How to pass some client side parameters to an RTMP pipeline
Actually if that can help people so far I found I can see these informations in the rtmp connect message like this:
4 replies
SMSoftware Mansion
•Created by enzoqtvf on 5/9/2023 in #membrane-help
Pipeline with RTMP source and AAC decoder
Hey, I tried and it does work 🙂
10 replies
SMSoftware Mansion
•Created by enzoqtvf on 5/9/2023 in #membrane-help
Pipeline with RTMP source and AAC decoder
Ah I see interesting, now it makes more sense thanks !
10 replies
SMSoftware Mansion
•Created by enzoqtvf on 5/9/2023 in #membrane-help
Pipeline with RTMP source and AAC decoder
I think I found my issue, I got it working by not using the Membrane.RTMP.SourceBin, but instead use Membrane.RTMP.Source, doing it that way:
Somehow the extra part:
|> bin_output(:audio),
that is part of the SourceBin was causing issues. Not sure exactly why, still a noob with Membrane 😄10 replies
SMSoftware Mansion
•Created by enzoqtvf on 5/9/2023 in #membrane-help
Pipeline with RTMP source and AAC decoder
Got the same result with this:
10 replies