找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 16240|回复: 346

[iptv信源 资源分享或寻求] 贵州电视台php(20240122)

 火... [复制链接]
发表于 2022-11-15 19:33 | 显示全部楼层 |阅读模式
本帖最后由 guoma 于 2024-1-22 10:51 编辑

贵州台各频道播放线路加了Referer,还好ts没有加。分享gztv.php:
  1. <?php
  2. error_reporting(0);
  3. $id = isset($_GET['id'])?$_GET['id']:'gzws';
  4. $n = [
  5.     "gzws" => "ch01",//贵州卫视
  6.     "gzgg" => "ch02",//贵州公共
  7.     "gzwy" => "ch03",//贵州影视
  8.     "gzsh" => "ch04",//贵州生活
  9.     "gzfz" => "ch05",//贵州法制
  10.     "gzkj" => "ch06",//贵州科教
  11.     "gzjj" => "ch09",//贵州经济
  12.     "gzjygw" => "ch10",//贵州家有购物
  13.     "gzyd" => "ch13",//贵州移动
  14.     ];
  15. $ch = curl_init('https://api.gzstv.com/v1/tv/'.$n[$id].'/?stream_url');
  16. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  17. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  18. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  19. curl_setopt($ch, CURLOPT_HTTPHEADER,$h);
  20. $d = curl_exec($ch);
  21. curl_close($ch);
  22. $m3u8 = json_decode($d)->stream_url;
  23. header("Content-Type: application/vnd.apple.mpegURL");
  24. header('location:'.$m3u8);
  25. //echo $m3u8;
  26. ?>
复制代码

喜欢用file_get_contens()的朋友可用这个:
  1. <?php
  2. $id = isset($_GET['id'])?$_GET['id']:'gzws';
  3. $n = [
  4.     "gzws" => "ch01",//贵州卫视
  5.     "gzgg" => "ch02",//贵州公共
  6.     "gzwy" => "ch03",//贵州影视
  7.     "gzsh" => "ch04",//贵州生活
  8.     "gzfz" => "ch05",//贵州法制
  9.     "gzkj" => "ch06",//贵州科教
  10.     "gzjj" => "ch09",//贵州经济
  11.     "gzjygw" => "ch10",//贵州家有购物
  12.     "gzyd" => "ch13",//贵州移动
  13.     ];
  14. $m3u8 = json_decode(file_get_contents('https://api.gzstv.com/v1/tv/'.$n[$id].'/?stream_url'))->stream_url;
  15. header("Content-Type: application/vnd.apple.mpegURL");
  16. header('location:'.$m3u8);
  17. //echo $m3u8;
  18. ?>
复制代码



我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-11-15 19:38 | 显示全部楼层
还u不错的,谢谢
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

发表于 2022-11-15 19:45 | 显示全部楼层

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

使用道具 举报

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

使用道具 举报

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

使用道具 举报

发表于 2022-11-15 19:52 | 显示全部楼层
谢谢楼主。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-11-15 20:01 | 显示全部楼层
啥意思,看看
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-11-15 20:06 | 显示全部楼层
谢谢分享,辛苦了。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-11-15 20:07 | 显示全部楼层
路过看看
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

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

使用道具 举报

发表于 2022-11-15 20:25 | 显示全部楼层

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

使用道具 举报

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

使用道具 举报

发表于 2022-11-15 20:30 | 显示全部楼层
谢谢分享贵州电视台
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-20 09:11

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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