-
Improvement
-
Resolution: Fixed
-
Minor
-
3.2, 3.3, 3.4
-
MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
git@github.com:lucisgit/moodle.git
-
MDL-59255-master -
core_media_manager::split_alternatives is not RTMP friendly
All because it is using
clean_param($url, PARAM_URL);
|
which will not accept rtmp://... as valid URL. This makes impossible to implement RTMP link support in any media_playername plugin.
- blocks
-
MDL-58065 Configure VideoJS player for RTMP
- Closed
- has a non-specific relationship to
-
MDL-58413 Support internationalized domain names (IDN) in URL resources
- Closed
- has been marked as being related by
-
MDL-46286 Add allowed URI scheme for RTMP streams in HTML Purifier library
- Closed
- has to be done before
-
MDL-59273 Remove mailto links support from clean_param PARAM_URL.
- Closed
- Testing discovered
-
MDL-59273 Remove mailto links support from clean_param PARAM_URL.
- Closed