mediasoup-sfu-webrtc-video-rooms icon indicating copy to clipboard operation
mediasoup-sfu-webrtc-video-rooms copied to clipboard

How to do RTP forwarding?

Open saiakhil19932 opened this issue 2 years ago • 1 comments

Hello,

I have been using Janus previously to relay video to a UDP port on the server where Janus is hosted, in a similar way I have to relay video onto the server where mediasoup is hosted.

I there a way to do the RTP forwarding via the example you provided?

Thank you.

saiakhil19932 avatar Nov 21 '21 19:11 saiakhil19932

Check out this repo. It forwards the video with rtp to ffmpeg: https://github.com/ethand91/mediasoup3-record-demo

Dirvann avatar Nov 23 '21 15:11 Dirvann