WebRTC-> RTMP converter

Hello, everybody!
Sorry for stupid questions, but does anybody here has experience in creating solid
webrtc -> rtmp converter?

I already has 2 realised version on nodeJS and Golang. But quality is not good enough.

Hello,

Sorry for stupid questions, but does anybody here has experience in creating solid
webrtc → rtmp converter?

You would need to use PlainRtpTransport to forward the WebRTC stream to GStreamer/FFmpeg and then convert it into an RTMP stream. If it’s live I’d recommend GStreamer.

I already has 2 realised version on nodeJS and Golang. But quality is not good enough.

Are these released samples using mediasoup?

No, first attempt is based on web-sockets to send video frames
Second attempt is based on this thing . - https://github.com/notedit/media-server-go
And it’s using g-streamer too.

This is a forum about a mediasoup and its ecosystem, not a generic WebRTC forum.