#29110 closed enhancement (fixed)
Update MediaElement to 2.15.0
Reported by: | wonderboymusic | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 4.0 | Priority: | high |
Severity: | normal | Version: | 4.0 |
Component: | External Libraries | Keywords: | has-patch |
Focuses: | javascript | Cc: |
Attachments (2)
Change History (27)
#2
@
10 years ago
Chromeless YouTube is not working for me... - audio plays, video does not. Seems to be another weird dimensions issue.
#4
@
10 years ago
I need to do some more testing before upgrading MEjs code. Some weird stuff happening locally for me.
#8
@
10 years ago
- Keywords needs-patch added; has-patch removed
- Resolution fixed deleted
- Status changed from closed to reopened
This brokes a unit test: Tests_Media::test_video_shortcode_body
#9
@
10 years ago
- Owner set to ocean90
- Resolution set to fixed
- Status changed from reopened to closed
In 29515:
#10
@
10 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
I'm seeing completely broken wp-video and audio with Chromium 37, 2014 theme, 4.0 from SVN, with a simple audio or video shortcode. Replacing wp-includes/js/mediaelement/mediaelement-and-player.min.js with the 2.14.2 version fixes it.
#15
@
10 years ago
Try updating to 2.15.1 and see what happens:
https://github.com/johndyer/mediaelement/commit/e13f7be6168410f3a0f1c14e3b6f19f7342c85ef
#16
@
10 years ago
I just compared debugging through in Chromium and Chrome, and it looks like 2.15 is specifically breaking Chromium here, only allowing it to play ogg audio/video.
if (mejs.MediaFeatures.isChromium) a.canPlayType = function(m) { return m.match(/video\/(webm|ogv|ogg)/gi) !== null ? "maybe" : "" };
I notified the developer, it looks like this is the bug that introduced it: https://github.com/johndyer/mediaelement/pull/1020
Please consider patching this for Chromium users.
#17
@
10 years ago
- Priority changed from normal to high
I would consider reverting that upstream commit to maintain the status quo for WP 4.0, and then considering it again in the future once it's been reviewed upstream.
This ticket was mentioned in IRC in #wordpress-dev by nacin. View the logs.
10 years ago
#19
@
10 years ago
- Keywords has-patch added; needs-patch removed
@programmin, can you try:
https://core.trac.wordpress.org/attachment/ticket/29110/29110.2.diff
Reverts the PR related to Chromium
#22
@
10 years ago
Once again MeJS is breaking in Chromium in WP4.1 beta. (Chromium 39 on Ubuntu, to be specific.) Was the fix reverted?
In 29429: