mediafront / osmplayer

The Open Standard Media Player is an all-in-one media player for the web. It is an industry changing, open source (MIT) media player that is built to dynamically deliver any type of web media, including HTML5, YouTube, Vimeo, and Flash.
http://www.mediafront.org
MIT License
342 stars 181 forks source link

Player not working on iOS #51

Open girish-softobiz opened 11 years ago

girish-softobiz commented 11 years ago

minplayer is not working on iOS devices, sometimes it does play on iPad, but no luck with iPhone, Same goes for youtube videos, i am using http mp4 videos, it seems to be working fine on desktop, please advise. Thanks for your help

$(function(){ $("video#h264").minplayer({ autoplay: true, width: '500px', height: '300px', wmode:'transparent', volume:100 }); });