QTMovieView and HTTP Redirects
QTMovieView and HTTP Redirects
- Subject: QTMovieView and HTTP Redirects
- From: Ryan Sutter <email@hidden>
- Date: Tue, 4 Oct 2005 19:21:58 -0500
I am new to Cocoa programming, so my apologies if my question is a bit
ignorant. I have simply been unable to find any sort of answer
despite looking for the last 5 hours.
I am working on an app where I need to play mp3 files off the web. I
have put a QTMovieView on the window of my app and I have been
creating a QTMovie object from a URL, given it to the view and played
and it works well in some cases. However, if the URL given performs a
redirect, the player just sort of hangs there and never plays. I have
tried the same thing in Quicktime Player and found that it will not
play from a URL that redirects either. I absolutely need my app to be
able to seemlessly handle a redirected URL.
So, I figure one of two things. I can perform some sort of check on
the URL in the first place to get the redirected address and then give
THAT address to the view instead, or I need a way to make sure QT
follows the redirect.
Any advice would be greatly appreciated.
Thanks in advance,
Ryan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden