yunjiali / Synote

Synote allows users to annotate media fragments and the annotations are published as Linked Data
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Sometimes autostart playing doesn't work on desktop browser #105

Closed yunjiali closed 11 years ago

yunjiali commented 12 years ago

I can't replicate the problem. But sometimes, it doesn't autostart on desktop.

yunjiali commented 11 years ago

It doesn't work on ipad, so we need to disable autostart on ipad.

giusepperizzo commented 11 years ago

OS prevents to autoplay a video for saving bandwidth http://developer.apple.com/library/safari/#documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/Device-SpecificConsiderations/Device-SpecificConsiderations.html

You can either fake the click on the video once it is loaded or let the user "create" an application using the <> from Safari