Created
November 25, 2017 16:30
-
-
Save yyoshiki41/34233659ea8b7f409836d34e213fbf04 to your computer and use it in GitHub Desktop.
Open hls in safari
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Video Test</title> | |
</head> | |
<html> | |
<body> | |
<video width="480" height="270" preload="none" controls | |
src=""> | |
</video> | |
</body> | |
</html> |
Author
yyoshiki41
commented
Nov 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment