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

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

Open
fabiocarrara opened this issue Jan 12, 2021 · 1 comment
Open
Labels
bug Something isn't working webapp Issue of the web app

Comments

@fabiocarrara
Copy link
Owner

No description provided.

@fabiocarrara fabiocarrara added bug Something isn't working webapp Issue of the web app labels Jan 12, 2021
@fabiocarrara
Copy link
Owner Author

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.

@fabiocarrara fabiocarrara changed the title check audio mute during video playback in firefox audio/volume/mute controls not working/showing up in firefox/edge Jan 15, 2021
fabiocarrara added a commit that referenced this issue Jan 15, 2021
quick and dirty fix for #2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working webapp Issue of the web app
Projects
None yet
Development

No branches or pull requests

1 participant