找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 4282|回复: 21

[iptv信源 资源分享或寻求] nowTV的php源码

[复制链接]
注意:大陆放不了,除非....


<?php/** * {"asset":{"hls":{"fix":{"2":["http://ewcdnsite01.nowe.com/session/09-50df576f120eb4a9e1f00b797ca7b/Content/HLS/LIVE/Channel(HLS_CH331)/Stream(02)/index.m3u8?token=dc5d9bfcac7962ac6ddc96951fcfee22_1654309965"],"1":["http://ewcdnsite01.nowe.com/session/09-50df576f120eb4a9e1f00b797ca7b/Content/HLS/LIVE/Channel(HLS_CH331)/Stream(01)/index.m3u8?token=51554368890c3d5892269490322699fe_1654309965"]},"adaptive":["http://ewcdnsite01.nowe.com/session/09-50df576f120eb4a9e1f00b797ca7b/Content/HLS/LIVE/Channel(HLS_CH331)/index.m3u8?token=3db16e19555c389b6e172d1fab6b5ae8_1654309965"]}},"serviceName":"FTA","responseCode":"SUCCESS","callerReferenceNo":"","serverReferenceNo":"[yvpvmappapi07]1654295565121","elapsedTime":149} */$id = isset($_GET['channelno'])?$_GET['channelno']:331;$bstrURL = 'https://d1jithvltpp1l1.cloudfront.net/getLiveURL?channelno='.$id.'&format=HLS';$ch = curl_init();curl_setopt($ch, CURLOPT_URL, $bstrURL);curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0" );curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);$data = curl_exec($ch);//echo $data;exit;curl_close($ch);if(!$data){    exit;}$reArr = json_decode($data,true);if($reArr["responseCode"] != "SUCCESS"){    exit;}//print_r($reArr["asset"]["hls"]["fix"][2][0]);exit;//print_r($reArr["asset"]["hls"]["fix"][1][0]);exit;//print_r($reArr["asset"]["hls"]["adaptive"][0]);exit;header('location:'.$reArr["asset"]["hls"]["adaptive"][0]);
我的恩山、我的无线 The best wifi forum is right here.
用插入代码发。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
回复看看。。。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
无线新闻,NOW新闻,翡翠,就看这三个
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

有没有大神把它改成插入代码

点评

同求大佬改成代码板式  详情 回复 发表于 2022-6-4 13:03
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

大神,这个怎么使用
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

djntt 发表于 2022-6-4 12:02
有没有大神把它改成插入代码

同求大佬改成代码板式
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

不知怎么用
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

  1. <?php
  2. $id = isset($_GET['channelno']) ? $_GET['channelno'] : 331;
  3. $bstrURL = 'https://d1jithvltpp1l1.cloudfront.net/getLiveURL?channelno=' . $id . '&format=HLS';
  4. $ch = curl_init();
  5. curl_setopt($ch, CURLOPT_URL, $bstrURL);
  6. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  7. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  8. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
  9. curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0");
  10. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  11. $data = curl_exec($ch);
  12. curl_close($ch);
  13. if (!$data) {
  14.     exit;
  15. }
  16. $reArr = json_decode($data, true);
  17. if ($reArr["responseCode"] != "SUCCESS") {
  18.     exit;
  19. }
  20. header('location:' . $reArr["asset"]["hls"]["adaptive"][0]);
复制代码

点评

请问这个放宝塔后,正确的ID链接示范一下  详情 回复 发表于 2024-2-15 11:12
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

这种php源码怎么用啊?

点评

http://cooltv.top/tv/now.php?channelno=332 新闻台 333财经台 331直播台  详情 回复 发表于 2022-6-4 16:36
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
ldzx 发表于 2022-6-4 16:21
这种php源码怎么用啊?

http://cooltv.top/tv/now.php?channelno=332 新闻台
333财经台 331直播台

点评

不好意思,打错网址应该是http://live.cooltv.top/tv/now.php?channelno=332  详情 回复 发表于 2022-6-4 16:37
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
coolguy007 发表于 2022-6-4 16:36
http://cooltv.top/tv/now.php?channelno=332 新闻台
333财经台 331直播台

不好意思,打错网址应该是http://live.cooltv.top/tv/now.php?channelno=332

点评

开了 hk v 都播放不了。  详情 回复 发表于 2022-6-5 16:56
谢谢分享~  详情 回复 发表于 2022-6-5 02:15
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

coolguy007 发表于 2022-6-4 16:37
不好意思,打错网址应该是http://live.cooltv.top/tv/now.php?channelno=332

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

使用道具 举报

coolguy007 发表于 2022-6-4 16:37
不好意思,打错网址应该是http://live.cooltv.top/tv/now.php?channelno=332

开了 hk v 都播放不了。

补充内容 (2022-6-5 17:05):
是正常的。不过时间要长点。

点评

时间长可能是解码器的原因,默认自适应分辨率。有的播放器不支持,强制最高分辨率,打开速度就会很慢  详情 回复 发表于 2022-6-5 18:31
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
没速度,要代理一下才能看
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-27 01:43

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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