libdash
libdash copied to clipboard
Fix error with number formatting in segment templates
This fixes what I believe to be an error in the way segment templates are handled if a format tag is provided. According to section 5.3.9.4.4 of ISO/IEC 23009-1:2014, the format tag from the MPD should already have a 'd' character at the end, but the current implementation appends another giving an incorrect URL for that segment.
Could you provide a link to an MPD that fails with the current implementation?
http://rdmedia.bbc.co.uk/dash/ondemand/bbb/2/client_manifest-common_init.mpd
@schellkenig Is this project still maintained ?