AdapterJS icon indicating copy to clipboard operation
AdapterJS copied to clipboard

Safari Video Resolution 320x240 does not work with AdapterJS

Open fbernhard opened this issue 8 years ago • 3 comments

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.

fbernhard avatar Dec 22 '17 07:12 fbernhard

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 :)

johache avatar Dec 22 '17 08:12 johache

Thanks, @johache

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

fbernhard avatar Dec 23 '17 07:12 fbernhard

The issue is definitely in the plugin.

johache avatar Jan 03 '18 05:01 johache