Replies: 1 comment 3 replies
-
With v5 we added the network interceptor. You can use it to modify network responses before they are processed by dash.js. This should allow you to add an additional AdaptationSet to the MPD. Example of a network interceptor: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have dynamic MPEG-DASH manifest with SegmentTimeline scheme. It has with two
AdaptationSet
s, each of them refers to video and audio respectively.I'd like to put a third
AdaptationSet
for subtitles, WebVTT or TTML , but from some external URL.In this case, each manifest refresh would contain new pieces for audio and video, but URL remains the same
Something like this:
Is this possible?
Does dash.js able to fetch subtitles and play them in time?
Beta Was this translation helpful? Give feedback.
All reactions