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 want to use this with videojs-playlist, but I can't find a way to update the new markers properly when switching track. It seems like videojs-markers gets confused to which timeline it's supposed to put the markers on.
And that doesn't give me an error, but the markers are off as soon as I switched track in the playlist. Is there a way to run a this.markers.update() or similar? Thanks!
The text was updated successfully, but these errors were encountered:
Hey,
I want to use this with videojs-playlist, but I can't find a way to update the new markers properly when switching track. It seems like
videojs-markers
gets confused to which timeline it's supposed to put the markers on.When I'm running this:
I get this error:
I've also tried:
And that doesn't give me an error, but the markers are off as soon as I switched track in the playlist. Is there a way to run a
this.markers.update()
or similar? Thanks!The text was updated successfully, but these errors were encountered: