Simbul / baker

The HTML5 ebook framework to publish interactive books & magazines on iPad & iPhone using simply open web standards
http://bakerframework.com
1.53k stars 378 forks source link

Embedded video not playing in baker #1021

Open Appmantx opened 11 years ago

Appmantx commented 11 years ago

Hello, This is my first app,so I am not sure. In xcode, I have embeded video from my s3 accout,I also I an interactive forms. I set set the simulator and a seperate testing account with Itunes. I downloads fine, view pages fine, The interactive forms work but the video's and hyperllinks to other sites do not work. It this OK? Should everythink work in test mode?

folletto commented 11 years ago

Yes. Everything must work (with the exceptions documented on Apple's side, like push notifications).

Appmantx commented 11 years ago

Ok, I got the hyperlinks to work but can't get the video to play Please see video https://www.youtube.com/watch?v=DCrY8t-Ri3U

Appmantx commented 11 years ago

Is there anyone using Video in there baker magazine?

tekdope commented 11 years ago

On S3, did you set the video file as public?

Envoyé de mon iPad

Le 16 juil. 2013 à 14:11, Appmantx notifications@github.com a écrit :

Is there anyone using Video in there baker magazine?

— Reply to this email directly or view it on GitHub.

Appmantx commented 11 years ago

yes, html page works fine, permissions are okay

chris-82 commented 11 years ago

Hi,

how did you embed the video to your HTML-document? I'm using this one and it works fine:

< video controls poster="http://my-url.nic/videos/138291383.png" width="500px" height="295px"> < source src="http://my-url.nic/videos/138291383.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' /> </ video >

Appmantx commented 11 years ago

I used Indesign with the in5 extention. Exoports fine, I I go to the the direct url, it works but the video doesn't play in baker

Appmantx commented 11 years ago

I am going back and try this with hype

folletto commented 11 years ago

Please check also the thread #927.

justinputney commented 11 years ago

If you're exporting from in5, it may be worth updating to version 1.5.4 or higher.

It looks like mediaelementjs and the Baker container do not play well together. As of 1.5.4, the in5 code detects the Baker container by checking the userAgent for "BakerFramework". If detected, in5 bypasses the mediaelementjs initialization and uses the native audio/video elements.