Skip to content
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

Is it possible to use the TimingSrcConnectorOptions together with setTimingSrc to specify a skew for videos with different start times? #1066

Open
gdau opened this issue Jan 24, 2025 · 0 comments

Comments

@gdau
Copy link

gdau commented Jan 24, 2025

I am attempting to sync the playback of multiple videos - by having a single video as the "controller" and others designated as the "viewers" - as per the sample that has been provided for the setTimingSrc feature (with the caveat that I have multiple videos on a single page - but I don't think that's relevant to this particular question).

This is working great using the setTimingSrc functionality; however the videos I would like to be in sync are slightly offset from one another - so at position "5 seconds" in one video, it might need to always show 5 seconds ahead in the other video to be at the semantically correct position (i.e. the timeline is skewed between videos).

Essentially I need to provide a skew for certain videos but I can't see a way to do that while still having several videos share the same TimingObject (which I assume is necessary to have the videos respond to the controller). Is there any guidance for how I might achieve this without re-implementing the whole interaction between the player and the TimingSrcConnectorOptions (if even this would be the right place to add such a thing).

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant