找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 5383|回复: 69

[iptv信源 资源分享或寻求] 四川达州php

  [复制链接]
发表于 2022-6-7 15:25 | 显示全部楼层 |阅读模式

四川达州php,回复可见。



调用ID
   达州新闻综合 FHD,http://.../xxx.php?id=1
   达州公共 FHD,http://.../xxx.php?id=2
   达州通川 FHD,http://.../xxx.php?id=3

  1. <?php
  2. $phpself = substr($_SERVER['PHP_SELF'],strripos($_SERVER['PHP_SELF'],"/")+1);
  3. $r = 'http://www.dzxw.net/';
  4. $fmt = isset($_GET['fmt'])?$_GET['fmt']:'hls';
  5. $id = isset($_GET['id'])?$_GET['id']:1;
  6. $ids = array(
  7.     "1"  =>"channel104234",  //达州新闻综合
  8.     "2"  =>"channel104727",  //达州公共
  9.     "3"  =>"channel105011",  //达州通川
  10. );
  11. if (empty($ids[$id])) { $id = 1;}
  12. if($fmt=='hls'){
  13.     $apiurl = "http://m3u8.channellive.dzxw.net/nmip-media/channellive/$ids[$id]/playlist.m3u8";
  14.     echo preg_replace("/(.*?.ts)/i",$phpself."?fmt=ts&ts=$ids[$id]/$1",m3u8($apiurl,$r));
  15. }else if($fmt=='ts'){
  16.     header("Content-type: video/mp2t");
  17.     $ts = $_GET['ts'];
  18.     $data = ts("http://m3u8.channellive.dzxw.net/nmip-media/channellive/".trim($ts),$r);
  19. }

  20. function m3u8($url,$ref){
  21.     $ch = curl_init();
  22.     curl_setopt($ch, CURLOPT_URL, $url);
  23.     curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  24.     curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  25.     curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
  26.     curl_setopt($ch, CURLOPT_REFERER, $ref);
  27.     $result = curl_exec($ch);
  28.     curl_close($ch);
  29.     return $result;
  30. }

  31. function ts($url,$ref){
  32.     $ch = curl_init();
  33.     curl_setopt($ch, CURLOPT_URL, $url);
  34.     curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  35.     curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
  36.     curl_setopt($ch, CURLOPT_REFERER, $ref);
  37.     $result = curl_exec($ch);
  38.     curl_close($ch);
  39. }
  40. ?>
复制代码

另附:固定地址如下
  1. 达州新闻综合 FHD,rtmp://tv.drs.dzxw.net/channellive/xwzhpd-dz1
  2. 达州新闻综合 FHD,[flash]http://tv.drs.dzxw.net/channellive/xwzhpd-dz1.flv[/flash]
  3. 达州公共 FHD,rtmp://tv.drs.dzxw.net/channellive/ggpd-dz2
  4. 达州公共 FHD,[flash]http://tv.drs.dzxw.net/channellive/ggpd-dz2.flv[/flash]
  5. 达州通川 FHD,rtmp://tv.drs.dzxw.net/channellive/tcpd-dz3
  6. 达州通川 FHD,[flash]http://tv.drs.dzxw.net/channellive/tcpd-dz3.flv[/flash]
复制代码

<font color="#ff0000">小水管慎用:由于达州的ts也是带referer的,本质上要耗费服务器的流量资源,如无好空间可以本机自行安装php解析或者用固定地址收看。</font>
防杠说明:其实上面也有附固定地址的。只不过有坛友要。

我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-7 15:26 | 显示全部楼层
色服务丰富
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-7 15:26 | 显示全部楼层
服务器的流量资源
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-7 15:29 | 显示全部楼层
支持一波~~~
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-7 15:33 | 显示全部楼层
支持一波~~~
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-7 15:36 | 显示全部楼层
看看学习一下。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-7 15:43 | 显示全部楼层
看看是什么代码
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-7 15:43 | 显示全部楼层
看看,感谢
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-7 15:44 | 显示全部楼层
看本帖隐藏内容
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-7 15:48 | 显示全部楼层
四川达州php [修改]
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-7 15:50 | 显示全部楼层
感谢分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-7 15:58 | 显示全部楼层
谢谢分享!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-7 16:00 | 显示全部楼层
感谢分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-7 16:23 | 显示全部楼层
小水管慎用
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-7 16:29 | 显示全部楼层
看看是什么高科技
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-19 07:37

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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