1 Star 3 Fork 3

joe_fu/gb28181

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gb28181-startup.bat 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
joe_fu 提交于 2023-11-17 14:02 . No commit message
@echo off
REM 重启流程:
REM 1. 关闭 WVP
REM 2. 关闭 MediaServer
REM 3. 启动 MediaServer
REM 4. 启动 WVP
echo Try to kill the current process of WVP
for /f "tokens=5" %%i in ('netstat -ano ^| findstr "0.0.0.0:%wvp的HTTP端口%"') do if %%i gtr 0 taskkill /f /pid %%i
echo Try to kill the current process of MediaServer
tasklist | find /i "MediaServer.exe"
if %errorlevel% == 0 (
taskkill /f /im "MediaServer.exe"
)
echo Wait to start MediaServer
timeout /t 3
cd %ZLMediaKit安装目录%
start "MediaServer" MediaServer.exe
echo Wait to start WVP
timeout /t 10
cd %wvp安装目录%
title WVP
chcp 65001
java -jar wvp.jar
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/joe_fu/gb28181.git
[email protected]:joe_fu/gb28181.git
joe_fu
gb28181
gb28181
master

搜索帮助