Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.9
-
Any
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
master_
MDL-66972_Streaming_file_types -
Description
This is a follow up task from: MDL-63453
Now that Video JS and Moodle support streaming file formats we should also update the supported file types in Moodle. MDL-63453 add support for the playlist files for streaming media. This tracker adds file type support (correct mime type in DB, and correct mime type when serving) for the streaming media formats.
The formats to add are:
- .fmp4 - fragmented MPEG-4 (video/mp4)
- .ts - MPEG transport stream (TS) - HTTP Streaming (video/MP2T)
- .mpd - MPEG-DASH playlist (application/dash+xml )
- .m3u8 - HLS playlist (application/x-mpegURL)