Merge branch 'development' into LTS_development
# Conflicts: # src/input/input.cpp
This commit is contained in:
commit
7b0d3a9365
6 changed files with 38 additions and 15 deletions
|
@ -138,12 +138,16 @@ namespace Mist {
|
|||
return 0;
|
||||
}
|
||||
parseHeader();
|
||||
MEDIUM_MSG("Header parsed, %lu tracks", myMeta.tracks.size());
|
||||
|
||||
if (!streamName.size()) {
|
||||
MEDIUM_MSG("Starting convert");
|
||||
convert();
|
||||
} else if (!needsLock()) {
|
||||
MEDIUM_MSG("Starting stream");
|
||||
stream();
|
||||
}else{
|
||||
MEDIUM_MSG("Starting serve");
|
||||
serve();
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue