Merge branch 'development' into LTS_development
# Conflicts: # src/output/output_hls.cpp
This commit is contained in:
commit
f4f644ee34
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue