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

HTTP web page errors when I try to run this code... #5

Open
htartisan opened this issue May 24, 2021 · 1 comment
Open

HTTP web page errors when I try to run this code... #5

htartisan opened this issue May 24, 2021 · 1 comment

Comments

@htartisan
Copy link

When I load this code on my Kurento server, run the "node server.js" command, and load the web page via a Chrome browser, I get the following errors in the Chrome browser console:

Browser does not appear to be WebRTC-capable
kurento-utils.js:320 Uncaught TypeError: getUserMedia is not a function
at getMedia (kurento-utils.js:320)
at WebRtcPeerSendrecv.WebRtcPeer (kurento-utils.js:326)
at new WebRtcPeerSendrecv (kurento-utils.js:441)
at Object.WebRtcPeerSendrecv (kurento-utils.js:439)
at start (index.js:62)
at HTMLAnchorElement.onclick ((index):27)

These all appear to be errors within the "Bower" code that is loaded by the browser. Note that this folder was provided as part of the source code in this Git repository. I did try deleting the "static/bower_components" folder and re-creating it via the "bower install" command, but that did not help.

Any suggestions on how to resolve this?

@srigaurav1986
Copy link
Owner

This codebase is old and follows older webrtc API syntax If we modify syntax to current API signatures supported by current browser. It will stop throwing error.

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

2 participants