How to replace text tracks dynamically without changing persisted captions state in local storage? #1126
-
Hi, I'd like to know how I can dynamically replace text tracks without changing the persisted Currently I activated storage support by adding the
When I enable captions that change is reflected in local storage:
Now when I change the video source and therefore the text tracks dynamically with this code:
The
I also tried to first add the new text tracks and remove the old ones afterwards but the same result:
I there a proper way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is a bug and I've added a fix. It'll be rolling out in |
Beta Was this translation helpful? Give feedback.
-
is this released yet ? in react version I am facing same issue and chapters do not work |
Beta Was this translation helpful? Give feedback.
This is a bug and I've added a fix. It'll be rolling out in
1.10.4@next
today or tomorrow. Thanks for letting me know :)