企鹅电竞已于2022年6月7日晚上23:59关停服务器终止平台运营。
又一个直播平台倒下了~~~
------------------------------------------------------
无意发现企鹅体育直播有两个轮播台,特分享给大家
https://live.qq.com/10106750
https://live.qq.com/10133882
https://live.qq.com/10127253
https://live.qq.com/10012045
代理测试:
http://mmitv.top/other/qie.php?id=10106750
http://mmitv.top/other/qie.php?id=10133882
非接口代码,回复可见
<?php
$id=isset($_GET['id'])?$_GET['id']:'10106750';
$url='http://m.live.qq.com/'.$id;
$info=file_get_contents($url);
preg_match('/rtmp_url":"(.*?)",/',$info,$host);
preg_match('/rtmp_live":"(.*?)",/',$info,$pam);
preg_match('/hls_url":"(.*?)",/',$info,$stream);
$type=date('i')%2;
$playurl=array($host[1].'/'.$pam[1],$stream[1]);
header('Location: '.$playurl[$type]);
?>
向大神请教以下动态接口算法相关函数~~~
https://live.qq.com/swf_api/room/10133882?cdn=ws&nofan=yes&_t=27593750&sign=94000eb4981ec88529fc1c27320fc053
致谢!!!