-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote video is not starting #3
Comments
I am also trying to get this to work. Probing around, it seems that my devices instantly disconnect after startup ( |
I'm going to update the repo and test again, it seems like |
Do you have any recommendation for a quick fix? |
watcher seem to never be sent an initial time? might fix by changing the broadcast emit to watcher instead. @oarsoy |
Hi @jdmg94 do you have any further updates. Can you please help :) |
Any updates ? @jdmg94 |
Hi, did it work? or do you maybe have any other suggestion? @gabrielpetersson @oarsoy |
Hello,
I set up the your backend server example (by adding express and SSL support). And, installed the client on 2 different iOS devices.
We tested with 2 different networks, server connection seems working and connection established. However we can't get remote user's video it shows only user's self video.
We have also updated socket server connection like that;
const [socket] = useState(io('https://OURSERVER.COM:4000', { transports: ['websocket'], rejectUnauthorized: false, secure: true })); // replace with your host machine's IP or public url
The text was updated successfully, but these errors were encountered: