mediaelement / mediaelement-plugins

Plugins for the main mediaelement project
405 stars 137 forks source link

mediaelementjs marker plugins not working with youtube link or embed #183

Open furqanwasi opened 3 years ago

furqanwasi commented 3 years ago

mediaelementjs marker plugins not working with youtube link or embed it creates markers elements but does not apply for width/left or expected inline style to the element something like this width: 3px; left: 19.6549%; background: rgb(51, 96, 117); using this page files as example

http://formacionsmart.com/aulavirtual/docs/prototipos/front/js/plugins/mediaelement-4.2.8/mediaelement-plugins-2.5.0/demo/markers.html

Thanks

<video width="640" height="360" id="player1" preload="none">
    <source type="video/youtube" src="http://www.youtube.com/watch?v=nOEw9iiopwI"/>
  </video>

``

Screenshot 2020-09-17 at 1 41 25 PM
UdayDevikar commented 1 year ago

@furqanwasi did you got the ans. i am also facing the same issue.