Closed giorgos-epitropou-obs closed 1 year ago
We are not checking for urn:dvb:period_continuity:2014
in dash.js, but we are supporting a smooth period transition if the codecs match or Sourcebuffer.changeType()
is supported. What is the expected behavior that you are missing in dash.js?
It seems that while I get the event which indicates the period change, dash.js start downloading only audio segments and no video. So after a while playback just stops and no actual (smooth) period transition happens. That's the reason I asked if this is an unsupported feature.
Then probably the video segments are not correctly signaled in the new period. If you can provide a hosted version of your content we can take a look
The problem was on (one of) the video segments not the property, but thank you for your help
Hi, I encountered a manifest with 2 periods where each of the AdaptationSets in the second Period carry a SupplementalProperty descriptor with schemeIdUri set to urn:dvb:dash:period_continuity:2014 and value matching the Period id attribute of the first Period. Does dash.js support such connected representations?
I also used the dash validator tool and got this part:
but I can see the adaptation id's matching. Any ideas if the manifest also contain errors?