Skip to content

Releases: gowvp/owl

v1.3.0

13 Jan 15:10

Choose a tag to compare

  1. 将 stream_pushs(RTMP 推流)和 stream_proxys(RTSP 拉流代理)两个独立表合并到 channels 表
  2. 删除 push 和 proxy 领域模块,统一由 ipc 模块管理
  3. 移除 /stream_pushs 和 /stream_proxys 接口
  4. 新增 POST /channels 支持添加 RTMP/RTSP 通道
  5. 启动时检测数据自动完成旧版本迁移
  6. RTMP/RTSP 添加通道时支持搜索选择现有设备或创建新设备
  7. 重构前端样式,从右侧滑动抽屉改为弹窗

  1. Merge the two separate tables stream_pushs (RTMP push streams) and stream_proxys (RTSP pull stream proxies) into a unified channels table.
  2. Remove the dedicated push and proxy domain modules and manage them uniformly under the ipc module.
  3. Remove the /stream_pushs and /stream_proxys API endpoints.
  4. Add a new POST /channels endpoint to support creating RTMP/RTSP channels.
  5. Automatically detect and migrate legacy data during application startup.
  6. When adding RTMP/RTSP channels, allow users to either search and select an existing device or create a new one.
  7. Refactor the frontend UI: replace the right-side sliding drawer with a modal dialog.

v1.2.0

09 Jan 04:40

Choose a tag to compare

English:

  1. Added support for YOLO-based object detection with alerting capabilities.
  2. Upgraded to Go 1.26 RC1, delivering further improvements in memory usage.
  3. Enhanced support for detecting and integrating newer versions.
  4. Added support for LalMax-Pro streaming protocol.
  5. Fixed several bugs and stability issues.

中文:

  1. 新增基于 YOLO 的目标检测功能,并支持告警通知。
  2. 升级至 Go 1.26 RC1,进一步优化内存使用效率。
  3. 增强对新版本的检测与兼容支持。
  4. 新增对 LalMax-Pro 流媒体协议的支持。
  5. 修复了若干 Bug 与稳定性问题。

v1.1.0

22 Nov 20:01

Choose a tag to compare

  1. Supports ONVIF protocol integration
  2. Supports internationalization (Chinese & English)
  3. Compatible with reverse proxies: Nginx, Traefik, and Caddy 2
  4. Fixed snapshot loading inside containers
  5. Supports using a domain name for sdp_ip
  6. Displays playback status
  7. Various optimizations

  1. 支持 ONVIF 协议接入
  2. 支持国际化( 中文 & English)
  3. 支持 nginx/traefik/caddy2 反向代理
  4. 修复容器内加载快照
  5. 支持 sdp_ip 为域名
  6. 显示播放状态
  7. 若干优化

v1.0.0

05 Aug 05:27

Choose a tag to compare

更新内容

  1. 优化起播速度
  2. 修复不会自动填充 zlm secret 问题
  3. 支持一万路国标注册请求响应
  4. 更新演示平台地址
  5. media 包名改成 push
  6. 修改授权许可证为 GPL
  7. 日志目录放到的 configs 目录下

www.zip 使用说明

  • 构建镜像或运行项目,需要将 www.zip 解压缩放到项目根目录下
  • 如果是 go build 了可执行程序,发现没有网页,解压缩放到可执行程序同目录下即可

v0.0.2

14 Jun 10:55

Choose a tag to compare

  1. 支持按需,无人观看 60 秒自动停流
  2. 解决状态导致黑屏问题
  3. 服务重启时,设备自动离线,udp 连接的设备会尝试
  4. 避免长久等待 register,支持 keepalive 设备上线
  5. 重构通道页面
  6. 重构 main 函数,移动到根目录下
  7. 修复快照

v0.0.1

15 Feb 13:58

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

支持 GB/T28181 注册/心跳/时间矫正/目录/直播
支持 rtmp/rtsp 拉流分发