http://s3.amazonaws.com/SudokuProfessor/FreeLesson1.flv
However, I have a set of videos that are only available to paid subscribers, so I'm storing them on Amazon S3 as private, then attempting to access them with what's known as "Query String Request Authentication." Simply stated this is a string would be similar to the one above, but it has authentication after it like this (this is not an actual working link):
http://s3.amazonaws.com/SudokuProfessor/FreeLesson1.flv?AWSAccessKeyId=0BKB3R8R2JJP3NSVJ1ND&Expires=1237709891&Signature=4ksLAFiKXna1EJ/AQeY=p/Y6NCVS
When I use a link like that, Flowplayer does nothing. The playback area goes black and nothing happens (not even an error message).
My guess is that all the stuff after the actual flash video file name (from the question mark on) is confusing it. I assume that it doesn't know what type of video it is (or maybe that it's a video at all).
(For those of you who understand S3 access, I have confirmed that my signature is correct, and I can use the link in the address bar of my browser to download the file. It's just that Flowplayer won't play anything.)
Does anyone know of a work-around in Flowplayer for this. I know I can probably work around it in S3, but that would mean making these videos publically accessible.
Thank you!!