找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 7307|回复: 90

[iptv信源 资源分享或寻求] 求大神做下这个台的php。小弟实在做不了了。

  [复制链接]
发表于 2022-6-8 22:48 | 显示全部楼层 |阅读模式
悬赏1恩山币已解决
接口https://www.e-classical.com.tw/index.html
这是我唯一能找到的接口。也不知道对不对。拜托各位

最佳答案

查看完整内容

测试:http://mmitv.top/test/airadio.php?id=onair 代码回复可见: **** 本内容被作者隐藏 ****
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-8 22:48 | 显示全部楼层
测试:http://mmitv.top/test/airadio.php?id=onair

代码回复可见:
  1. <?php
  2. header('Content-Type: text/json;charset=UTF-8');
  3. $id = isset($_GET['id'])?$_GET['id']:'onair';
  4. $ids = array(
  5. 'onair' => 'RA000018',//
  6. 'jazz' => 'RA000109',//
  7. 'goodies' => 'RA000120',//
  8. 'kids' => 'RA000129',//
  9. 'urclassical' => 'RA000130',//
  10. '1' => 'RA000018',//
  11. '2' => 'RA000109',//
  12. '3' => 'RA000120',//
  13. '4' => 'RA000129',//
  14. '5' => 'RA000130',//
  15. );
  16. $url='https://www.e-classical.com.tw/index.html';
  17. $str=get_data($url);
  18. preg_match("|'src','(.*?)$ids[$id](.*?)\'|",$str,$url);
  19. $playurl=str_replace('playlist','chunklist',$url[1].$ids[$id].$url[2]);
  20. $live=str_replace('https','http',strstr($playurl,'chunklist',true));
  21. $ts=get_data($playurl);
  22. print_r(preg_replace("/(.*?.ts)/i","$live$1",$ts));

  23. function get_data($url){
  24. $header=array(
  25.              "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64) AppleWebKit/536.26 (KHTML, like Gecko)  Chrome/86.0.3282.186 Safari/537.36 ",
  26.              "Referer: https://www.e-classical.com.tw/",
  27.              );   
  28. $ch = curl_init($url);
  29. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  30. curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1 );
  31. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  32. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
  33. curl_setopt($ch, CURLOPT_HTTPHEADER, $header);
  34. $data = curl_exec($ch);
  35. curl_close($ch);
  36. return $data;
  37. }
  38. ?>
复制代码


点评

膜拜大神!非常感谢啊!太棒了。  详情 回复 发表于 2022-6-9 08:31
进来看看谢谢  详情 回复 发表于 2022-6-9 00:19

评分

参与人数 1恩山币 +1 收起 理由
coolguy007 + 1 厉害

查看全部评分

我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-9 00:18 来自手机 | 显示全部楼层
谢谢进来看看
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-9 00:19 来自手机 | 显示全部楼层
jiteloozz 发表于 2022-6-9 00:16
测试:http://mmitv.top/test/airadio.php?id=onair

代码回复可见:

进来看看谢谢
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-9 00:25 来自手机 | 显示全部楼层
好…………
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-9 00:35 | 显示全部楼层
进来看看谢谢
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-9 02:29 来自手机 | 显示全部楼层
进来看看谢谢
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-9 03:22 | 显示全部楼层
看看是什么
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-9 06:04 | 显示全部楼层
感谢分享
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-9 06:34 | 显示全部楼层
这是啥?看不懂
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-9 07:31 | 显示全部楼层
看本帖隐藏内容
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-9 07:46 | 显示全部楼层
代码回复可见
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-9 07:50 | 显示全部楼层
jiteloozz 发表于 2022-6-9 00:16
测试:http://mmitv.top/test/airadio.php?id=onair

代码回复可见:

看看是啥
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-9 07:51 | 显示全部楼层
看看是什么
我的恩山、我的无线 The best wifi forum is right here.
 楼主| 发表于 2022-6-9 08:31 | 显示全部楼层
jiteloozz 发表于 2022-6-9 00:16
测试:http://mmitv.top/test/airadio.php?id=onair

代码回复可见:

膜拜大神!非常感谢啊!太棒了。
我的恩山、我的无线 The best wifi forum is right here.
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

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

GMT+8, 2023-9-29 15:15

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

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