Contains several MPEG reference software modules. Not actively maintained. The ISOSegmentValidator is moved to - https://github.com/Dash-Industry-Forum/ISOSegmentValidator
21
stars
31
forks
source link
Dynamic Service Validation - Information merging on different levels #60
Merge the high level information with the low level information.
This is done for preventing the loss of possible extra information provided in higher layers.
Lower level information takes precedence for the information provided for same functionalities.
This holds for SegmentTemplate and SegmentTimeline information existing on different levels in MPD. It does not cover SegmentBase (because of live profile) and SegmentList (not supported currently).
Merge the high level information with the low level information. This is done for preventing the loss of possible extra information provided in higher layers. Lower level information takes precedence for the information provided for same functionalities. This holds for SegmentTemplate and SegmentTimeline information existing on different levels in MPD. It does not cover SegmentBase (because of live profile) and SegmentList (not supported currently).