Releases
v1.3.0
Compare
Sorry, something went wrong.
No results found
ixugo
released this
13 Jan 15:10
将 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.
You can’t perform that action at this time.