You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The currentTime set to a value > 0 and < 1s is not working, it will always be 0.
Cases:
When I preview the video frame by frame, it will not working in the first second.
When I want to get some thumbnails in the first second, it will always get the 0s as snapshot.
Expected Behavior:
The currentTime should be what I set if it is a valid value.
Steps To Reproduce:
use a demo video with scene change in the first second
set the current time, player.currentTime = 0.5 or remote.seek(0.5)
see the if the preview has changed
Environment:
Framework: React
Node: 20.0.0
Chrome Version 131.0.6778.109 (Official Build) (arm64)
Model Name: MacBook Pro
Model Identifier: Mac15,3
Model Number: Z1C80004ECH/A
Chip: Apple M3
Total Number of Cores: 8 (4 performance and 4 efficiency)
Memory: 16 GB
System Firmware Version: 11881.41.5
OS Loader Version: 11881.41.5
Anything Else?
The text was updated successfully, but these errors were encountered:
Current Behavior:
The currentTime set to a value > 0 and < 1s is not working, it will always be 0.
Cases:
Expected Behavior:
The currentTime should be what I set if it is a valid value.
Steps To Reproduce:
player.currentTime = 0.5
orremote.seek(0.5)
Environment:
Model Name: MacBook Pro
Model Identifier: Mac15,3
Model Number: Z1C80004ECH/A
Chip: Apple M3
Total Number of Cores: 8 (4 performance and 4 efficiency)
Memory: 16 GB
System Firmware Version: 11881.41.5
OS Loader Version: 11881.41.5
Anything Else?
The text was updated successfully, but these errors were encountered: