Skip to content

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

@gdau

Description

@gdau

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions