Releases: gowvp/owl
Releases · gowvp/owl
v1.3.0
- 将 stream_pushs(RTMP 推流)和 stream_proxys(RTSP 拉流代理)两个独立表合并到 channels 表
- 删除 push 和 proxy 领域模块,统一由 ipc 模块管理
- 移除 /stream_pushs 和 /stream_proxys 接口
- 新增 POST /channels 支持添加 RTMP/RTSP 通道
- 启动时检测数据自动完成旧版本迁移
- RTMP/RTSP 添加通道时支持搜索选择现有设备或创建新设备
- 重构前端样式,从右侧滑动抽屉改为弹窗
- Merge the two separate tables stream_pushs (RTMP push streams) and stream_proxys (RTSP pull stream proxies) into a unified channels table.
- Remove the dedicated push and proxy domain modules and manage them uniformly under the ipc module.
- Remove the /stream_pushs and /stream_proxys API endpoints.
- Add a new POST /channels endpoint to support creating RTMP/RTSP channels.
- Automatically detect and migrate legacy data during application startup.
- When adding RTMP/RTSP channels, allow users to either search and select an existing device or create a new one.
- Refactor the frontend UI: replace the right-side sliding drawer with a modal dialog.
v1.2.0
English:
- Added support for YOLO-based object detection with alerting capabilities.
- Upgraded to Go 1.26 RC1, delivering further improvements in memory usage.
- Enhanced support for detecting and integrating newer versions.
- Added support for LalMax-Pro streaming protocol.
- Fixed several bugs and stability issues.
中文:
- 新增基于 YOLO 的目标检测功能,并支持告警通知。
- 升级至 Go 1.26 RC1,进一步优化内存使用效率。
- 增强对新版本的检测与兼容支持。
- 新增对 LalMax-Pro 流媒体协议的支持。
- 修复了若干 Bug 与稳定性问题。
v1.1.0
- Supports ONVIF protocol integration
- Supports internationalization (Chinese & English)
- Compatible with reverse proxies: Nginx, Traefik, and Caddy 2
- Fixed snapshot loading inside containers
- Supports using a domain name for sdp_ip
- Displays playback status
- Various optimizations
- 支持 ONVIF 协议接入
- 支持国际化( 中文 & English)
- 支持 nginx/traefik/caddy2 反向代理
- 修复容器内加载快照
- 支持 sdp_ip 为域名
- 显示播放状态
- 若干优化