slavavdovichenko / MediaLibDemos

98 stars 25 forks source link

Media Lib doesn't work on xcode5 #18

Closed swalehapatanwala closed 10 years ago

swalehapatanwala commented 10 years ago

I have got few architecture issues when building the sample codes on xcode5. Your commits say it does support iOS7. Can you tell me how can the issues be solved?

slavavdovichenko commented 10 years ago

Hi, You can update the libs & demos - I've fixed this problem

swalehapatanwala commented 10 years ago

Now your sample projects are working on Xcode5. But when I create a new project following the steps that you have given in the documentation, it gives an error of missing architecture i386. Is it because of running it on simulator?

On Wed, Jan 8, 2014 at 11:43 PM, slavavdovichenko notifications@github.comwrote:

Closed #18 https://github.com/slavavdovichenko/MediaLibDemos/issues/18.

— Reply to this email directly or view it on GitHubhttps://github.com/slavavdovichenko/MediaLibDemos/issues/18 .

Warm Regards,

Swaleha Patanwala Associate Software Engineer, Inscripts

M: +91 8080090728 | T (India): +91 22 30551000 | T (U.S.): +1 415 287 0451

Inscripts (I) Pvt. Ltd. | An ISO 9001:2008 Certified Company 517-518 Shrikant Chambers, V.N. Purav Marg, Chembur, Mumbai – 400 071 http://www.inscripts.com

slavavdovichenko commented 10 years ago

The Xcode 5 simulator uses x86_64 architecture - but it's better if you can run the media functions in device. See Build Setting of demo samples for guide.

swalehapatanwala commented 10 years ago

Does the licensed version of MediaLib support Red5 Server?

swalehapatanwala commented 10 years ago

I have gone through the build settings of demo sample. Still the new project doesn't work. Why so?

slavavdovichenko commented 10 years ago

I've fixed the problems with red5 - you can try again