Fixed MEDIA-SEQUENCE in HLS
This commit is contained in:
parent
842861c981
commit
465f50e6a2
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ namespace Mist{
|
||||||
/*LTS-END*/
|
/*LTS-END*/
|
||||||
}
|
}
|
||||||
|
|
||||||
result << "#EXT-X-MEDIA-SEQUENCE:" << M.getMissedFragments(timingTid) + skippedLines << "\r\n";
|
result << "#EXT-X-MEDIA-SEQUENCE:" << firstFragment + skippedLines << "\r\n";
|
||||||
|
|
||||||
for (std::deque<std::string>::iterator it = lines.begin(); it != lines.end(); it++){
|
for (std::deque<std::string>::iterator it = lines.begin(); it != lines.end(); it++){
|
||||||
result << *it;
|
result << *it;
|
||||||
|
|
Loading…
Add table
Reference in a new issue