本帖最后由 友善的肥羊 于 2023-5-15 00:06 编辑
- 小果的V6切片一直没有加验证,毕竟V6使用人数还是太少,至于V4说实话我连小果的APP都找不到,还有GeHua也是一样,找不到究竟哪个APP,GeHua的WX小程序现在只有低码率接口,不过小果V4和GeHua确实加了尾巴后可以正常观看,但咱也不知道尾巴的算法,还有论坛某些抬杠的,我推荐我的群你不看看我在论坛发了多少东西,你不加不就行了?
复制代码 @admin 管理员管一管评论区乌烟瘴气,实在是不想理会,拉低了我的档次
继续推荐一下TG影音数码综合交流群:
- https://tx.me/feiyangdigital
复制代码 贴一下可用V6IP,配合小果切片使用:
- //http://[2409:8c02:21c:60::28]/live2.rxip.sc96655.com
- //http://[240e:944:6::22]/live2.rxip.sc96655.com
- //http://[2409:8c02:21c:60::2f]/live2.rxip.sc96655.com
- //http://[2409:8c02:21c:60::2b]/live2.rxip.sc96655.com
- <?php
- date_default_timezone_set("Asia/Shanghai");
- $channel = empty($_GET['id']) ? "emdy4k_8000" : trim($_GET['id']);
- $array = explode("_", $channel);
- if (isset($array[1])) {
- $stream = "http://[240e:944:6::22]/live2.rxip.sc96655.com/live/8ne5i_sccn,{$array[0]}_hls_pull_{$array[1]}K/";
- } else {
- $stream = "http://[240e:944:6::22]/live2.rxip.sc96655.com/live/8ne5i_sccn,{$array[0]}_hls_pull_4000K/";
- }
- $timestamp = intval((time() - 60) / 6);
- $current = "#EXTM3U" . "\r\n";
- $current .= "#EXT-X-VERSION:3" . "\r\n";
- $current .= "#EXT-X-TARGETDURATION:6" . "\r\n";
- $current .= "#EXT-X-MEDIA-SEQUENCE:{$timestamp}" . "\r\n";
- for ($i = 0; $i < 6; $i++) {
- $current .= "#EXTINF:6," . "\r\n";
- $current .= $stream . rtrim(chunk_split($timestamp, 3, "/"), "/") . ".ts" . "\r\n";
- $timestamp = $timestamp + 1;
- }
- header("Content-Disposition: attachment; filename=index.m3u8");
- echo $current;
复制代码
附图:

发帖注意事项
请勿胡乱发帖:https://www.right.com.cn/forum/thread-8307840-1-1.html
账户手机验证:https://www.right.com.cn/forum/home.php?mod=spacecp&ac=plugin&id=jzsjiale_sms:home
|