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:
Thulinma 2016-07-21 12:03:40 +02:00
commit d86899f6cc

View file

@ -152,7 +152,7 @@ namespace Mist {
lines.push_back(lineBuf); lines.push_back(lineBuf);
} }
unsigned int skippedLines = 0; unsigned int skippedLines = 0;
if (myMeta.live) { if (myMeta.live && lines.size()) {
//only print the last segment when VoD //only print the last segment when VoD
lines.pop_back(); lines.pop_back();
/*LTS-START*/ /*LTS-START*/