找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 20046|回复: 372

[iptv信源 资源分享或寻求] 宁夏广电php代码修改版(可回看)

 火... [复制链接]
发表于 2022-3-3 15:15 | 显示全部楼层 |阅读模式
本帖最后由 圣地亚戈2468 于 2022-3-3 15:25 编辑

使用示例:nx96200.php?id=119回看格式示例:nx96200.php?id=119&start=20220302190000&end=20220302191000
ID见最新宁夏广电php代码 - iptv信源、网络视频直播ip资源、直播代码 - 恩山无线论坛 - Powered by Discuz! (right.com.cn)里的代码
php代码回复可见:
  1. <?php
  2. $head_httpdvb = 'http://httpdvb.slave.nx96200.cn:13164/playurl';
  3. $head_httpstream = 'http://stream.slave.nx96200.cn:13164/playurl';

  4. $id = isset($_GET['id'])?$_GET['id']:'119';
  5. $accesstoken = 'R60D35BAAU30912182K776AE004ICC9166B4PBM323D35AV1020DZ9C465W168B41AC189827EC';
  6. //备用sccesstoken:R5ECA3A64U3191B163K776AAA45I98525ADEPBM3238581V0Z9C465W1611EBE7BE3AEBED、R5E527FBEU319AC163K7768D0EEI59A8C401PBM321BC1AV0Z9C465W15F60B7EBB17EFE8、R5EDED88FU30990082K776ABB09I32F98767PBM323A1A7V0Z9C465W1616B8D311E6D9E9

  7. $url = 'http://slave.nx96200.cn:13160/media/channel/get_info?chnlid=4200900'.$id.'&accesstoken='.$accesstoken;
  8. $result = file_get_contents($url);
  9. $json = json_decode($result);
  10. $_playtoken = array('31649KBRUYVTKBX10','31648YBGNZQKEGQ10');
  11. $playtoken = isset($json->play_token)?$json->play_token:$_playtoken[mt_rand(0,1)];

  12. $start='';
  13. $end='';
  14. $isplayback=false;
  15. if(isset($_GET['start'])&isset($_GET['end'])){
  16.     $start=$_GET['start'];
  17.     $end=$_GET['end'];
  18.     $pf_id=$json->pf_info[0]->id;
  19.     $isplayback=true;
  20. }

  21. if($isplayback){
  22.     $playurl=$head_httpstream.'?playtype=lookback&protocol=hls&starttime='.$start.'&endtime='.$end.'&verifycode=2003492868&programid='.$pf_id.'&accesstoken='.$accesstoken.'&playtoken='.$playtoken;
  23. }else{
  24.     $playurl=$head_httpdvb.'?playtype=live&protocol=hls&verifycode=2003492868&programid=4200900'.$id.'&accesstoken='.$accesstoken.'&playtoken='.$playtoken;
  25. }

  26. //echo $url;
  27. header("location: ".$playurl);
  28. ?>
复制代码

点评

不错能用,速度快,非常感谢  发表于 2022-3-3 16:01
我的恩山、我的无线 The best wifi forum is right here.
头像被屏蔽
发表于 2022-3-3 15:24 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

头像被屏蔽
发表于 2022-3-3 15:25 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

发表于 2022-3-3 15:46 | 显示全部楼层
token是有有效期的
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-3-3 15:47 | 显示全部楼层
加了时间段起始代码~吗??
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-3-3 15:47 | 显示全部楼层
看看 怎么样
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-3-3 15:50 | 显示全部楼层
回复看看看怎么样
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-3-3 15:52 | 显示全部楼层
原来是加了时间段起始代码~~
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-3-3 15:54 | 显示全部楼层
谢谢分享,学习学习,看了这么久也不懂
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-3-3 15:54 | 显示全部楼层
谢谢分享,学习学习,看了这么久也不懂
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

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

使用道具 举报

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

使用道具 举报

发表于 2022-3-3 16:02 | 显示全部楼层
看看怎么样
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-16 18:13

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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