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
With dash.js 4.7.1 i use player.attachSource(manifest.mpd) to change video on a same page without initializing the whole player, this works fine with customRenderingEnabled: false
With vtt.js enable when switching to another video with player.attachSource(manifest.mpd) the player render the new vtt track and the one from the previous video.
I tried to destroy the player with no luck, after initialize() vtt.js continue to render all the vtt tracks.
How can i "reset" vtt.js before loading a new video with player.attachSource() without re loading the whole player ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
With dash.js 4.7.1 i use
player.attachSource(manifest.mpd)
to change video on a same page without initializing the whole player, this works fine withcustomRenderingEnabled: false
With vtt.js enable when switching to another video with
player.attachSource(manifest.mpd)
the player render the new vtt track and the one from the previous video.I tried to destroy the player with no luck, after
initialize()
vtt.js continue to render all the vtt tracks.How can i "reset" vtt.js before loading a new video with
player.attachSource()
without re loading the whole player ?Beta Was this translation helpful? Give feedback.
All reactions