MPMoviePlayerController S3 authentication
Posted
by Wak
on Stack Overflow
See other posts from Stack Overflow
or by Wak
Published on 2010-03-12T18:54:24Z
Indexed on
2010/03/12
18:57 UTC
Read the original article
Hit count: 747
I'm trying to stream a video that is stored on Amazom S3 services. I've tried passing the url with authentication using MPMoviePlayerController but with no success. Like this: http://theusername:[email protected]/path/to/the/video
Have anyone done this before? I would like some advices, thanks.
© Stack Overflow or respective owner