React-player: About m4v, m4a support.

Created on 3 Jun 2016  路  1Comment  路  Source: cookpete/react-player

Hi All,
Would you add "m4v" and "m4a" into the extension condition:
const VIDEO_EXTENSIONS = /.(mp4|og[gv]|webm|mov)($|\?)/i
const AUDIO_EXTENSIONS = /.(mp3|wav)($|\?)/i
Which in file:
src/players/FilePlayer.js
Because I assign src *.m4a and *.m4v, the

Thanks a lots.

Regards
Kevin.Chien

Most helpful comment

Fixed in 0.7.2

>All comments

Fixed in 0.7.2

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sarutole picture sarutole  路  4Comments

sedubois picture sedubois  路  6Comments

rpaschoal picture rpaschoal  路  5Comments

wmertens picture wmertens  路  7Comments

marcuscaum picture marcuscaum  路  3Comments