videochat-peerjs-example icon indicating copy to clipboard operation
videochat-peerjs-example copied to clipboard

Video does not work

Open ghost opened this issue 8 years ago • 8 comments

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.

ghost avatar Sep 28 '17 17:09 ghost

Hi, are you using the same computer? Two browsers cannot use the same camera simultaneously. Have you tried in 2 different computers?

sdkcarlos avatar Sep 28 '17 17:09 sdkcarlos

ok, thanks.

ghost avatar Sep 28 '17 18:09 ghost

But is there any way to start communication without having to interchange the ids ???

ghost avatar Sep 29 '17 06:09 ghost

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 avatar Nov 16 '17 11:11 shahulinfo6

@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 avatar Feb 26 '18 04:02 mildlyautistic

@mildlyautistic Thank you so much its working now ...!

shahulinfo6 avatar Feb 27 '18 07:02 shahulinfo6

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?

SabinaBaholli avatar Apr 19 '18 20:04 SabinaBaholli

How shall I know the Nodejs Is running and creating a localserver?

mrbarua avatar Aug 21 '18 09:08 mrbarua