找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 1026|回复: 3

保定电视台代码,需要大神纠正错误

[复制链接]
发表于 2020-7-14 17:40 | 显示全部楼层 |阅读模式
<?php
header( 'Content-Type:text/html;charset=utf-8 ');
//id=1 新闻 2 经济3 娱乐
$id=$_GET[id];
$hexString = dechex(time()+1800);

$url="http://www.bdgdw.com/m2o/program_switch.php?channel_id=".$id."&_=".$hexString;//接口为http://www.bdgdw.com/m2o/program ... amp;_=1594706314962
$ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_USERAGENT,'Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00b) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36):');
    $re = curl_exec($ch);
   
preg_match('|playlist(.*?)"|i',$re,$u);

$m3u8="http://live.bdgdw.com/channel".$id."/playlist".$u[1];//'http://live.bdgdw.com/channel1/playlist.m3u8?_upt=8c2a92861594713515');
header('Location:'.$m3u8);

?>
运行后出现一堆m3u8,主要是带'),无法播放



我的恩山、我的无线 The best wifi forum is right here.
发表于 2020-7-14 20:01 | 显示全部楼层
<?php
//id=1 新闻 2 经济3 娱乐
$id=$_GET[id];
$hexString=dechex(time()+1800);
$url="http://www.bdgdw.com/m2o/program_switch.php?channel_id=".$id."&_=".$hexString;
$ch=curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_SSL_VERIFYPEER,false);
curl_setopt($ch,CURLOPT_SSL_VERIFYHOST,false);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch,CURLOPT_USERAGENT,'Mozilla/5.0 (Linux; Android 8.1.0; JKM-AL00b) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36):');
$re=curl_exec($ch);
curl_close($ch);
preg_match("|playlist(.*?)'|i",$re,$u);
$m3u8="http://live.bdgdw.com/channel".$id."/playlist".$u[1];
header('Location:'.$m3u8);
?>

点评

牛啊,我对比一下我的错误在哪  详情 回复 发表于 2020-7-15 09:07
厉害,信手沾来  详情 回复 发表于 2020-7-14 21:08
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2020-7-14 21:08 | 显示全部楼层

厉害,信手沾来
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2020-7-15 09:07 | 显示全部楼层

牛啊,我对比一下我的错误在哪
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-19 18:44

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表