android - How do video streaming M3U8? -


i need play video in m3u8 format. used following example not play video (.m3u8), me? researched elsewhere , there distorted information. androids can not play, others versions reproduce , there use vitamiobundle. prem not guaranteed , increases size of apk around 20mb.

android supports hls starting version 4.0+. bugs fixed on 4.4 newer versions should work without issues.

apart hls protocol compatibility need make sure stream you're trying play supported. older android devices can play baseline profile h.264/avc aac in mpeg-ts. supported media formats page lists hd 720p - 30 fps @ 2 mbit/s maximum level supported on majority of devices.

newer android devices able play high profile, level 4.2, 60 fps.

there couple of 3rd party libraries available discussing them here off-topic attracts opinion based answers. you'll need bit of research depending on required target/specs.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -