-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About m4v, m4a support. #72
Comments
Fixed in |
david-hub024
pushed a commit
to david-hub024/React_VideoPlayer
that referenced
this issue
Dec 23, 2018
david-hub024
pushed a commit
to david-hub024/React_VideoPlayer
that referenced
this issue
May 23, 2020
albanqoku
added a commit
to albanqoku/react-player
that referenced
this issue
Feb 24, 2021
Webmaster1116
added a commit
to Webmaster1116/video-player
that referenced
this issue
May 20, 2021
webmiraclepro
added a commit
to webmiraclepro/video-player
that referenced
this issue
Sep 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Regards
Kevin.Chien
The text was updated successfully, but these errors were encountered: