简体   繁体   中英

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM