Commit 12802b60 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: dash: fix onDemand regression

We need to send segment index for segment splitting.
regression by c1591aa1
parent 3804e8f0
...@@ -80,6 +80,7 @@ SegmentChunk * SegmentTracker::getNextChunk(bool switch_allowed) ...@@ -80,6 +80,7 @@ SegmentChunk * SegmentTracker::getNextChunk(bool switch_allowed)
{ {
prevRepresentation = rep; prevRepresentation = rep;
init_sent = false; init_sent = false;
index_sent = false;
initializing = true; initializing = true;
} }
......
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