Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safari Video Resolution 320x240 does not work with AdapterJS #296

Open
fbernhard opened this issue Dec 22, 2017 · 3 comments
Open

Safari Video Resolution 320x240 does not work with AdapterJS #296

fbernhard opened this issue Dec 22, 2017 · 3 comments

Comments

@fbernhard
Copy link

Safari version: 11.0.2
Plugin version: 0.8.902
AdapterJS version: 0.15.0

Video resolution 320x240 (QVGA) does not work with the plugin (failed GUM), even though it works with Safari's native WebRTC implementation.

To test, use the following website with a Safari 11 browser and try to access the camera with QVGA:

https://plugin.temasys.io/demo/src/content/getusermedia/resolution/

By default, AdapterJS.options.forceSafariPlugin is false, it will thus use Apples WebRTC implementation. QVGA produces an image.

Set a breakpoint in the AdapterJS and set AdapterJS.options.forceSafariPlugin = true to force the use of the Plugin. Now QVGA does not work anymore.

@johache
Copy link
Contributor

johache commented Dec 22, 2017

Hi,
I reproduced the issue, we will put it in our backlog.
I don't expect this issue will be prioritised though.
Thx for the feedback :)

@fbernhard
Copy link
Author

Thanks, @johache

Can you say if the bug is in the adapter or the plugin? If it was the adapter I could investigate.

@johache
Copy link
Contributor

johache commented Jan 3, 2018

The issue is definitely in the plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants