Closed
Bug 1150785
Opened 10 years ago
Closed 10 years ago
onloadedmetadata never fired under Firefox 37 for Ubuntu (getUserMedia)
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1149494
People
(Reporter: michael.heuberger, Unassigned)
References
()
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20150328223854
Steps to reproduce:
Visit www.videomail.io with the latest Firefox version 37 for Ubuntu and see, the webcam video feed is not turning up.
It worked fine for older versions and works fine for Chrome.
Actual results:
After some debugging I found out that the loadedmetadata event is not fired for the video element once source has been assigned.
Expected results:
It should fire the loadedmetadata event so that I can call play() on it.
Reporter | ||
Comment 1•10 years ago
|
||
PS: it's similar to https://bugzilla.mozilla.org/show_bug.cgi?id=1149494
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Comment 2•10 years ago
|
||
According to documentation in https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia the onloadedmetadata must be called.
This leads me to the assumption that you do not have any unit tests coverage for that. Please add this to your unit tests as well. Thanks heaps!
Comment 3•10 years ago
|
||
[Tracking Requested - why for this release]:
[Tracking Requested - why for this release]:
[Tracking Requested - why for this release]:
[Tracking Requested - why for this release]: Regression since Firefox37, but it is worth to fin for next esr38.
Regression pushlog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=e329c7fe4c4e&tochange=654e15b4dc9b
Regressed by: Bug 879717
Blocks: 879717
Status: UNCONFIRMED → NEW
status-firefox37:
--- → affected
status-firefox38:
--- → affected
status-firefox39:
--- → affected
status-firefox40:
--- → affected
tracking-firefox38:
--- → ?
tracking-firefox39:
--- → ?
tracking-firefox40:
--- → ?
Component: Untriaged → WebRTC: Audio/Video
Ever confirmed: true
Flags: needinfo?(pehrsons)
Keywords: regression
OS: Linux → All
Product: Firefox → Core
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Flags: needinfo?(pehrsons)
Comment 5•10 years ago
|
||
Tracking in bug 1149494.
You need to log in
before you can comment on or make changes to this bug.
Description
•