-
Notifications
You must be signed in to change notification settings - Fork 58
Description
I get these warnings when trying to connect to the viewer(http://192.168.1.237:5000/viewer.html) from another computer on my local network and I do no see any video. Although, I can see video locally when I go to the broadcaster address and the viewer address. Any ideas?
pi@raspberrypi:~/Desktop/webrtc-one-to-many-master $ node server.js
server started
(node:5220) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'getTracks' of undefined
at app.post (/home/pi/Desktop/webrtc-one-to-many-master/server.js:22:18)
(node:5220) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:5220) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.