v.1.3.0¶
Improvements:¶
[LUNA-7480] The Patch stream and patch group streams methods have been updated to no longer return errors when unable to transition streams to stop/resume states. Instead, they return the number of streams successfully transitioned. For non-splittable streams, the response includes the count of streams with changed states. For splittable streams, if at least one part’s state is modified, it is counted as a single stream state change, without separately counting individual stream parts.
[LUNA-7488] Added ability to set target video decoding fps for streams. See create stream, put stream.
[LUNA-7508] Support for older python versions was dropped. Python 3.13 is required now.
[LUNA-7521] From now on, all analytics created by internal Video-Agents will be available for view and usage by any user.
From now on, all analytics created by external Video-Agents will be available for view and usage only by users with the same account as Video-Agent.
Note that analytics names are unique, that is if internal Video-Agent creates analytic_1, external Video-Agent cannot use this analytics and vice versa.
See analytics chapter for more details.
Migration:¶
See a migration manual.
[LUNA-7521] Note that all existing analytics will be removed during migration.