Merge branch 'development' into LTS_development
This commit is contained in:
commit
6b21e06c76
3 changed files with 136 additions and 134 deletions
|
@ -111,6 +111,11 @@ namespace Mist {
|
|||
}
|
||||
isInitialized = true;
|
||||
reconnect();
|
||||
//if the connection failed, fail
|
||||
if (streamName.size() < 1){
|
||||
onFail();
|
||||
return;
|
||||
}
|
||||
selectDefaultTracks();
|
||||
sought = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue