Support RTMP input over pipe

This commit is contained in:
Thulinma 2022-05-19 11:59:26 +02:00
parent ad85f45972
commit bd283fab1d

View file

@ -23,7 +23,7 @@ namespace Mist{
maxbps = config->getInteger("maxkbps") * 128;
//Switch realtime tracking system to mode where it never skips ahead, but only changes playback speed
maxSkipAhead = 0;
if (config->getString("target").size()){
if (config->getString("target").size() && config->getString("target") != "-"){
streamName = config->getString("streamname");
pushUrl = HTTP::URL(config->getString("target"));
#ifdef SSL