自制CCTV在线直播的实现

来源:互联网 发布:淘宝网安全控件下载 编辑:程序博客网 时间:2024/04/30 17:53


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script type="text/jscript">
function show(channel)
{
var source=channel.getAttribute("href");
var player=document.getElementById("video");
player.src=source;
}
</script>
</head>

<body>
<iframe id="video" name="cctv_p2p" frameborder="0" scrolling="no" width="480" height="417"  src="http://t.live.cctv.com/cctvwebplay/cctvplayer.html?channel=cctv_p2p_cctv1&width=480&height=384&ad_local=http://59.151.104.246/xtserver/site=2008.cctv.com/aamsz=live_ads/keyword=haiertongfa">
</iframe>
<li><a href="http://t.live.cctv.com/cctvwebplay/cctvplayer.html?channel=cctv_p2p_cctv2&width=480&height=384&ad_local=http://59.151.104.246/xtserver/site=2008.cctv.com/aamsz=live_ads/keyword=haiertongfa" onclick="show(this);return false;">cctv2</a></li>
<li><a href="http://t.live.cctv.com/cctvwebplay/cctvplayer.html?channel=cctv_p2p_cctvkids&width=480&height=384&ad_local=http://59.151.104.246/xtserver/site=2008.cctv.com/aamsz=live_ads/keyword=haiertongfa" onclick="show(this);return false;">cctv3</a></li>
<li><a href="http://t.live.cctv.com/cctvwebplay/cctvplayer.html?channel=cctv_p2p_c3&width=480&height=384&ad_local=http://59.151.104.246/xtserver/site=2008.cctv.com/aamsz=live_ads/keyword=haiertongfa" onclick="show(this);return false;">cctv4</a></li>
<center>
<table width="450px">
<tr>
<td> <font color="#CC0000" size="30">CCTV在线观看个频道简单代码!<br/>CCTV直播网站</font></td>
</tr>
</table>
</center>
</body>
</html>