找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 7381|回复: 90

[iptv信源 资源分享或寻求] 轮播直播之花椒直播PHP

 火.. [复制链接]
发表于 2022-6-22 21:18 | 显示全部楼层 |阅读模式
学习PHP写的,有不足之处请指正~~~

花椒直播:https://www.huajiao.com/
测试:http://mmitv.top/test/hjzb.php?id=top
回复可见:
<?php
$id = empty($_GET['id']) ? "" : trim($_GET['id']);
if($id=='list'){
$tag=array(
['2','女神'],
['800','颜值'],
['801','跳舞'],
['802','音乐'],
);
echo '===直播===</a><br>';
for($i=0;$i<count($tag);$i++){
$url='https://www.huajiao.com/category/'.$tag[$i][0];
$str=get_data($url);
preg_match_all('|a href="\/l\/(.*?)" class=|i',$str,$ids);
preg_match_all("|<p class=\"name fl\">\n(.*?)\n|i",$str,$name);
for($k=0;$k<count($ids[1]);$k++){
   echo trim($name[1][$k],'.  ·').',http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?id='.$ids[1][$k].'&cate='.$tag[$i][1].'</a><br>';
  }
}
}else{
if($id!=='top'&&$id!==''){
$url = 'https://www.huajiao.com/l/'.$id;
$data=get_data($url);
preg_match('/{"sn":"(.*?)"/i',$data,$sn);
preg_match('/{"uid":"(.*?)"/i',$data,$uid);
if($sn[0]==NULL){
$id='';
}else{   
  $bstrURL = 'https://live.huajiao.com/live/substream?sn='.$sn[1].'&uid='.$uid[1].'&liveid='.$id.'&encode=h265';
  $data=get_data($bstrURL,true);
  $json = json_decode($data);
  $playurl = str_replace('https','http',$json->data->h264_url);      
}
}
if($id=='top'||$id==''){
$url='https://h.huajiao.com/api/getHotFeedinfo?offset=0&num=10&format=hot&type=live';
$data=get_data($url,true);
$json = json_decode($data);
$feeds=$json->data->feeds;
$id=$feeds[mt_rand(0,count($feeds)-1)]->liveid;
$time=microtime(get_as_float);
$url="https://h.huajiao.com/api/getFeedInfo?_rate=xd&stype=flv&sid=$time&liveid=$id";
$data=get_data($url,true);
$json = json_decode($data);
$playurl = $json->data->live->h264_url;  
}
//print_r($playurl);
header('location:'.$playurl);
exit;
}

function get_data($bstrURL,$header=NULL){
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $bstrURL);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1 );
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
if(!empty($header)){
$header=array(
             "User-Agent: Mozilla/5.0  Chrome/98.0.3163.98  Safari/537.36",
             "referer: https://h.huajiao.com/",
             );
curl_setopt($ch, CURLOPT_HTTPHEADER, $header);
}
return $data = curl_exec($ch);
curl_close($ch);
}
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-22 21:24 | 显示全部楼层
看下是上呢么好凑关系
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

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

使用道具 举报

发表于 2022-6-22 21:51 | 显示全部楼层
大神写个1905里面的cctv6台直播的,前几天的那个挂了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 21:52 | 显示全部楼层
不是1905的那个电影轮播,是cctv6
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 21:53 | 显示全部楼层

点评

这个地址打开没有直播画面~~ 1905的CCTV6播放内容不是和IPTV的CCTV6一样么  详情 回复 发表于 2022-6-22 22:17
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

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

使用道具 举报

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

使用道具 举报

 楼主| 发表于 2022-6-22 22:17 | 显示全部楼层
tyh0730 发表于 2022-6-22 21:53
https://www.1905.com/m/cctv6/live/

这个地址打开没有直播画面~~

1905的CCTV6播放内容不是和IPTV的CCTV6一样么

点评

一样,跟iptv里的一样  详情 回复 发表于 2022-6-22 22:42
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

发表于 2022-6-22 22:42 | 显示全部楼层
jiteloozz 发表于 2022-6-22 22:17
这个地址打开没有直播画面~~

1905的CCTV6播放内容不是和IPTV的CCTV6一样么

一样,跟iptv里的一样

点评

既然一样,没必要那个PHP?去官网看了,是做了一点小调整。改一下正则应该就可以了 https://www.1905.com/ 页面有直播 可以看~~~  详情 回复 发表于 2022-6-22 22:55
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 22:43 来自手机 | 显示全部楼层
轮播直播之花椒直
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 22:51 来自手机 | 显示全部楼层
123456789
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-20 07:08

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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