Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: leopard888/StreamUI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: lmk123568/StreamUI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 17, 2026

  1. fix: 修复播放器时间轴计算和容器网络配置

    修复播放器时间轴计算逻辑,使用实际视频时长校正录像段结束时间,避免因后端估算导致的播放时间轴错位。同时调整容器网络配置,从 host 模式改为端口映射,并支持通过环境变量配置 ZLM 服务地址,提升容器化部署的灵活性。
    
    - 前端播放器增加 loadedmetadata 事件监听,根据实际视频时长动态校正录像段结束时间
    - 优化时间轴跳转逻辑,确保 seek 操作不超过实际视频时长
    - 后端录制启动接口调整数据库写入顺序,避免异常阻断实际录制
    - 容器配置改为端口映射并支持环境变量注入
    lmk123568 committed Apr 17, 2026
    Configuration menu
    Copy the full SHA
    c1ef14e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2026

  1. fix bug

    lmk123568 committed May 28, 2026
    Configuration menu
    Copy the full SHA
    fd9a7c3 View commit details
    Browse the repository at this point in the history
Loading