ionorg / ion

Real-Distributed RTC System by pure Go and Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't see remote video

skiffer-git opened this issue · comments

Your environment.

733db419bcc7a5bfd9349a173992587
3

What did you do?

I QUICKSTART form docker
client demo is ion-app-flutter— flutter application

What happened?

root peers is 2, but I can't see remote video 3

go into your configs/docker/sfu.toml file and uncomment nat1to1 line and the icelite line.

nat1to1 = ["xxx.xxx.xxx.xxx"]
icelite = true

also, check for firewall rules in your remote server
the docs were updated recently
https://pionion.github.io/deploy/docker/

go into your configs/docker/sfu.toml file and uncomment nat1to1 line and the icelite line.

nat1to1 = ["xxx.xxx.xxx.xxx"]
icelite = true

also, check for firewall rules in your remote server the docs were updated recently https://pionion.github.io/deploy/docker/

I try configure this options but still have same problem. Participants can join to room, but media streams not working