newshorts / InlineVideo

A library to allow video to play inline if you're user is on an iphone.
106 stars 33 forks source link

Canvas video no sound #5

Open candyshien opened 8 years ago

candyshien commented 8 years ago

How to play video sound on canvas??

letitbesd commented 8 years ago

same problem with me. how to play sound and sync with canvas video. thanks.

fregante commented 8 years ago

You can use this library, it syncs the audio perfectly: https://github.com/bfred-it/iphone-inline-video

happyhj commented 8 years ago

@bfred-it But this solution takes traffic twice then just using video tag. right?

fregante commented 8 years ago

No, the video is just loaded once by the browser. If you want to make sure, add some cache headers to the server (which is always suggested anyway)