找回密码
 注册需人工审核(节假日除外)
搜索
查看: 468|回复: 5

贵州习水电视台

[复制链接]

该用户从未签到

发表于 2024-6-12 04:40:22 来自手机 | 显示全部楼层 |阅读模式
习水电视台源码
  1. <?php
  2. // 获取 id 参数,如果未设置则默认为 'xszh'
  3. $id = isset($_GET['id']) ? $_GET['id'] : 'xszh';
  4. $n = [
  5.     'xsjj' => 'https://ali-live.xishuirm.cn/live/app3.m3u8', // 习水经济
  6.     'xszh' => 'https://ali-live.xishuirm.cn/live/app2.m3u8', // 习水综合
  7. ];
  8. $url = isset($n[$id]) ? $n[$id] : $n['xszh'];
  9. $auth_url = "http://nn.7x9d.cn/地方台/小曾.php";
  10. $ch = curl_init();
  11. curl_setopt($ch, CURLOPT_URL, $auth_url);
  12. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  13. $auth_response = curl_exec($ch);
  14. curl_close($ch);
  15. $Authorization = trim($auth_response);
  16. if (empty($Authorization)) {
  17.     die("Error: Unable to fetch Authorization token.");
  18. }
  19. $api_url = "http://api-cms.xishuirm.cn/v1/mobile/channel/play_auth/?stream=" . urlencode($url);
  20. $headers = [
  21.     "Authorization: $Authorization",
  22.     'Host: api-cms.xishuirm.cn',
  23.     'Connection: Keep-Alive',
  24.     'Accept-Encoding: gzip',
  25.     'User-Agent: okhttp/3.11.0'
  26. ];
  27. $ch = curl_init();
  28. curl_setopt($ch, CURLOPT_URL, $api_url);
  29. curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  30. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  31. $response = curl_exec($ch);
  32. $status_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
  33. curl_close($ch);
  34. if ($status_code == 200) {
  35.     if (substr($response, 0, 2) === "\x1f\x8b") {
  36.         $response = gzinflate(substr($response, 10, -8));
  37.     }
  38.     $decoded_response = json_decode($response, true);
  39.     if (isset($decoded_response['data']['auth_key'])) {
  40.         $auth_key = $decoded_response['data']['auth_key'];
  41.         $stream_url = "$url?auth_key=$auth_key";
  42.         header("Location: $stream_url");
  43.         exit;
  44.     } else {
  45.         die("Error: Authorization key not found in the response.");
  46.     }
  47. } else {
  48.     die("Error: Failed to get authorization with status code $status_code.");
  49. }
  50. ?>
复制代码


人生没有彩排,每天都是直播。

Welcome to iptv.cc !

回复

使用道具 举报

签到天数: 456 天

[LV.9]已臻大成

发表于 2024-6-12 07:11:24 来自手机 | 显示全部楼层

人生没有彩排,每天都是直播。

Welcome to iptv.cc !

回复

使用道具 举报

签到天数: 65 天

[LV.6]渐入佳境

发表于 2024-6-12 07:22:05 | 显示全部楼层
习水电视台源码

人生没有彩排,每天都是直播。

Welcome to iptv.cc !

回复

使用道具 举报

签到天数: 267 天

[LV.8]自成一派

发表于 2024-6-12 09:00:20 | 显示全部楼层

人生没有彩排,每天都是直播。

Welcome to iptv.cc !

回复

使用道具 举报

签到天数: 4 天

[LV.2]登堂入室

发表于 2024-6-12 11:20:11 | 显示全部楼层
http://nn.7x9d.cn/地方台/小曾.php

人生没有彩排,每天都是直播。

Welcome to iptv.cc !

回复

使用道具 举报

签到天数: 9 天

[LV.3]圆转纯熟

发表于 2024-6-13 23:00:42 | 显示全部楼层
这个怎么用?求解

人生没有彩排,每天都是直播。

Welcome to iptv.cc !

回复

使用道具 举报

本版积分规则

Archiver|手机版|小黑屋|IPTV论坛 | 管理员邮箱:a@8494.net

本站以兴趣爱好为宗旨,非经营性质,不以任何形式收取任何费用。IPTV论坛没有任何官方Q群,V群,T群,禁止留任何联系方式,请配合。

免责声明:本站上述内容来自网络,不得用于商业或非法用途,您必须在下载后24小时内,从设备中删除,否则后果自负。如内容侵犯您的版权、著作权,请联系我,第一时间处理。

GMT+8, 2025-1-31 14:19 , Processed in 0.097989 second(s), 18 queries .

IPTV论坛 创建于 2023年5月1日

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