Skip to content

Instantly share code, notes, and snippets.

@yyoshiki41
Created November 25, 2017 16:30
Show Gist options
  • Save yyoshiki41/34233659ea8b7f409836d34e213fbf04 to your computer and use it in GitHub Desktop.
Save yyoshiki41/34233659ea8b7f409836d34e213fbf04 to your computer and use it in GitHub Desktop.
Open hls in safari
<!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>
@yyoshiki41
Copy link
Author

open -a Safari.app index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment