Unified all push-in-enabled outputs into a single style/function of accepting incoming pushes
This commit is contained in:
parent
88749d2259
commit
9a783a782d
4 changed files with 39 additions and 29 deletions
|
@ -297,7 +297,7 @@ namespace Mist {
|
|||
pullLock.unlink();
|
||||
return;
|
||||
}
|
||||
if (!Util::startInput(streamName, "push://")) {//manually override stream url to start the buffer
|
||||
if (!Util::startInput(streamName, "push://INTERNAL_ONLY:"+config->getString("input"))) {//manually override stream url to start the buffer
|
||||
pullLock.post();
|
||||
pullLock.close();
|
||||
pullLock.unlink();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue