Commit 85131e63 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: dash: missing startNumber equals 1

parent 7e1aa3a3
......@@ -53,7 +53,7 @@ MediaSegmentTemplate::MediaSegmentTemplate( SegmentInformation *parent ) :
{
debugName = "SegmentTemplate";
classId = Segment::CLASSID_SEGMENT;
startNumber.Set( 0 );
startNumber.Set( 1 );
initialisationSegment.Set( NULL );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment