Skip to content

Instantly share code, notes, and snippets.

@ikbear
Last active August 29, 2015 14:07
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 ikbear/9a5a2df6dbd623821726 to your computer and use it in GitHub Desktop.
Save ikbear/9a5a2df6dbd623821726 to your computer and use it in GitHub Desktop.
https access player
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<title>Sewise Player</title>
<style type="text/css">
body{
margin: 0px;
padding: 0px;
}
</style>
</head>
<body>
<div style="width: 640px; height: 352px; margin:50px; padding: 20px; border:5px solid #999;">
<script type="text/javascript" src="https://dn-ikbear.qbox.me/video/player/sewise.player.min.js?server=vod&type=mp4&videourl=https://dn-idzvideo.qbox.me/IntelRealSense-2014Usages.mp4&autostart=true&starttime=0&lang=zh_CN&logo=http://ikbear.qiniudn.com/qiniu.png&title=VodVideo&buffer=5&skin=vodWhite&fallbackurls=%7B%0A%09%22ogg%22%3A%20%22http%3A%2F%2Fwww.w3schools.com%2Fhtml%2Fmov_bbb.ogg%22%2C%0A%09%22webm%22%3A%20%22http%3A%2F%2Fwww.w3schools.com%2Fhtml%2Fmov_bbb.webm%22%0A%7D"></script>
</div>
<div style="float: left; width: 100%; padding: 10px 30px; "><a href="https://github.com/jackzhang1204/sewise-player" target="_blank">Fock it on GitHub</a></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment