Skip to content

FaceStream v.5.1.10#

Changes

  • Support for the new LUNA PLATFORM 5 authorization system was added.

    New optional authorization field "event_handler > authorization" was supported in the stream creation settings , in which you need to specify "token" or "account_id". The "event_handler" > "authorization" > "account_id" parameter must match the "account_id" parameter set when creating the stream. If the new authorization field is not filled in, the "account_id" set when creating the stream will be used.

    When upgrading to new version of LUNA Streams, the database will be automatically migrated to support the new field.

    Starting from this version of the FaceStream build, it is required to use the LUNA PLATFORM version at least v.5.32.0.

  • LUNA Streams and FaceStream service containers are now named the same when manually launched and when launched with Docker Compose.

  • The Python version was updated to 3.10 in the LUNA Streams and LUNA Configurator containers.

    All commands related to using Python inside containers were updated in the documentation, namely, commands like "python3.9" were replaced with "python3".

  • New documents "FS_Upgrade_Manual_Eng.pdf" and "FS_Upgrade_Manual_Eng.html" were added to the distribution package, describing the upgrade process from the previous build of LUNA Streams and FaceStream services, as well as LUNA PLATFORM services launched in accordance with the FaceStream documentation.

Fixed errors

  • The error was fixed where the "jpeg_quality_level" setting was not working correctly on the GPU.

    With the "request_type" = "jpeg" value, only the first source frame was compressed. The rest of the source frames were not compressed.

    With the "request_type" = "json" value, the source frames were not compressed, but all warps were compressed, except for the first one.