fishjam-dev / membrane_rtc_engine

Customizable Real-time Communication Engine/SFU library focused on WebRTC.
Apache License 2.0
141 stars 13 forks source link

Sending engine data to a pipeline #332

Closed decaruju closed 9 months ago

decaruju commented 11 months ago

I setup an engine which receives data from the browser, everything seems to be working properly.

I would like to send the data to a membrane pipeline for post-processing before saving it to a file.

Is there a simple way to send the data between the engine and the pipeline ?

Currently the solution I have is creating a custom endpoint which sends the data to the pipeline.

mickel8 commented 10 months ago

Hi @decaruju! Sorry for the late response. Right now, the only possible way is to create your own endpoint. Keep in mind that you might run your pipeline inside this endpoint too