乐橙云小程序插件接入HbuilderX

乐橙插件使用:

1.配置app.json文件,uniapp中在mainfest.json中配置

https://uniapp.dcloud.net.cn/collocation/manifest.html#mp-weixin

**

2、集成插件页面.json文件

**

uniapp在 pages.json 对应页面的 style -> usingComponents 引入组件:

https://uniapp.dcloud.net.cn/tutorial/miniprogram-subject.html#小程序自定义组件支持

3、获取管理员token

参考地址:https://open.imou.com/document/pages/fef620/

请求地址:https://openapi.lechange.cn/openapi/accessToken

{

"system":{

"ver":"1.0",

"appId":"lc3128c72c34d74192",

"sign":"b7e5bbcc6cc07941725d9ad318883d8e",

"time":1599013514,

"nonce":"fbf19fc6-17a1-4f73-a967-75eadbc805a2"

},

"id":"98a7a257-c4e4-4db3-a2d3-d97a3836b87c",

"params":{

复制代码
}

}

获取临时权限校验秘钥---miniToken

参考地址:https://open.imou.com/document/pages/0b44e4/#_3、对接小程序插件

请求地址:https://openapi.lechange.cn/openapi/createWeChatMiniProgramToken

{

"system": {

"ver": "1.0",

"appId": "lcdxxxxxxxxx",

"sign": "xxxxxxxxxxxxxx",

"time": 1603370757,

"nonce": "1a411d5a-e88b-45ee-b590-53da98375edd"

},

"id": "sdf23423lkj32l4324",

"params": {

"token": "At_xxxxxxxxxxxxxxxxxx", //就是上面的管理员token

"deviceId": "9J07242PAZDED99",

"channelId": "0"

}

}

获取到miniToken后调用imou-player即可

4、使用

c 复制代码
<imou-player miniToken="miniToken" deviceId="deviceId"
			channelId="0" liveType='real' functionConfig='talk,snapShot,PTZ'
			playConfig='{"resolution": "HD", "voice": "on", "fullScreen": "off"}' height='300'
			bind:handleEvent="handleEvent">
相关推荐
CC同学呀9 小时前
从0到100:单位订餐统计小程序开发日记2025
小程序
666HZ66614 小时前
微信小程序中scss、ts、wxml
微信小程序·小程序·scss
二十十十十十15 小时前
微信点餐小程序—美食物
微信·小程序
向明天乄15 小时前
在小程序中实现实时聊天:WebSocket最佳实践
websocket·网络协议·小程序
h1853859224415 小时前
租车小程序电动车租赁小程序php方案
小程序
海的诗篇_15 小时前
前端开发面试题总结-原生小程序部分
前端·javascript·面试·小程序·vue·html
说私域15 小时前
基于开源AI智能客服、AI智能名片与S2B2C商城小程序的微商服务质量提升路径研究
人工智能·小程序·开源
拼图20921 小时前
微信小程序——skyline版本问题
微信小程序·小程序
mg6681 天前
微信小程序入门实例_____打造你的专属单词速记小程序
微信小程序·小程序
程序员陆通1 天前
Vibe Coding开发微信小程序实战案例
微信小程序·小程序·notepad++·ai编程