OSDN Git Service

ismindex: Verify that all bitrate variants match
authorMartin Storsjö <martin@martin.st>
Tue, 3 Jul 2012 11:58:52 +0000 (14:58 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 3 Jul 2012 19:46:58 +0000 (22:46 +0300)
commit30327865f388260e49d40affd1b9c9fc2e20ebfe
tree0fa1e32129b73bff947bfefd789da60f222b0837
parent1be8c90847300ac7889833612c99d57c58ff64b1
ismindex: Verify that all bitrate variants match

In Smooth Streaming, the fragments are addressed by time, and
the manifest only stores one list of time offests for all streams,
so all streams need to have identical fragment offsets. Warn if
this isn't the case, so that the user can fix the files instead of
getting failures at runtime when the fragments can't be found.

Signed-off-by: Martin Storsjö <martin@martin.st>
tools/ismindex.c