googlecodelabs / webrtc-web

Realtime communication with WebRTC
https://codelabs.developers.google.com/codelabs/webrtc-web/
Apache License 2.0
753 stars 350 forks source link

Remote stream recieved but not playing in element #133

Open tarun-pixeleyez opened 4 months ago

tarun-pixeleyez commented 4 months ago

I have Added WebRTC Video or Audio call using AlpineJs or Laravel. In my local environment both calls are working fine but in Live server i reaceved stream but not showing video of remote user.

my MediaStream Object like.

image

My All code working good, like sharing ice candidates, set remote or local description but video not playing in server.

CodNoob100 commented 1 month ago

Same