Hi,
I am using AMS 5 standard. Looks like f4fpackger creates hds vod manifest with packed bootstrap info, as show below.
Say if my vod has 10 fragments - first 9 fragments are 4s long and last fragment is 1.6 seconds long then the bootstarp info I get looks like,
Fragment# 1, duration=4s,
Fragment#10, duration =1.6s
Is there a way to create manifest with unpacked bootstarp info, i.e list all the fragment information as shown below?
Fragment# 1, duration=4s,
Fragment# 2, duration=4s,
Fragment# 3, duration=4s,
Fragment# 4, duration=4s,
Fragment# 5, duration=4s,
Fragment# 6, duration=4s,
Fragment# 7, duration=4s,
Fragment# 8, duration=4s,
Fragment# 9, duration=4s,
Fragment# 10, duration =1.6s
Thanks,
Anand