- UID
- 4859
- 积分
- 1235
- 回帖
- 0
- 贡献
-
- 金钱
-
- 注册时间
- 2013-5-1
- 最后登录
- 1970-1-1
- 在线时间
- 小时
TA的每日心情 | 奋斗 2019-8-16 23:15 |
---|
签到天数: 123 天 连续签到: 1 天 [LV.7]雪女
|
发表于 2014-4-19 09:50:40
|
显示全部楼层
本帖最后由 huxinyou 于 2014-4-19 10:05 编辑
hunantv.cietv.com/show/p.swf 这个是flash
http://hunantv.cietv.com/show/config.xml 这个是配置文件
view-source:http://hunantv.cietv.com/show/url/hnws.asp 这个是列表,湖南卫视的列表
<list><m label="↘ 选择播放线路" opened="1">
<m label="看看直播线路" src="http://live-cdn.kksmg.com/channels/tvie/test/flv:500k" type="2" />
<m label="中国经济信息" src="zgjyt" rtmp="rtmp://203.207.99.19:1935/live/" type="2" />
<m label="天津联通线路" src="http://tjlt.guduge.com:8629/live/hunan" type="2" />
<m label="新疆乌市移动" src="http://218.202.219.67/channels/xjyx/HuNan-HD-Suma/flv:300k_flv" type="2" />
<m label="江苏南京电信" src="http://streamabr.jstv.com/live/hnws?fmt=x264_700k_flv&size=720x576&sk=6E3B6794D8DC4DB956BED90C4908E627" type="2" />
<m label="新疆直播线路" src="http://tvie01.ucatv.com.cn/channels/xjyx/HuNan-HD-Suma/flv:HUN_HD_Suma/live?1386313883140" type="2" />
<m label="新疆乌市移动" src="hunantv.stream" rtmp="rtmp://xjyd.guduge.com/hunantv/" type="2" />
<m label="天威直播线路" src="ed1b5ebee58bab31fb5e4e73440af492" rtmp="rtmp://wwws.cietv.com/livestream/" type="2" />
<m label="双线直播线路" src="http://play.vbolu.tv/live/53357A52616B5A4D6279656A42336E6ADCB538" type="2" />
<m label="双线直播线路" src="http://live.cdn.52itv.cn/live/53357A52616B5A4D6279656A42336E6A" type="2" />
</m></list>
view-source:http://www.cietv.com/images/img/100/list/ 这个就是你需要的列表,直接复制谷歌浏览器打开就可以看见;
里面加了跳转的JS代码如下:
<script language="JavaScript">document.oncontextmenu=new Function("event.returnValue=false;"); document.onselectstart=new Function("event.returnValue=false;"); if(top==self)top.location="/live/"; </script>
忘记说了,flash使用方法: hunantv.cietv.com/show/p.swf?lists=url/hnws.asp
以上应该有你需要的,其它就没有什么了,那个什么 : xxx4 制作的 ;然后用简单的框架而已; |
|