hikvision-video-api/target/classes/static/js/README.md

25 lines
939 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 海康 VideoWebPlugin JS 文件放置说明
请将从海康官方下载的 **视频WEB插件** 包中以下文件复制到此目录:
| 文件名 | 说明 |
|--------|------|
| `jsWebControl-1.0.0.min.js` | 海康 VideoWebPlugin 核心 JS必须 |
| `jsencrypt.min.js` | RSA加密库用于加密 AppSecret必须 |
| `jquery-3.6.0.min.js` | jQuery可从 CDN 下载或使用插件包内版本) |
## 下载地址
海康开放平台工具下载:
https://open.hikvision.com/download/5c67f1e2f05948198c909700?type=10
下载「视频WEB插件」后解压`demo/` 目录下的对应 JS 文件复制到此目录。
## 客户端安装
还需在运行浏览器的 Windows 电脑上安装 `bin/VideoWebPlugin.exe`
安装后插件会在后台以本地服务方式运行(端口 15900-15909
浏览器通过 WebSocket 与其通信实现视频播放。
> 注意VideoWebPlugin 仅支持 Windows 系统。