For the last week or so, I have been trying to get MPMoviePlayerController working with streaming video feeds...
No luck.
I am using the MoviePlayer sample as the base...
And I have been working with the movieURL function, to change the source video.
I have been successfully at access video outside of the package, on the local hard drive, and on network access drives... but not streaming to an HTTP or an RTSP.
My latest attempt, was altering the line in movieURL (in MyViewController.m) to
NSString *moviePath = @"http://www.itc.virginia.edu/network/videotest/when-lg.mov";
When the app plays, I get an on screen of:
This Movie Could Not Be Played
The Debug/Log reports:
2008-07-17 10:20:12.194 MoviePlayer[4395:20b] ERROR! Please file a bug report!
2008-07-17 10:20:12.195 MoviePlayer[4395:20b] Could not play the movie http://www.itc.virginia.edu/network/videotest/when-lg.mov. We received the AVController_ItemFailedToPlayNotification with info: Error Domain=NSOSStatusErrorDomain Code=-12783 UserInfo=0x1083d20 "This movie could not be played."
Any ideas on how to go getting this to work?
No luck.
I am using the MoviePlayer sample as the base...
And I have been working with the movieURL function, to change the source video.
I have been successfully at access video outside of the package, on the local hard drive, and on network access drives... but not streaming to an HTTP or an RTSP.
My latest attempt, was altering the line in movieURL (in MyViewController.m) to
NSString *moviePath = @"http://www.itc.virginia.edu/network/videotest/when-lg.mov";
When the app plays, I get an on screen of:
This Movie Could Not Be Played
The Debug/Log reports:
2008-07-17 10:20:12.194 MoviePlayer[4395:20b] ERROR! Please file a bug report!
2008-07-17 10:20:12.195 MoviePlayer[4395:20b] Could not play the movie http://www.itc.virginia.edu/network/videotest/when-lg.mov. We received the AVController_ItemFailedToPlayNotification with info: Error Domain=NSOSStatusErrorDomain Code=-12783 UserInfo=0x1083d20 "This movie could not be played."
Any ideas on how to go getting this to work?