Consumer not receive video stream.



My producer (client side) is working well (I tested with record video with plain rtp consumer in server side), but not working with another consumer in client side (video broadcasting).
In the consumer client side, I got consumer.track, but video not play.
My app is running in localhost using IP 127.0.0.1.

The peer connection is not getting established, if you are connecting from outside the network make sure to provide the turn/stun servers on client side.

1 Like

if you accessing it out side of you network make you you config yout pub ip into announcedIp: , you shouldn’t need stun/turn as this is a sfu

1 Like

Stun turn is needed on client side side but not on server side.

1 Like

All is running in localhost, inside a network.
My debug: Connection state: new => connecting => failed

Can you show the situation of the producer transport from webrt-internals?

1 Like


Thank you!

Something wrong with candidates, were you able to run the demo app on your local?