You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using live_ex_webrtc for a project, and I've tweaked a couple of things into the code in order to have some additional functionalities. Currently I'm facing a big challenge, which is how to use a membrane pipeline with the packets I'm sending/receiving in the publisher or player in order to do some processing. Is there some documentation of references on how to do?
The text was updated successfully, but these errors were encountered:
live_ex_webrtc uses a PubSub as a source/sink of RTP packets. If you insist on using it, you'd have to write your own Membrane pipeline that would receive/publish the RTP packets to said PubSub and do whatever it is you want to achieve: (de)payloading, dump to/from file etc (edited)
[12:42 PM]
we don't have a plugin for that yet, seeing as live_ex_webrtc is a relatively recent addition to our ecosystem; you'd have to write the source/sink elements yourself
[12:42 PM]
ofc, contributions are always welcome :))
Let me know if this helps you or you need some further explanation.
Also, what kind of processing you would like to do?
And another question, would you like to process the packet before it is published on pubsub?
I'm using live_ex_webrtc for a project, and I've tweaked a couple of things into the code in order to have some additional functionalities. Currently I'm facing a big challenge, which is how to use a membrane pipeline with the packets I'm sending/receiving in the publisher or player in order to do some processing. Is there some documentation of references on how to do?
The text was updated successfully, but these errors were encountered: