Discussion:
[chromium-discuss] WebRTC not working in chrome v67
Zahid Ktk
2018-07-09 14:54:34 UTC
Permalink
hi
i have chrome v67 installed and i get error message :
WebRTC not available

test link : https://inspirit.github.io/jsfeat/sample_grayscale.html


i wonder how to enable it or why its not working

thanks
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
PhistucK
2018-07-10 05:40:48 UTC
Permalink
This might mean that the browser cannot reach the device (camera?
microphone?). Did you try restarting your computer/tablet/phone/other?

☆*PhistucK*
Post by Zahid Ktk
hi
WebRTC not available
test link : https://inspirit.github.io/jsfeat/sample_grayscale.html
i wonder how to enable it or why its not working
thanks
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups
"Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Eric Davies
2018-07-10 16:07:18 UTC
Permalink
Looking at the code, the getUserMedia call is failing, which is usually a
permissions problem.
Put a break point at line 85 in sample_grayscale.html, reload the page, and
then print out the value of error.
Post by Zahid Ktk
hi
WebRTC not available
test link : https://inspirit.github.io/jsfeat/sample_grayscale.html
<https://www.google.com/url?q=https%3A%2F%2Finspirit.github.io%2Fjsfeat%2Fsample_grayscale.html&sa=D&sntz=1&usg=AFQjCNHJ1lxotLFrlb7tzN8uWeC_k_8vgQ>
i wonder how to enable it or why its not working
thanks
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Loading...