找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 1070|回复: 2

[iptv信源 资源分享或寻求] 地址换了要怎样改?

[复制链接]
发表于 2022-8-9 19:04 | 显示全部楼层 |阅读模式
<?php
//Author: kof97zip
error_reporting(0);
header('Content-Type: text/json;charset=UTF-8');
$id = $_GET['id'];//1-6
$header = array(
    "Host: rtmlive01.secureswiftcontent.com",
    "Connection: keep-alive",
    "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4350.0 Iron Safari/537.36",
    "Accept: */*",
    "Origin:  https://rtmklik.rtm.gov.my https://rtmklik.rtm.gov.my ",
    "Sec-Fetch-Site: cross-site",
    "Sec-Fetch-Mode: cors",
    "Sec-Fetch-Dest: empty",
    "Referer:  https://rtmklik.rtm.gov.my/tv/ https://rtmklik.rtm.gov.my/tv/ ".$id,
    "Accept-Language: zh-CN,zh;q=0.9",
);
if($id !== NULL){
    $m3u8 = m3u8("https://rtmlive01.secureswiftcontent.com/rtmchannel/0".$id."-1080.m3u8",$header);
    $m3u8 = str_replace("0".$id."-1080-","my.php?ts=0".$id."-1080-",$m3u8);
    print_r($m3u8);
}else{
    $ts = $_GET['ts'];
    $data = ts("https://rtmlive01.secureswiftcontent.com/rtmchannel/".trim($ts),$header);
}

function m3u8($url,$header){
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $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);
    $result = curl_exec($ch);
    curl_close($ch);
    return $result;
}

function ts($url,$header){
    $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_HTTPHEADER, $header);
    $result = curl_exec($ch);
    curl_close($ch);
}
?>

@kof97zip
https://d25tgymtnqzu8s.cloudfront.net/smil:tv1/chunklist_b4596000_slENG.m3u8

d25tgymtnqzu8s.cloudfront.net/smil:tv1/media-uezhituj1_b4596000_slENG_53163.ts

相关帖子

我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-8-9 19:21 | 显示全部楼层
不是静态源吗,
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2022-8-9 22:23 | 显示全部楼层
guoma 发表于 2022-8-9 19:21
不是静态源吗,

这个我也不知道啊!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-24 18:46

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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