Merge branch 'development' into LTS_development

# Conflicts:
#	src/output/output_hls.cpp
This commit is contained in:
Thulinma 2017-12-11 13:14:44 +01:00
commit f4f644ee34

View file

@ -346,9 +346,9 @@ namespace Mist {
H.Clean(); H.Clean();
return; return;
} }
if (H.url.find("hls") == std::string::npos) { if (H.url.find("hls") == std::string::npos){
myConn.close(); onFail();
return; return;
} }
@ -366,6 +366,7 @@ namespace Mist {
initialize(); initialize();
if (!keepGoing()){ if (!keepGoing()){
onFail();
return; return;
} }