Commit 664038d5 authored by 程恺文's avatar 程恺文

视频组件文档更新

parent c180e1d5
<!--
* @Author: 634665781 634665781@qq.com
* @Date: 2023-04-14 10:31:30
* @LastEditors: 634665781 634665781@qq.com
* @LastEditTime: 2023-04-14 10:44:48
* @FilePath: \wisdom-components\packages\base-components\VmsVideo\src\VmsVideo.md
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
--- ---
title: VmsVideo - 视频组件 title: VmsVideo - 视频组件
nav: nav:
...@@ -45,12 +37,12 @@ group: ...@@ -45,12 +37,12 @@ group:
| | record 是否显示录制按钮 | boolean | true | | | record 是否显示录制按钮 | boolean | true |
| VideoParam 参数 | --- | --- | --- | | VideoParam 参数 | --- | --- | --- |
| fullUrl | 完整 url,接入 flv 或者三方的链接 | string | "" | | fullUrl | 完整 url,接入 flv 或者三方的链接 | string | "" |
| username | 萤石 EZOPEN 账号 | strin | "6c44c8e92d1c4d75a9818756025df550" |
| password | 萤石 EZOPEN 密码 | strin | "78b7dc88f9f4bf19c2b1aabfdd995244" |
| address | 萤石 EZOPEN 地址 | strin | "123638446" |
| protocol | 协议类型 | strin | "萤石 EZOPEN" |
| pandavmsHost | pandavms后端主机地址 eg | string | ws://172.16.19.19:8080/ | | pandavmsHost | pandavms后端主机地址 eg | string | ws://172.16.19.19:8080/ |
| username | 萤石 EZOPEN协议 账号 | string | "6c44c8e92d1c4d75a9818756025df550" | | useFullUrl | 是否为完整 url,是,则取 fullUrl,否,则会用 pandavmsHost和id 去拼接 | boolean | false |
| password | 萤石 EZOPEN协议 密码 | string | "78b7dc88f9f4bf19c2b1aabfdd995244" |
| address | 萤石 EZOPEN协议 地址 | string | "123638446" |
| protocol | 协议类型 | string | "萤石 EZOPEN" |
| useFullUrl | 是否为完整 url,是,则取 fullUrl,否,则会用 id和pandavmsHost 去拼接 | boolean | false |
| id | 摄像头唯一标识,一串 GUID | string | "" | | id | 摄像头唯一标识,一串 GUID | string | "" |
| cameraName | 摄像头名称 | string | "" | | cameraName | 摄像头名称 | string | "" |
| dataRate | 码率,Main 为主码流,Sub 为辅码流,与消耗网络有关,主码流消耗最高,**由于拼接方式不定,改为是字符串传入** | string | 'Sub' | | dataRate | 码率,Main 为主码流,Sub 为辅码流,与消耗网络有关,主码流消耗最高,**由于拼接方式不定,改为是字符串传入** | string | 'Sub' |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment