Closed
Bug 1175727
Opened 10 years ago
Closed 10 years ago
support 16:9 for low quality resolutions on mac
Categories
(Core :: WebRTC: Audio/Video, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1194640
| backlog | webrtc/webaudio+ |
People
(Reporter: mrobertson, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36
Steps to reproduce:
On mac, try to get a low quality 16:9 stream from getUserMedia. Example constraints:
{
height: { min: 180, max: 729, ideal: 180 },
width: { min: 320, max: 1280, ideal: 320 },
frameRate: { min: 10, max: 30, ideal: 15 }
}
Actual results:
You will get a 4:3 stream (the ideal height constraint is ignored)
Expected results:
You should get a 16:9 stream
| Reporter | ||
Updated•10 years ago
|
OS: Unspecified → Mac OS X
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Component: Untriaged → WebRTC: Audio/Video
Ever confirmed: true
Product: Firefox → Core
Updated•10 years ago
|
backlog: --- → webRTC+
Rank: 35
Priority: -- → P3
Comment 1•10 years ago
|
||
Thanks Matthew, we currently hardcode capability sets for OSX since we haven't found a way to query the actual capabilities of the camera on that OS.
We can trivially add the modes you mention, which was an oversight.
Do you happen to have a good resource for which modes should be available on OSX? If so, then that would be helpful to make sure we've covered them all.
Flags: needinfo?(mrobertson)
Comment 2•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(mrobertson)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•