-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Be sure to search for your issue before opening a new one.
Current Behavior
Is there any way to let me get the video frame number for each 200ms?
Already test the getCurrentTime, but it renew the number per second.
Expected Behavior
Return the video frame number when the video is playing for each 200ms.
If the video stopped, return the same number would be great.
Tried to use getCurrentTime in this file: react-player/src/players/FilePlayer.js to get the current time, but that is not fast enough.
Tried this one: #163.
But the progress.played updated per second.
How can I renew the getCurrentTime/progress.played faster ?
Environment
- URL attempting to play: mp4 local file
- Browser: Chrome
Metadata
Metadata
Assignees
Labels
No labels