HTML5 live video Apple iOS

So as far as I understand it, there is no way (yet) to play live video streams using HTML5 video on your Apple device and have 1-1.5 second latency or less. The only streaming protocol Apple seems to support is HLS and it involves dividing video to chunks, downloading them one by one, and having downloaded enough pieces (3 by default) start playing it. If each of these pieces is 3seconds long, then you are looking at 9-10 second latency. Reducing the length of the piece causes constant disruption when streaming and reducing bitrate of the video doesn't seem to reduce the said marker.

Is there any other viable solution for streaming truly live video using HTML5 on Apple mobile devices?

What do you use tag?

Video content need the <video src="" oncontextmenu="return false" preload="none" controls></video> tag.

The oncontext menu can be not opend by right click of text menu by itself.

So it is can be not stolen by other people for your movie file.


And use the script is on <head></head>tag.

That is like this.

<!DOCTYPE html>

<html lang="ja">

<head>

<meta name="robots" content="noindex,nofollow">

<meta http-equiv="Content-Script-type" content="text/javascript">

<title>apple devforum html refarence</title>

<link href="apple.css" rel="stylesheet" type="text/css">

</head>

<body>

HTML5 live video Apple iOS
 
 
Q