Merge branch 'development' into LTS_development
# Conflicts: # src/output/output_hls.cpp # src/output/output_rtmp.cpp # src/output/output_rtmp.h
This commit is contained in:
commit
d86899f6cc
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ namespace Mist {
|
|||
lines.push_back(lineBuf);
|
||||
}
|
||||
unsigned int skippedLines = 0;
|
||||
if (myMeta.live) {
|
||||
if (myMeta.live && lines.size()) {
|
||||
//only print the last segment when VoD
|
||||
lines.pop_back();
|
||||
/*LTS-START*/
|
||||
|
|
Loading…
Add table
Reference in a new issue