andy-portmen / open-in-vlc

a browser extension to send media links to VLC media player
https://webextension.org/listing/open-in-vlc.html
Mozilla Public License 2.0
113 stars 54 forks source link

Embedded Video Players Not Recognized #19

Open m-standfuss opened 3 years ago

m-standfuss commented 3 years ago

We had a client request to use this plugin for our application, trying to figure out how to get it to recognize our video player though as it is currently not. We are using plyr library to add some extra styling/functionality to our video player (https://plyr.io/#video), when the video is loaded in though it is not recognized by the plugin. I can move the video tag out of the divs that are created by the plyr library and it is recognized.

image

If I manually move the video tag outside the plyr__video-wrapper div its picked up.

Thanks! Mike