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

Tablets #47

Open rlneub opened 11 years ago

rlneub commented 11 years ago

The autoplay next video does not work. Is this a function of the tablet or is this a programming issue?

travist commented 11 years ago

What do you mean the 'autoplay' next video does not work? Can you explain how it is behaving in better detail?

rlneub commented 11 years ago

On a PC or laptop, when one video finishes the player automatically moves to the next video in the playlist. But on a tablet it does not go to the next video. I have had both iPad and Android tablet people say it does not advance. My playlist is a series of youtube videos.

So, I am wondering if this is the tablet operating system or something you can actually control?

travist commented 11 years ago

My guess is that the youtube video is not firing the complete event when it switches to tablet mode. I can investigate, but this may be something out of my control. I will let you know more as I investigate.

travist commented 11 years ago

Here is the event that I question isn't firing on tablets... https://github.com/mediafront/osmplayer/blob/2.x/minplayer/src/minplayer.players.youtube.js#L165

rlneub commented 11 years ago

Thank you for looking. Let me know if it is a bug or out of your control so I can tell them.