[wp-trac] [WordPress Trac] #42643: FLV video format not playing
WordPress Trac
noreply at wordpress.org
Mon Nov 20 19:01:25 UTC 2017
#42643: FLV video format not playing
--------------------------+------------------------------
Reporter: studiosx | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: 4.9
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by rafa8626):
MediaElement.js now has the ability to load FLV natively but not all FLVs
will work. If you add to your configuration something like this it should
work:
{{{
$('video, audio').mediaelementplayer({
renderers: ['html5', 'flash_video', 'native_flv', 'youtube_iframe'],
// other configuration
})
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42643#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list