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:
Thulinma 2018-05-09 12:21:03 +02:00
commit 9ce7c29813
5 changed files with 29 additions and 14 deletions

View file

@ -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()){