Skip to content
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

Open
oarsoy opened this issue Sep 13, 2020 · 7 comments
Open

Remote video is not starting #3

oarsoy opened this issue Sep 13, 2020 · 7 comments

Comments

@oarsoy
Copy link

oarsoy commented Sep 13, 2020

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

@msgtn
Copy link

msgtn commented Sep 15, 2020

I am also trying to get this to work. Probing around, it seems that my devices instantly disconnect after startup (socket.on("disconnect"... in index.js is triggered). Can you probe to see if you have a similar issue?

@jdmg94
Copy link
Owner

jdmg94 commented Sep 17, 2020

I'm going to update the repo and test again, it seems like react-native-webrtc updated their config and it needs re-visiting

@oarsoy
Copy link
Author

oarsoy commented Sep 19, 2020

I'm going to update the repo and test again, it seems like react-native-webrtc updated their config and it needs re-visiting

Do you have any recommendation for a quick fix?

@gabrielpetersson
Copy link

watcher seem to never be sent an initial time? might fix by changing the broadcast emit to watcher instead. @oarsoy

@sushilbansal
Copy link

Hi @jdmg94 do you have any further updates. Can you please help :)

@minafa96
Copy link

minafa96 commented May 28, 2021

I'm going to update the repo and test again, it seems like react-native-webrtc updated their config and it needs re-visitingany

Any updates ? @jdmg94

@minafa96
Copy link

minafa96 commented May 28, 2021

watcher seem to never be sent an initial time? might fix by changing the broadcast emit to watcher instead. @oarsoy

Hi, did it work? or do you maybe have any other suggestion? @gabrielpetersson @oarsoy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants