views:

44

answers:

0

I followed Apple tutorial, Apple - QuickTime - Tutorials - Reference Movies, to create reference movie in my web site. In summary, "A reference movie contains pointers to alternate data rate movies--that is, multiple versions of the movie designed for downloading at various data rates".

In my app, I use MPMoviePlayer and provide it with the URL of my reference movie, but it does not work.

I could detect what type of network the iPhone is using, Wifi and 3G, and provide the "CORRECT" url for that particular video. But this will defeat the purpose of reference movie.

Is there another way for me to do it without determining the network type and hard code the url to the correct location of the appropriate movie file

Thx