This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut

getUserMedia constraints change in FireFox Nightly

more options

In FF 24 it was possible to use navigator.mozGetUserMedia() with media constraints like this

{ audio: true, video: { mandatory: { maxWidth: 320, maxHeight: 240 }}}

In FF Nightly this produces now the error

navigator.getUserMedia error: NOT_SUPPORTED_ERR: maxWidth

Investigating into the src code the reason seems to be in the changes to MediaStreamTrack.webidl

https://github.com/mozilla/mozilla-central/blob/FIREFOX_24_0_RELEASE/dom/webidl/MediaStreamTrack.webidl

https://github.com/mozilla/mozilla-central/blob/master/dom/webidl/MediaStreamTrack.webidl

Is there any plans to add validation of minWidth/maxWidth/minHeight/maxHeight to the media constraints? Or is there any reason for having removed the possibility to set those in moxGetUserMedia?

Thanks

In FF 24 it was possible to use navigator.mozGetUserMedia() with media constraints like this { audio: true, video: { mandatory: { maxWidth: 320, maxHeight: 240 }}} In FF Nightly this produces now the error navigator.getUserMedia error: NOT_SUPPORTED_ERR: maxWidth Investigating into the src code the reason seems to be in the changes to MediaStreamTrack.webidl https://github.com/mozilla/mozilla-central/blob/FIREFOX_24_0_RELEASE/dom/webidl/MediaStreamTrack.webidl https://github.com/mozilla/mozilla-central/blob/master/dom/webidl/MediaStreamTrack.webidl Is there any plans to add validation of minWidth/maxWidth/minHeight/maxHeight to the media constraints? Or is there any reason for having removed the possibility to set those in moxGetUserMedia? Thanks

Semua Balasan (1)

more options