-
Improvement
-
Resolution: Fixed
-
Minor
-
3.5
-
MOODLE_35_STABLE
-
MOODLE_35_STABLE
-
MDL-58065-master -
Full Steps
- Go into a course
- Turn editing on
- Add HTML5 video source code or RTMP video link (from repository or just as link/video link)
- Save
What I Expected
- Core multimedia filter should configure VideoJS player to wrap HTML5 video source code for RTMP src
What Actually Happens
- VideoJS player reports that media could not be loaded, either because the server or network failed or because the format is not supported. The core multimedia filter in the media/classes/manager.php file, get_mimetype() function does not account for the initial rtmp:// in the video src URL. It only looks at the filetype .mp4 and returns type="video/mp4". VideoJS will work with RTMP, but the type needs to be specified as "rtmp/mp4".
- has a QA test
-
MDLQA-12273 VideoJS player can be configured for RTMP
- Open
-
MDLQA-15944 CLONE - VideoJS player can be configured for RTMP
- Open
-
MDLQA-15355 CLONE - VideoJS player can be configured for RTMP
- Passed
- has been marked as being related by
-
MDL-72407 The VideoJS Flash plugin should be removed from core
- Closed
- is blocked by
-
MDL-59274 Upgrade Video.JS to 6.3.2 and videojs_youtube to 2.4.0
- Closed
-
MDL-59255 core_media_manager::split_alternatives is not RTMP friendly
- Closed