hoangmeo325
hoangmeo325

Reputation: 450

Streaming video in iOS and android device: DASH or HLS?

I want to implement video streaming in both android(4.x+) and iOS(3.x+) devices.

I have a look at DASH(Dynamic Adaptive Streaming over HTTP) and HLS (HTTP Live streaming), but it made me confused. Many people say DASH will be the trend in future. Is that right?

What should I use to implement video streaming now? Any information: dis/advantage of those, supported browser and devices would be very appreciated.

Upvotes: 0

Views: 3285

Answers (1)

vipw
vipw

Reputation: 7645

The primary reason to use HLS is Apple's arbitrary App Store rule that HLS must be used for video streaming over cellular network.

As for technical issues, HLS is somewhat more widely supported on iOS and Android, but MPEG DASH is supported in web browsers without the need for plugins.

Upvotes: 1

Related Questions