How does one determine the current index of the frame that is playing? #1819
Unanswered
davesargrad
asked this question in
Q&A
Replies: 1 comment
-
I am looking for a similar answer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to know what frame (relative to the start of the HLS stream) is the current frame playing?
I have a need to know the absolute frame number (starting at the 0'th frame for the very first in the stream, and ending at N-1) where N is the total number of frames in the HLS stream.
Its not the image I want, I know how to get that. Nor is it time that I want. I also know how to get that.
At first glance, this would be a feature similar to "remotions" useCurrentFrame hook.
Its a relative index starting at 0, and allowing me to absolutely determine where within the stream I am.
Beta Was this translation helpful? Give feedback.
All reactions