mozilla / janus-plugin-sfu

Janus plugin to act as a kind of SFU for game networking data.
Mozilla Public License 2.0
135 stars 40 forks source link

[Feature Request] rtp_forward #45

Closed arpu closed 4 years ago

arpu commented 4 years ago

would be nice to have rtp_forwarder in the rust sfu plugin

https://fosdem.org/2020/schedule/event/janus/

arpu commented 4 years ago

looks like using gstreamer webrtc to connect should work https://github.com/centricular/gstwebrtc-demos/tree/master/janus

arpu commented 4 years ago

here is a other possible solution for this https://github.com/aiortc/aiortc/blob/master/examples/janus/janus.py

arpu commented 4 years ago

looks this is not for this plugin, closing