Skip to content

Compatibility

Henri edited this page May 18, 2018 · 8 revisions

Compatibility with web browsers

Some features or functionalities of FinSL-signbank are not supported by all web browsers. This page is intended to list some of the restrictions and propose solutions for fixing the issues (if any exist).

The video recording feature

This feature is not supported by all web browser + operating system combinations.

The feature is built on https://github.com/muaz-khan/RecordRTC which utilizes getUserMedia(), you can check the latest browser support for getUserMedia() from http://caniuse.com/#feat=stream

This is a list of working operating system + web browser combinations for this feature, according to our own tests. This list is not intended to be kept up to date, we hope that the support for this becomes better in the future by the efforts of web browser development.

Last updated on 21th Feb 2017

  • Chrome and Opera require HTTPS for getUserMedia()
  • To get webm/vp8 videos to work in Internet Explorer, download https://tools.google.com/dlpage/webmmf/
  • To get webm/vp8 videos to work in Safari, download http://perian.org/ Perian project has been abandoned, one could give it a try if desperate.

Working os+browser combinations for recording:

  • Windows7 + Firefox 51.0.1
  • Windows7 + Chrome 56.0.2924.87 requires https
  • Windows7 + Opera 43.0 requires https
  • Windows10 + Firefox 45.6.0
  • Windows10 + Chrome 56.0.2924.87
  • Windows10 + Edge 38.14393.0.0 recording might work, webm/vp8 did not
  • Mac + Firefox
  • Linux + Firefox 45.7.0, 51.0.1
  • Linux + Chrome 56.0.2924.87 requires https
  • Linux + Opera 43.0.2442.806 requires https??

Mobile

  • Android + Firefox 50.1.0
  • Android + Chrome 55.0.2883.91

Not working:

  • Mac + Safari 10.0.03
  • Mac + Chrome 49.0.2623.112
  • Windows7 + Internet Explorer 11.0.9600.18537(?)
  • Windows7 + IE 11.0.9600.17843

Working os+browser combinations for viewing webm/vp8 videos:

  • Windows7 + Firefox 51.0.1
  • Windows7 + Chrome 56.0.2924.87
  • Windows7 + Opera 43.0
  • Windows7 + IE 11.0.9600.17843 with WebM Video for Microsoft Internet Explorer 9+
  • Windows10 + Firefox 45.6.0
  • Windows10 + Chrome 56.0.2924.87
  • Mac + Firefox
  • Mac + Chrome 49.0.2623.112
  • Linux + Firefox 45.7.0, 51.0.1
  • Linux + Chome 56.0.2924.87
  • Linux + Opera 43.0.2442.806

Mobile

  • Android + Firefox 50.1.0
  • Android + Chrome 55.0.2883.91

Not working:

  • Windows7 + IE 11.0.9600.17843 without webm video download
  • Windows7 + Internet Explorer 11.0.9600.18537(?)
  • Windows10 + Edge 38.14393.0.0
  • Mac + Safari 10.0.03

Tests are still needed for:

  • Windows10 + Edge (to verify results)

Clone this wiki locally