1.1.1

1.1.1-202508041544

  • Server Frontend

    • Refactoring: Single live streaming module
    • Performance: Login page large image uses JS-generated 3D animation replacement, improving load speed;
    • Security: Login page CAPTCHA changed to 2D animation implementation
  • Server Backend

    • Refactoring and Performance: Core signaling interfaces including live streaming P2P, SFU forwarding, device status reporting, STUN/TURN configuration retrieval all developed according to new protocol and using virtual threads to improve performance
    • Security: Installer optimization: ./cli install-server, ./cli upgrade-server, ./cli update-server, ./cli install-server-coturn-service four commands added support for generating TURN service authentication credentials, enhancing security

1.1.1-202508081032

  • Server Frontend
    • Refactoring: Multi live streaming module
    • Performance: Players used in single/multi live streaming cached using react.memo optimization
    • Security: MQTT connection password generation changed to WebAssembly, avoiding encryption logic being decompiled
    • Investigation: Output browser-supported video codecs information, facilitating H.265 compatibility issue troubleshooting