http://webdesign.maratz.com/lab/responsivetypography/realtime/ (using GetUserMedia) doesnt work
Categories
(Core :: WebRTC, defect, P3)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
Details
Attachments
(1 file)
|
29.91 KB,
text/plain
|
Details |
Create new Firefox profile
Go to http://webdesign.maratz.com/lab/responsivetypography/realtime/
ER: Demo should work
AR: Demo doesnt work. Error says : Your browser doesnt support GuM
Regression points to :https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=f6766ba4ac77c6757c4e4db7598a2e685f23fcf6&tochange=11b4d70a2b5d6373f5ec8fa01ca48a1c7bc1829e
I dont know if Firefox delibertely doesnt support GuM now. So feel free to INVALID.
| Reporter | ||
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
Firefox supports getusermedia. This looks like a busted demo, I see autoplay errors in the console.
Autoplay is only allowed when approved by the user, the site is activated by the user, or media is muted. headtrackr.js:141:10
Uncaught (in promise) DOMException: The play method is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
HTTP “Content-Type” of “text/html” is not supported. Load of media resource http://webdesign.maratz.com/lab/responsivetypography/realtime/media/capture5.ogv failed.
Comment 3•3 years ago
|
||
Byron, the reporter tracked down a regression range with some work of yours in it. Maybe you can have a look here.
Comment 4•3 years ago
|
||
Bug 1335740 is the change here; loading this page over http instead of https means that gUM will fail.
Description
•