I maintain a video app for a client and we've just been through the process of porting the desktop site to Amazon S3 + CloudFront through the streaming distribution they offer. To be clear, I'm not talking about live streaming (what most of my Google's pick up) and I'm not talking about Flash streaming.

We have a mobile site that currently uses Influxis. It's not hugely expensive but we'd like to consolidate on Amazon given that they should be more stable than Influxis has been over the past few months.

I'll admit that while I know quite a bit about Flash streaming, I'm not 100% up to speed on HTML video. Is it just a direct download or can it do variable bitrates? Ideally we'd like it to be able to scale down for people on poor 3G connections.

Even if it's "possible", does Amazon support bandwidth scaling through its download distribution? As I understand it, its streaming distribution is only good for Flash/RTMP.

If anybody has any recommendations for good mobile streaming, I'll welcome them too.

link|improve this question

70% accept rate
feedback

1 Answer

Packetized video (i.e. "HLS") - for iOS devices is delivered via HTTP. There is no simple way to provide this effectively using cloudfront.

Wowza Media Server supports dynamic HLS streams using SMIL playlists. We utilize WMS in our workflow - feel free to contact me if you'd like to do some testing!

We have some extra functionality - like adding imagery to audio only streams when a users bandwidth is insufficient for video versions of the stream.

Your question really speaks about iOS devices - although you mention mobile - RTSP connectivity is require to deliver to Blackberries (although some of the latest kit supports flash - like the playbook).

Same goes for Android <= 2.1 - no flash support - so content delivery is generally done via RTSP.

Unfortunately - RTSP doesn't support that kind of smooth delivery - it's one rate - and that is it :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.