mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-72407 videojs: Remove videojs-flash and videojs-swf libraries
Apart from removing these libraries because the Flash Player was deprecated in 2017 and officially discontinued on 31 December 2020, the rtmp and useflash settings have been removed too (they make no sense anymore).
This commit is contained in:
parent
1a9bee69e6
commit
2a3527ccb0
19 changed files with 108 additions and 1627 deletions
|
@ -36,7 +36,6 @@ class filter_mediaplugin_testcase extends advanced_testcase {
|
|||
|
||||
// We need to enable the media plugins.
|
||||
\core\plugininfo\media::set_enabled_plugins('vimeo,youtube,videojs,html5video,html5audio');
|
||||
set_config('useflash', true, 'media_videojs');
|
||||
|
||||
$filterplugin = new filter_mediaplugin(null, array());
|
||||
|
||||
|
@ -59,7 +58,6 @@ class filter_mediaplugin_testcase extends advanced_testcase {
|
|||
'<a href="http://youtu.be/JghQgA2HMX8" class="href=css">test file</a>',
|
||||
'<a href="http://y2u.be/JghQgA2HMX8" class="href=css">test file</a>',
|
||||
'<a class="youtube" href="http://www.youtube.com/watch?v=JghQgA2HMX8">test file</a>',
|
||||
'<a class="_blanktarget" href="http://moodle.org/testfile/test.flv?d=100x100">test flv</a>',
|
||||
'<a class="hrefcss" href="http://www.youtube.com/watch?v=JghQgA2HMX8">test file</a>',
|
||||
'<a class="content" href="http://moodle.org/testfile/test.ogg">test ogg</a>',
|
||||
'<a id="audio" href="http://moodle.org/testfile/test.mp3">test mp3</a>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue