hoyois / clicktoplugin

Prevents plug-ins from loading automatically in Safari
http://hoyois.github.com/safariextensions/clicktoplugin/
228 stars 44 forks source link

Safari: how to play video without quick time plugin #189

Open FazalHussain opened 6 years ago

FazalHussain commented 6 years ago

I am facing the problem that safari shows missing plugin instead of playing video. I understand that safari needs quick time plugin. I need any alternative solution to play video without plugins because the simple user doesn't know about plugins and these type of technical things

 <video id="video" muted controls class="col p-0"  
        poster="http://54.197.43.10/static/images/bg/poster.png" preload="auto">
        <source src="http://54.197.43.10/media/video/cds_1nTIdN6.mp4" type="video/mp4">
    <source src="http://54.197.43.10/media/video/cds_1nTIdN6.ogg" type="video/ogg; 
         codecs=theora, vorbis">
    <source src="http://54.197.43.10/media/video/cds_1nTIdN6.webm" type="video/webm; 
       codecs=vp8, vorbis">

    </video