找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[iptv信源 资源分享或寻求] 求大佬修复下now新闻的代码吧

[复制链接]
昨天突然播放不了了。
  1. <?php
  2. $id=$_GET["id"];
  3. $bstrURL = 'https://d1jithvltpp1l1.cloudfront.net/getLiveURL?channelno='.$id.'&format=HLS';
  4. $ch = curl_init();
  5. curl_setopt($ch, CURLOPT_URL, $bstrURL);
  6. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  7. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  8. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
  9. curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0" );
  10. $data = curl_exec($ch);
  11. curl_close($ch);
  12. $reArr = json_decode($data,true);
  13. header('location:'.$reArr["asset"]["hls"]["adaptive"][0]);
复制代码


我的恩山、我的无线 The best wifi forum is right here.
本帖最后由 daneilzhou 于 2023-1-6 12:46 编辑

d1jithvltpp1l1 要这位大佬 才能修复。。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

期待大佬出手,造福百姓
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
ID是332,333,331
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
期待大佬出手,造福百姓
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
now应该关闭hls了。找个安卓8以上手机root吧。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

是加密了,这段代码能够拿到播放地址,但是ts是加密了的
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
mpd也搞到了,就差那个key服务器了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
苹果系统抓包应该容易
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

<?php
$id=$_GET["id"];
$bstrURL = 'https://d1jithvltpp1l1.cloudfront.net/getLiveURL?channelno='.$id.'&format=HLS';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $bstrURL);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0" );
$data = curl_exec($ch);
curl_close($ch);
$reArr = json_decode($data,true);
header('location:'.$reArr["asset"]["hls"]["adaptive"][0]);

代码失效了吧!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
去now随身睇吧,直接投屏不用折腾
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

等待大佬出手搞
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

zzq1234567890 发表于 2023-1-7 11:29
mpd也搞到了,就差那个key服务器了

mpd怎么搞到的?有教程吗?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

关闭

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

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

GMT+8, 2024-5-6 15:14

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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