iOS?

igorvlassov

07-07-2011 06:08:35

Hello,

have somebody an experience in theora plugin usage in iOS based project?

Thanks,
Igor

Kreso

07-07-2011 11:30:01

it works, but it's not really fast. I recommend using the builtin apple's video player instead.

igorvlassov

07-07-2011 13:15:24

Thanks for reply Kreso!

Unfortunately I'm not very familiar with ObjC & related technologies. Can you share some sample or give roadmap how to mix Ogre & standard apple video player? I need to add intro (after menu) & outro videos to my proj.

Thanks again.

Kreso

07-07-2011 13:23:55

don't have any sample code I'm allowed to share, you can check the apple's developer portal, they have nice tutorials for integrating video.

Shawn

30-12-2011 05:41:43

I have developing an iPhone application using xcode 4 which is compatible with iOS 4.3 and runs on iPhone 4 device smoothly.
My question is how to check whether my application is compatible with iOS 3 or not.
I do not have any iOS 3 device to run the app so the only solution is to check the compatibility for iOS 3 is simulator but I have not found any option to run the app on iOS 3 simulator. Any suggestion how to install SDK for iOS 3.
Thanks

Kreso

30-12-2011 15:55:23

I have developing an iPhone application using xcode 4 which is compatible with iOS 4.3 and runs on iPhone 4 device smoothly.
My question is how to check whether my application is compatible with iOS 3 or not.
I do not have any iOS 3 device to run the app so the only solution is to check the compatibility for iOS 3 is simulator but I have not found any option to run the app on iOS 3 simulator. Any suggestion how to install SDK for iOS 3.
Thanks


Believe me, you have to get access to an ios3 device, its a whole different architecure, no simulator will cover that as simulator builds are compiled for i386, not armv6,armv7.

So have you managed to run theora on an iphone? Can you shed more light? Did you use libtheoraplayer or? I'd like to use theora for my projects but havent had the time to investigate how well it works on iphone yet