node.jswebrtcmediasoup

mediasoup webRTC Remote video stream showing blank on ubuntu server


I have developed a Video chat application using angular , node.js , webRTC , mediasoup with pipe transport . The remote video streams are working fine on localhost but they are not working after deployment to Ubuntu server .enter image description here

Can anyone help in that ?

Why remote video stream is not working after deployment to server ?


Solution

  • Ensure you open rtcMinPort & rtcMaxPort both for TCP/UDP connection. Make sure your firewall not blocking rtcPorts range : rtcMinPort:rtcMaxPort e.g if in my case rtcMinPort is 40000 & rtcMaxPort is 40100, i will make sure firewall is not blocking 40000:40100