From 3c55b50cfdde236d0dfb86c539b7f84b7356424e Mon Sep 17 00:00:00 2001 From: xc <double72cheng@gmail.com> Date: Thu, 22 Apr 2021 15:24:45 +0800 Subject: [PATCH] 修复在全屏浏览模式下 点击全屏监控无法最大化bug --- README.md | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d42cb7..3632978 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,20 @@ ## V1.0 #### 准备工作 - 运行Monica实例机器IP +- application.properties 必须配置: monica.ip , monica.port +(monica.ip 是monica运行实例所在机器的IP) +#### 开发相关API +https://www.yuque.com/docs/share/446ab7fa-2a25-411e-940f-1ba5252bd11b #### 已有功能 - 将rtsp流转换成 HLS,WebRTC,FLV.js,Jessibuca 并进行H5播放 -#### 目前还存在的已知一些问题 +#### 操作演示 +1. 启动 com.hbbh.adapter.AdapterApplication +2. 访问 http://localhost:8088/public/index.html -#### 环境介绍 #### 项目部署可能会涉及到Linux命令 -- Gitblit v1.9.1