[wp-trac] [WordPress Trac] #42643: FLV video format not playing

WordPress Trac noreply at wordpress.org
Fri Nov 24 08:52:30 UTC 2017


#42643: FLV video format not playing
--------------------------+-------------------------
 Reporter:  studiosx      |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  4.9.2
Component:  Media         |     Version:  4.9
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:  javascript
--------------------------+-------------------------
Changes (by Clorith):

 * focuses:   => javascript
 * milestone:  Awaiting Review => 4.9.2


Comment:

 The MediaElement update added support for FLV files as mentioned earlier,
 the main problem here is that the previous version would not try to render
 a file, but instead offered a download link right away.

 The issue seems to be that the player starts rendering like it should, and
 then hits something incompatible in the file (likely the encoding used to
 create it), I wonder if we could possibly grab this with the `error` event
 in MEJS and convert the player markup to a download instead as a
 solution...

--
Ticket URL: <https://core.trac.wordpress.org/ticket/42643#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list