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();
|
||||
return;
|
||||
}
|
||||
|
||||
if (H.url.find("hls") == std::string::npos) {
|
||||
myConn.close();
|
||||
|
||||
if (H.url.find("hls") == std::string::npos){
|
||||
onFail();
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -366,6 +366,7 @@ namespace Mist {
|
|||
initialize();
|
||||
|
||||
if (!keepGoing()){
|
||||
onFail();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue