找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 1731|回复: 13

[iptv信源 资源分享或寻求] CCTV6在线官网php代理

[复制链接]
本帖最后由 隐形的肩膀 于 2022-6-19 20:21 编辑
  1. <?php
  2. //$m = curl_init("https://m.1905.com/m/cctv6/gzh");
  3. $m = curl_init("https://www.1905.com/api/live/home_live_cctv6.xml");
  4. curl_setopt($m,CURLOPT_RETURNTRANSFER,1);
  5. curl_setopt($m,CURLOPT_HTTPHEADER,array('User-Agent: Mozilla/5.0'));
  6. $r = curl_exec($m);
  7. curl_close($m);
  8. //preg_match("/video:\'(.*?)\'/",$r,$matches);
  9. preg_match_all("/url="(.*?)"/",$r,$matches);
  10. //print_r($matches);
  11. $playurl=$matches[1][5];
  12. header('Location:'.$playurl);
  13. ?>
复制代码
  1. <?php
  2. $m = curl_init("https://m.1905.com/m/1905tv/live/");
  3. curl_setopt($m,CURLOPT_RETURNTRANSFER,1);
  4. curl_setopt($m,CURLOPT_HTTPHEADER,array('User-Agent: Mozilla/5.0'));
  5. $r = curl_exec($m);
  6. curl_close($m);
  7. preg_match("/video:\'(.*?)\'/",$r,$matches);//print_r($matches);
  8. $playurl=$matches[1];
  9. header('Location:'.$playurl);
  10. ?>
复制代码

我的恩山、我的无线 The best wifi forum is right here.
喜大普奔,帖子编辑功能又回来了~~~
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

我怎么不能播放
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

两个频道可以放在一起代理
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

https://m.1905.com/m/1905tv/live/把这个接口放里面就行了自己改下
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

不能用

点评

不可能呀,我这里工作很正常,php7以上肯定可以。  详情 回复 发表于 2022-6-19 20:18
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

不能用的,播放不了。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

 楼主| | 显示全部楼层

不可能呀,我这里工作很正常,php7以上肯定可以。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

隐形的肩膀 发表于 2022-6-19 20:18
不可能呀,我这里工作很正常,php7以上肯定可以。

新的就行了,但是没有cctv6,只有一个频道
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

第9行有语法错误,应该改成preg_match_all('/url="(.*?)"/',$r,$matches);就正常了。感谢楼主
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
真服了,这个网站视频源今天一天换了三次地址,现在的地址解析方法还没看出门道,我发的第一个是cctv6貌似已经失效,第二个是1905的电影联播。两个不一样的。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

1905正常,CCTV6不行
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

cctv6的直播那个源码失效了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

关闭

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

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

GMT+8, 2024-5-4 02:38

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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