Skip to content

Instantly share code, notes, and snippets.

@visioforge
Created February 14, 2021 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save visioforge/a8cef480c729d6938ca721eee27cbfc3 to your computer and use it in GitHub Desktop.
Save visioforge/a8cef480c729d6938ca721eee27cbfc3 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>iPhone live streaming page</title>
</head>
<body>
<h1>Live stream.</h1>
<video width="640"
height="480"
src="LiveSmoothStream.isml/manifest(format=m3u8-aapl).m3u8"
poster="MyPosterFrame.png"
autoplay="true"
controls="true" >Live</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment