找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 1413|回复: 6

[iptv信源 资源分享或寻求] 济南的代理失效了

[复制链接]
发表于 2022-5-30 22:21 | 显示全部楼层 |阅读模式
济南的代理失效了,用file_get_contents无法获取。

接口:http://zhibo.ijntv.cn/m2o/channel/channel_info.php?id=5
请大佬们出手
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-5-30 22:29 | 显示全部楼层
换curl方式获取呢?

补充内容 (2022-5-30 23:10):
测试:http://www.mmitv.top/other/jntv.php?id=13
<?php
$id = isset($_GET['id'])?$_GET['id']:'13';
//ID可为数字5~13
$mn = array(
"jnxwzh" => "5",//济南新闻综合
"jnds" => "6",//济南都市
"jnyd" => "7",//济南文体
"jnyl" => "8",//济南娱乐
"jnsh" => "9",//济南生活
"jnsw" => "10",//济南商务
"jnse" => "11",//济南少儿
"jnfb" => "12",//济南发布
"jnxwhd" => "13",//济南新闻综合高清
);
if(!in_array($id,$mn)){
  $id=$mn[$id];  
  }
$url="http://zhibo.ijntv.cn/m2o/channel/channel_info.php?id=".$id;
$info = get_data($url);
$json=json_decode($info);
$playurl =$json[0]->channel_stream[0]->m3u8;
header('Location:'.$playurl);
//echo $playurl;
function get_data($url){
$header=array(
             "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64) AppleWebKit/536.26 (KHTML, like Gecko)  Chrome/86.0.3282.186 Safari/537.36 ",
             );   
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($ch, CURLOPT_HTTPHEADER, $header);
$data = curl_exec($ch);
curl_close($ch);
return $data;
}

?>

点评

高级!感谢  详情 回复 发表于 2022-5-30 23:31
不会curl  详情 回复 发表于 2022-5-30 22:34
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2022-5-30 22:34 | 显示全部楼层
jiteloozz 发表于 2022-5-30 22:29
换curl方式获取呢?

不会curl
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2022-5-30 23:31 | 显示全部楼层
jiteloozz 发表于 2022-5-30 22:29
换curl方式获取呢?

补充内容 (2022-5-30 23:10):

高级!感谢
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-5-31 10:04 | 显示全部楼层
貌似对厦门这个脚本就不行了!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-5-31 13:00 来自手机 | 显示全部楼层
用不了  
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-5-31 13:00 来自手机 | 显示全部楼层
用不了  
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-19 15:51

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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