Changed playlist input timing to boottime-based instead of wallclock-based, split up realtime and regular main loops functions
# Conflicts: # src/input/input.cpp
This commit is contained in:
commit
9ce7c29813
5 changed files with 29 additions and 14 deletions
|
@ -173,10 +173,6 @@ namespace Mist {
|
|||
std::string givenStream = config->getString("streamname");
|
||||
if (streamName == "") {
|
||||
streamName = givenStream;
|
||||
}else{
|
||||
if (givenStream.find("+") != std::string::npos){
|
||||
streamName += givenStream.substr(givenStream.find("+"));
|
||||
}
|
||||
}
|
||||
srcConn = Socket::Connection(host, port, true);
|
||||
if (!srcConn.connected()){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue