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
Hi there, thanks for the great plugin. How can we update the VTT file source/re-init the plugin when the player's content changes, for example when a new video is loaded from the playlist?
If I try and call player.vttThumbnails({ src: 'https://new-vtt-file.vtt'});
I get: player.vttThumbnails is not a function
Any tips would be great appreciated. Let me know if you need more information.
The text was updated successfully, but these errors were encountered:
Hi there, thanks for the great plugin. How can we update the VTT file source/re-init the plugin when the player's content changes, for example when a new video is loaded from the playlist?
If I try and call
player.vttThumbnails({ src: 'https://new-vtt-file.vtt'});
I get:
player.vttThumbnails is not a function
Any tips would be great appreciated. Let me know if you need more information.
The text was updated successfully, but these errors were encountered: