Playing HLS Stream videos in ipad
The easiest way to play HLS stream video in ipad using html element is using the embed tag. An example of a player using the embed tag is as follows:
<embed style="width:100%, height:'auto';" src="http://server:port/path/file.m3u8"
type="application/vnd.apple.mpegurl" postdomevents="true" />
For the code to work please replace the source with actual hls stream.
Comments
Post a Comment