戏说前文
不要想太多,直播和你(php)没啥关系、帮忙配置一下推拉流地址和Licen、然后生成一下推拉流地址详细链接就好了
下面
像这样生成
if (!function_exists('create_live')) { function create_live($ur_id = 0) { $live_bizid = Config::get("site.live_bizid");//直播bizid $live_sdkapp_id = Config::get("site.live_sdkapp_id");//直播sdkapp_id $push_domain = Config::get("site.push_domain");//推流域名 $play_domain = Config::get("site.play_domain");//播放域名 $live_key = Config::get("site.live_key");//直播key $live_expiry_time = Config::get("site.live_expiry_借景抒情的作用time");//直播过期时间 $livecode = $live_sdkapp_id.'_'.$ur_id; //默认名// 推荐用随机数字或者用户 ID if ($live_key && $live_expiry_time) { $time = time()+$live_expiry_time; //过期时间 //strtoupper把所有字符转换为大写 ba_convert把进制数转换: $txTime = strtoupper(ba_convert($time,10,16)); //加密 $txSecret = md5($live_key.$livecode.$txTime); //StreamName(流 ID):推荐用随机数字或者用户 ID。 //bizid 直播bizid //txTime(地址有效期):何时该 URL 会过期,格式支持十六进制的 UNIX 时间戳。 //txSecret(防盗链签名):防止攻击者伪造您的后台生成推流 URL $ext_str = '?'.http_build写给爸爸妈妈的一封信_query(array( "bizid" => $live_bizid, "txSecret" => $txSecret, 淘宝好评语30字通用 "txTime" => $txTime )); } $url = [ "push_url" => "rtmp://".$push_domain."/live/".$livecode.(ist($ex如何做红豆沙t_str) ? $ext_str : ""), "rtmp_play_url" => "rtmp://".$play_domain."/live/".$livecode, "fl上海大学排名v_play_url" => "http://".$play_domain."/live/$livecode.flv", "m3u8_play_url" => "http://".$play_domain."/live/$livecode.m3u8", ]; return $url; }}
本文地址:https://blog.csdn.net/wangzhae/article/details/109636663
本文发布于:2023-04-08 23:37:03,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/c8d31b81ff4233db2d9af921b23a7d86.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:php和腾讯直播.doc
本文 PDF 下载地址:php和腾讯直播.pdf
留言与评论(共有 0 条评论) |