-
Notifications
You must be signed in to change notification settings - Fork 102
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
Initial offset for playing recordings #716
Labels
Comments
Hmm, does something like this not already exist? @barnomasoz ? |
@177taki, if you can make it work, go for it. |
Something like this maybe? const [offset, setOffset] = useState(
vapixParameters['recordingid'] !== undefined && initialOffset !== undefined ?
initialOffset :
0
) |
@lekoaf, much appreciated. Precisely what I wanted. Would it be possible to apply this change? |
@177taki be my guest. |
This issue is stale because it has been open for 90 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Would you support a feature enabling to specify a start position (offset) to play a recording? In particular, for long recordings, changing the offset could be helpful in addition to seek.
What I thought is like below. Any better ideas would be appreciated.
The text was updated successfully, but these errors were encountered: