使用php或html隐藏m3u8文件



我有一个来自外部服务器的.m3u8文件。

示例:(https://rt-usa.secure.footprint.net/1105.m3u8?streamType=live)来自RT.的免费电视信号

是否可以";隐藏";使用域的m3u8路由?

示例:www.mysite.com/stream/rt.php

当它在VLC或类似的游戏中播放时,它通过直接读取源url来再现内容。

可能的方法:

  1. 使用php文件插入重定向头

<?php header('Location: rt-usa.secure.footprint.net/1105.m3u8?streamType=live');

  1. In.htaccess(Apache(或NGinx

最新更新