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
Hey team ! I'm trying to process an FLV stream with AAC codec for the audio, and the audio part has 2 channels that I would like to treat separately, is there a way to split my pipeline in order to handle the 2 channels differently?
Here is an overview of the pipeline:
So I would like after that (or maybe the split should happen before the decoding and resampling), to have an element that provide 2 output with one channel each.
Thanks ! 🙂
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
Hey team I have an RTMP pipeline (which I simplified for the purpose of the question):
Which is served by an TCP server:
This works great, I can initiate an rtmp session using this kind of url for example: rtmp://localhost:5000
Now I'm trying to use url like this: rtmp://localhost:5000?rtmp_id=xxxx or even something like this: rtmp://localhost:5000/xxxx/
So within my pipeline I can get this xxxx and use if for different things (maybe you can think of a filename which could be anice usecase)
So far I don't manage to find how I can get this xxxx within my pipeline, happy to know if there is anotherway to do that 😄 !
Thanks
4 replies
SMSoftware Mansion
•Created by enzoqtvf on 5/9/2023 in #membrane-help
Pipeline with RTMP source and AAC decoder
Hi everyone 🙂
(message can be redundant with the one I posted on slack, sorry about that)
I'm currently building a POC for live transcription using whisper model.
I checked Lawik example already which uses either the mic as or a file as a source to achieve it.
In my case I do have RTMP source with AAC codec for audio and flv format.
I've built a pipeline which seems to be "ok":
When I start it it initialise without issues however it doesn't do anything (from what I can see)
(I see debug logs showing elements received the play request)
I would be happy to get advises on that one :D, thanks !
10 replies