-
Notifications
You must be signed in to change notification settings - Fork 533
/
flash_m3u8.html
15 lines (15 loc) · 990 Bytes
/
flash_m3u8.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>m3u8 sample</title>
</head>
<body>
<div style="width: 600px;height: 400px;">
<script type="text/javascript" src="../player/sewise.player.min.js?server=vod&type=m3u8&videourl=http://netdisk.foream.cn:8080/netdisk/m3u8/25179_0.m3u8&autostart=true&starttime=0&lang=en_US&logo=http://onvod.sewise.com/libs/swfplayer/skin/images/logo.png&title=Play-M3u8&buffer=5&claritybutton=disable&skin=vodWhite"></script>
</div>
<div style="padding: 20px;float: left;">注:如果当前设备为Mobile平台,播放器将自动启用HTML5播放模块播放m3u8文件。</div>
<div style="float: left; width: 100%; padding: 10px 30px; "><a href="https://github.com/jackzhang1204/sewise-player" target="_blank">Fork it on GitHub</a></div>
</body>
</html>