views:

530

answers:

1

I have the iPhone successfully trying to open a movie online. (It fails because I don't have a real URL.)

Does anyone know of a working URL I could use as a baseline test to make sure my code is working? I know the iPhone is a bit picky about formats and MIME types and the server, so I want to start with a known working stream.

+1  A: 

try this URL.

It streams fine on my iPhone app using MPMoviePlayerController.

mgcm
You just saved me a bunch of time!
Nosredna