videochat-peerjs-example
videochat-peerjs-example copied to clipboard
Video does not work
when I make the link between the two browsers, it makes me see my room but not that of the other participant. Does anyone know me why? The chat works well Thank you.
Hi, are you using the same computer? Two browsers cannot use the same camera simultaneously. Have you tried in 2 different computers?
ok, thanks.
But is there any way to start communication without having to interchange the ids ???
i installed videochat successfully on my local system Now i want to check into live server so i need to host into linux Server like amazon ws or microsoft azure. Is it possible to host? and using command prompt we running( node website-server.js and node peer-server.js )manually.but, how wiLl it run on live server automatically on live server and aslo how can i install all npm and peer js into live? please help me how to do this?
@shahulinfo6 you need something on your remote server that will automatically run your nodejs server. You can use supervisor or systemd for that. I personally prefer to use "forever". you can find that on npmjs.com
you have to execute something like
forever start peer-server.js
@mildlyautistic Thank you so much its working now ...!
I don't get source to remote peer's video even though on different devices. Maybe there is a problem with the 'call' method of peerjs on version 0.3.14? Can someone help me with this?
How shall I know the Nodejs Is running and creating a localserver?