找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 3578|回复: 51

[iptv信源 资源分享或寻求] 轮播直播之6间房直播PHP

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

六间房直播:https://v.6.cn/

测试:http://mmitv.top/test/6room.php?id=top
回复可见:
  1. <?php
  2. header('Content-Type: text/html;charset=UTF-8');
  3. $id = isset($_GET['id'])?$_GET['id']:'';
  4. if($id=='list'){
  5. $url='https://v.6.cn/api/index/getnew.php?uid=0&rich=0';
  6. $data=json_decode(get_data($url));
  7. echo '===6间房直播===</a><br>';
  8. foreach ($data->content->roomList as $sv){
  9. $rid=$sv->rid;   
  10. $uid=$sv->uid;
  11. $username=$sv->username;
  12. echo $username.',http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?id='.$rid.'&uid='.$uid.'</a><br>';
  13. }
  14. }else{
  15. if($id!=='top'&&$id!==''){
  16. $url='https://v.6.cn/'.$id;
  17. $str=get_data($url);
  18. preg_match('/"uid":(.*?),.*?"flvtitle":"(.*?)",/',$str,$ids);
  19. if(!$ids){
  20.   $id='';
  21.   }else{
  22.   $host=get_host($ids[1]);
  23.   $playurl='https://'.$host.'/httpflv/'.$ids[2].'.flv';
  24.   }
  25. }
  26. if($id=='top'||$id==''){   
  27. $web='https://v.6.cn/api/getIndexBigLiveListNew.php?act=new&uid=0&rich=0';//头条
  28. $json=json_decode(get_data($web));
  29. $list=$json->content->list[mt_rand(0,3)];
  30. $uid=$list->uid;
  31. $flvtitle=$list->flvtitle;
  32. $host=get_host($uid);
  33. $playurl='https://'.$host.'/httpflv/'.$flvtitle.'.flv';
  34. }
  35. //print_r($playurl);
  36. header('Location:'.$playurl);
  37. }

  38. function get_host($uid){
  39. $cdn=array(
  40. '117-149-159-166.6rooms.com',
  41. '120-201-7-69.6rooms.com',
  42. '139-215-243-132.6rooms.com',
  43. '61-156-50-156.6rooms.com',
  44. );
  45. $cdn=$cdn[array_rand($cdn,1)];
  46. return $cdn;
  47. }
  48. function get_data($url){
  49. $ch = curl_init();
  50. curl_setopt($ch, CURLOPT_URL, $url);
  51. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  52. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  53. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
  54. $data = curl_exec($ch);
  55. curl_close($ch);
  56. return $data;
  57. }
复制代码

我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-22 21:31 | 显示全部楼层
阿斯顿发斯蒂芬
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 21:33 | 显示全部楼层
看下是什么好东西
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

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

使用道具 举报

发表于 2022-6-22 21:55 | 显示全部楼层
需要这个直播源
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 21:58 | 显示全部楼层
看下是什么好东西
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

发表于 2022-6-22 22:20 | 显示全部楼层
看下是什么好东西
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

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

使用道具 举报

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

使用道具 举报

发表于 2022-6-22 23:02 | 显示全部楼层
学习PHP学习PHP学习PHP
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-20 03:24

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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