阿里直播推流 author_code的生成方法

kevin.Zhu 发布于:2018-12-27 15:53 分类:小喇叭  有 16 人浏览,获得评论 0 条  

<?php

// https://help.aliyun.com/document_detail/85018.html?spm=5176.11202509.0.0.6b742699TKxd4B

$endTs = time() + 7200 ; 
//$endTs = '1545982996' ; 
$channel = '/teacher_zhukf/xxx' ;
$url = $channel.'-'.$endTs.'-0-0-Teach327' ; 
$authKey = md5($url ) ; 
$pushUrl = 'rtmp://play-xj.freelayer.net'.$channel.'?auth_key='.$endTs.'-0-0-'.$authKey ; 
echo $pushUrl."\n" ;