FFMPEG process fixes/improvements
This commit is contained in:
parent
2a09128830
commit
637c57be5e
6 changed files with 330 additions and 97 deletions
|
@ -595,6 +595,10 @@ namespace Mist {
|
|||
std::map<std::string, std::string> overrides;
|
||||
overrides["throughboot"] = "";
|
||||
if(isSingular()){
|
||||
if (Util::streamAlive(streamName)){
|
||||
WARN_MSG("Stream already online, cancelling");
|
||||
return;
|
||||
}
|
||||
overrides["singular"] = "";
|
||||
}
|
||||
if (config->getBool("realtime") || (capa.isMember("hardcoded") && capa["hardcoded"].isMember("resume") && capa["hardcoded"]["resume"])){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue