-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
onProgress not working for webm files #503
Comments
@ankithkonda Do you have an example file where this happens? I can't find one anywhere to debug the problem. |
@grydstedt I'm getting a |
I also have the same problem with webm videos (generated with the MediaDevices.getUserMedia lib). |
My guess is that these files are not returning a valid |
@cookpete sorry this completely fell off my radar. |
@ankithkonda I still can't reproduce this myself, but a falsey |
@cookpete |
Hi @cookpete! I was wondering if you have a fix for this, I've noticed you closed the issue |
Hi @KasFijolek, this should hopefully be fixed in |
awesome, thanks for the swift response! 🙂 |
Fixes cookpete/react-player#503 based on the suggestion here: cookpete/react-player#503 (comment)
Fixes cookpete/react-player#503 based on the suggestion here: cookpete/react-player#503 (comment)
Fixes cookpete/react-player#503 based on the suggestion here: cookpete/react-player#503 (comment)
Fixes cookpete/react-player#503 based on the suggestion here: cookpete/react-player#503 (comment)
Hi onProgress is only called once when a webm file is being played. onProgress works as expected with mp3 files
The webm file i'm using is audio only.
The text was updated successfully, but these errors were encountered: