VLStream Cloud v1.1.0
·
74 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
VLStream Cloud v1.1.0
This release extends the one-click deployment introduced in v1.0.0 with WebRTC live streaming and adds Hi3519DV500 model export and deployment support.
Highlights
- Added a WebRTC-streamer v0.8.16 container, same-origin reverse proxying, health checks, and UDP media port configuration.
- Added backend WebRTC runtime configuration and a health-status gateway; the frontend playback entry now reuses the runtime service address.
- Added support for exporting models to the Hi3519DV500 SVP ACL OM format and deploying them to target hardware.
- Added OM format support to the model download interface and introduced the
om_model_output_pathdatabase migration. - Switched the frontend to local authentication and improved the workspace, video playback, search, table, and tab layouts.
- Added English and Chinese product screenshots and a Hi3519DV500 model deployment guide.
- Added a complete but sanitized MySQL initialization structure. On first startup, the backend safely restores the administrator account, menus, dictionaries, and required workflow data.
Deployment
- The default Compose bundle includes MySQL, Redis, MinIO, WebRTC-streamer, the backend, and the frontend. Start everything with
docker compose up -d. - New deployments use the
oortcloud_workflowforms_vlsdatabase. The initialization SQL retains only the required Flowable version metadata and excludes development workflow instances, logs, devices, and recordings. - For live playback from another computer, set
WEBRTC_EXTERNAL_HOSTand allow UDP ports50000-50010on the server. - Before upgrading an existing database, create a backup and review the scripts under
sql/upgradein the release package.
Full Changelog: https://github.com/OortCloudGroup/VLStream-Cloud/commits/v1.1.0