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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: