id 频道439 湖北美嘉购物438 湖北垄上437 湖北教诲436 湖北生活435 湖北影视434 湖北公共新闻433 湖北综合432 湖北经视431 湖北卫视
代理格式举例:http://你的做事器地址/hbtv.php?id=XXX
<?php$id=$_GET[id];$url = 'http://app.cjyun.org/video/player/streamlist?site_id=10008&live_type=1';$ch=curl_init();curl_setopt($ch,CURLOPT_URL,$url);curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);$data=curl_exec($ch);curl_close($ch);for($a=0;$a<100;$a++){ if(json_decode($data)->data[$a]->id==$id){ $json=json_decode($data)->data[$a]->play_url; break; }}header('location:'.$json);?>