1 This files describes API changes in /media/ plugins,
2 information provided here is intended especially for developers.
5 * The videojs-flash-lazy.js and videojs/video-js-swf libraries have been removed, because the Flash Player was deprecated
6 in 2017 and officially discontinued on 31 December 2020. Besides, the rtmp and useflash settings have been removed because
7 they are not required anymore, now that the flash support has been removed from the videojs media player.
10 * The final deprecation of core_media_manager::setup() means that this function will no longer be called.
11 The setup is now done in ::instance() so there is no need to call this.
14 * The following functions have been finally deprecated and can not be used anymore:
15 * core_media_player::is_enabled()
16 * core_media_player::compare_by_rank()
19 * core_media_manager setup() is now deprecated as it is now called when initialising core_media_manager::instance().
20 * core_media_manager is now final. Do not extend core_media_manager, instead create a media plugin.