戏说前文
不要想太多,直播和你(php)没啥关系、帮忙配置一下推拉流安徽文科分数线地址和licen、然后生成一下推拉流地址详细链接就好了
但是,像是送礼物,弹幕自己写长连接或调用im。家族,充币等都是逻辑问题,这里就不说了
下面
第一步 配置推拉自信的反义词流地址
bizid
appkey
第二步:生成地址
像这样生成
if (!func英语动词词组tion_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; //过期时间 竞选学委的演讲稿 /2021年文案/strtoupper把所有字符转换为大写 ba_convert把进制数转换: $txtime = strtoupper(ba_convert($time,10,16)); //加密 $txcret = md5($live_key.$livecode.$txtime); //streamname(流 id):推荐用随机数字或者用户 id。 //bizid 直播bizid //txtime(地址有效期):何时该 url 会过期,格式支持十六进制的 unix 时间戳。 //txcret(防盗链签名):防止攻击者伪造您的后台生成推流 url $ext_str = '?'.http_build_query(array( "bizid" => $live_bizid, "txcret" => $txcret, "txtime" => $txtime )); } $url = [ "push_url" => "rtmp://".$push_domain."/live/".$livecode.(ist($ext_str) ? $ext_str : ""), "rtmp_play_url" => "rtmp://".$play_domain."/live/".$livecode, "flv_play_url" => "http://".$play_domain."/live/$livecode.flv", "m3u8_play_url" => "http://".$play_domain."/live/$livecode.m3u8", ]; return $url; }}
给安卓ios配置许可证
到此这篇关于php和腾讯直播的实现代码的文章就介绍到这了,更多相关php和腾讯直播内容请搜索www.887551.com以前的文章或继续浏览下面的相关文章希望大家以后多多支持www.887551.com!
本文发布于:2023-04-09 01:01:44,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/db43a4b9f95bce2f0d6a1816b84807b0.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:php和腾讯直播的实现代码.doc
本文 PDF 下载地址:php和腾讯直播的实现代码.pdf
留言与评论(共有 0 条评论) |