Remote video stream is working on local but not working on ubuntu server

Hello All,

I have created a Video conferencing web application using MEAN stack , webRTC and mediasoup with PIPE transport .

The application is working fine on localhost . But remote video stream is not working on ubuntu server . There is no errors shown . Remote video is blank .

Can anyone help me to resolve that ??

Make sure to read docs on IP addresses on transports carefully

Hi Nazar,
Thanks for reply .

I am using this .

transportIp : “127.0.0.1”,
publicIp : “192.168.0.29”,
transportAnnouncedIp : null

Not sure why you have 3 IPs, but those are wrong in case you deploy it on a server.
As I said, read the documentation carefully, it is all in there.

okay thanks

Read the docs rather than just pasting what you did, please.

Fixed that

hey can you help me with the same, i am trying to do work on this for my final year project but unable to host it. It’s running fine in local but not on aws. Facing some port related issues. Please help my project is due in 5 days.

Make sure you have enabled the tcp/udp ports which you provided to createWorker function. Also make sure you are providing correct server public ip to createWebRtcTransport function.

Please don’t revive old posts, start your own.