Streaming MP4 Video to iPhone Directly from S3?

I have a bunch of MP4 files on S3. Is it possible to stream video to iPhone directly from S3? If so, how can I do this? If I can’t do this, what options do I have for streaming video on the iPhone? (for example, start a HLs streaming server to download pseudo-streaming or progressive EC2 media?)

Cloudfront can broadcast video, but apparently only uses the RTMP protocol, which is not supported by iOS. I would like to stream initially (simplify). Thanks to everyone.

+6
source share
1 answer

You can stream, but the video file must be segmented into .ts files and a .m3u8 file, which lists the segments. See https://developer.apple.com/streaming/

+1
source

All Articles