...
Ensure that there are no diffs in Configuration Management.
On a 5.10 environment, run the migration script https://github.com/Digizuite/scripts/blob/main/transcode_system_migration.sql.
Clear the LegacyService cache.
Calculate a diff in Configuration Management and export the following actions:
Update column:
All
format
actions.All
member_group
actions.
Delete column:
All
format
actions.
Things to be aware of
If the OOBE configuration layer is not used, please be aware that selecting a custom video thumbnail in MM will not work without setting up an automation that force generates thumbnails when the
FrameAccurateThumbnail
metafield changes. An example of an automation that does this can be found here: https://github.com/Digizuite/configurations/blob/master/OOBE/5.10.0/automations/oobe_republish_on_frameaccurate_thumbnail_changed.dcl.Renditions are no longer generated based on profiles. Thus, if renditions of the old media format were previously being generated when an asset was published to a specific channel folder, this is no longer the case. Pre-generation can be set up for the new format. However, please carefully consider if this is necessary now that the transcode system supports on-demand transcoding.
LaxSecurity destinations
In the old transcode system, it was possible to generate renditions and make them available at specific destinations via asset type configurations or profiles. If a destination was configured with LaxSecurity
set to true
, the renditions stored in this destination would be publicly available.
...