Re: Video Streaming on xcode
Re: Video Streaming on xcode
- Subject: Re: Video Streaming on xcode
- From: Matt Neuburg <email@hidden>
- Date: Mon, 24 Jan 2011 18:07:07 -0800
On Sat, 22 Jan 2011 11:59:46 +0000, Hugo Silva <email@hidden> said:
>Hi guys...I have a vlc streaming in a PC in the same network, and I want to see this stream on xcode iphone simulator. I have this code:
>
> MPMoviePlayerController* theMovie=[[MPMoviePlayerController alloc] initWithContentURL:theURL];
>But the movie doesn't appear, what is wrong?
(1) Wrong list.
(2) It isn't enough to instantiate an MPMoviePlayerController; you have to put its view into your interface. Nothing in the code you quoted suggests that your are doing that. You are doing nothing to make the movie appear, so it doesn't appear. m.
--
matt neuburg, phd = email@hidden, <http://www.apeth.net/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
http://www.apeth.net/matt/default.html#applescriptthings _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden