I'm doing a player for MPEG DASH and, after reading the ISO, I'm not sure how to know if the Live Streaming ended?
So far, I build the URL based on the BaseURLs with the (SegmentTemplate + Representation) combination and, I can do the download of the segments from the SegmentTimeline but, there is an easy attribute to check for:
- Know how often should I update the MPD
- Know what attribute/formula should I validate in order to stop streaming?
Is not like I can download until it breaks. Isn't it?