Start a new topic

iphone play video

iphone play video


Hi all,

 

I am trying to open the demo video from my iphone ....

I am using Xcode 4.5 + Wikitude 1.1.1 ... I am building the code in native on a mac.

 


   var url = "www.wikitude.com/doc/tutorial/Serie3.m4v";

   AR.context.startVideoPlayer(url);

 

i can see the player , but the video doesn't start

the reference to the:


CoreMedia.framework

CoreVideo.framework

MediaPlyer.framework


are in place.

what am I doing wrong?

 

Thank you.

S

Hi,

Are you using the PhoneGap plugin, Image Recognition or a standard ARchitect World with Geo Objects?

Best regards

Andreas

Hi Andreas,

I am using Xcode (native) and standard ARchitect Word with GeoObjects.

Thank you.

Salvo

 

 

Hi Andreas,

 

I am trying to open the demo video from my iphone ....

I am using Xcode 4.5 (native , no phonegap) + Wikitude 1.1.1 and standard ARchitect Word with GeoObjects. ... I am building the code in native on a mac.

 


   var url = "www.wikitude.com/doc/tutorial/Serie3.m4v";

   AR.context.startVideoPlayer(url);

 

i can see the player , but the video doesn't start

the reference to the:


CoreMedia.framework

CoreVideo.framework

MediaPlyer.framework


are in place.

what am I doing wrong?

 

Thank you.

S
Login or Signup to post a comment