VLC Web Player not working in Chrome Browser Chrome

I am using VLC web player on my video portal. It works fine in Firefox and Opera, but doesn't work in Google Chrome.

I know that VLC installs a Mozilla / ActiveX plugin during the installation of VLC on the computer, which helps Mozilla and other ActiveX-supported browsers to play videos on the Internet. But how can I solve this problem?

+3


source to share


2 answers


NPAPI plugins including VLC are no longer supported in Chrome . If you're building a site that you want to run in Chrome, you will need to use standards-based solutions (in this case, element <video>

).



+5


source


try reconnecting NPAPI:

enter the following into the chromatic address: chrome: // flags / # enable-npapi



click to turn on and restart chrome

- hope this helps!

0


source







All Articles