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

Player not working on Chrome version 64 #70

Open
abackwood opened this issue Feb 3, 2021 · 1 comment
Open

Player not working on Chrome version 64 #70

abackwood opened this issue Feb 3, 2021 · 1 comment

Comments

@abackwood
Copy link

We've run into an issue where version 1.6.0 of the plugin gives an error on playing a video:
media could not be loaded because the server or network failed or because the format is not supported.

The device this occurs on runs Chrome version 64 and Android System Webview version 64
On testing, a similar device with Chrome version 74 and ASW version 80 does not have this issue, which leads me to think some property of Chrome 64 is causing this.

I am aware these are outdated versions, but unfortunately upgrading the devices is a difficult process in our organisation.

We're using version 1.6.0 of the plugin.

Is there an indication of the minimum requirements for each version of this plugin? Would it help to upgrade or downgrade to be compatible with older versions of Chrome again?

@jamestomasino
Copy link

It may be a content security policy restriction. I ran into something similar and had to add 'blob:' to the media-src or worker-src. Can't recall which one.

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