fabiocarrara / meye

A deep-learning-based web tool for translational and real-time pupillometry
https://www.pupillometry.it
GNU General Public License v3.0
40 stars 10 forks source link

audio/volume/mute controls not working/showing up in firefox/edge #2

Open fabiocarrara opened 3 years ago

fabiocarrara commented 3 years ago

It seems to be due to licensing problems with non-open codecs and the particular browser (audio controls show correctly in chrome, but not in edge). You should re-encode the video using supported codecs to get audio controls to show.

However, volume can be controlled on all browsers via javascript (this works even on firefox). The long solution should be to disable default video controls and implement a custom UI to control video and audio.

For a temporary fix, the video will be muted automatically on loading.