I was just wondering if the QTMovie class does handle URL redirects, because I'm streaming audio files with it and the stream URLs can contain redirects. Sometimes the movie won't start playing but doesn't throw an error (i always operate on the main thread, i know this class is not thread safe).
Any ideas why QTMovie might not start playing?
Regards, Erik
Update:
QTMovie returns following -userInfo
dict on error. Does the 403 refer to HTTP 403?
{
QTMovieStatusCodeNotificationParameter = 403,
QTMovieStatusFlagsNotificationParameter = 26411036
}