2 回答
白衣染霜花
TA贡献1796条经验 获得超10个赞
<html>
<head>
<title> Stream Player </title>
<link href="video-js.css" rel="stylesheet" type="text/css">
<script src="video.js"></script>
<script>
videojs.options.flash.swf = "video-js.swf";
</script>
</head>
<body>
<center>
<video id="livestream" class="video-js vjs-default-skin vjs-big-play-
centered"
controls autoplay preload="auto" width="600" height="300"
data-setup='{"techorder" : ["flash"] }'>
<source src="rtmp://10.0.0.35:1935/live/test" type="rtmp/mp4">
</video>
</center>
</body>
</html>
添加回答
举报
0/150
提交
取消