Created
February 14, 2021 10:37
-
-
Save visioforge/a8cef480c729d6938ca721eee27cbfc3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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