m3u8 key二次加密
只要可以在WordPress播放就可以了
dz参考代码//20220413新增ppvod防盗链
$time=time().'000';
$ip=get_real_ip();
$sign=bin2hex(aes128Encrypt('a123b5AB',"timestamp=".$time."&ip=".$ip));
//修复部分域名获取资源失败
if(!$v){
$v = urldecode(base64_decode($url));
}
$v = $v.'?sign='.$sign;//20220413新增ppvod防盗链
$str .= '';
/**
可以有偿

举报 0