Support RTMP input over pipe
This commit is contained in:
parent
ad85f45972
commit
bd283fab1d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace Mist{
|
||||||
maxbps = config->getInteger("maxkbps") * 128;
|
maxbps = config->getInteger("maxkbps") * 128;
|
||||||
//Switch realtime tracking system to mode where it never skips ahead, but only changes playback speed
|
//Switch realtime tracking system to mode where it never skips ahead, but only changes playback speed
|
||||||
maxSkipAhead = 0;
|
maxSkipAhead = 0;
|
||||||
if (config->getString("target").size()){
|
if (config->getString("target").size() && config->getString("target") != "-"){
|
||||||
streamName = config->getString("streamname");
|
streamName = config->getString("streamname");
|
||||||
pushUrl = HTTP::URL(config->getString("target"));
|
pushUrl = HTTP::URL(config->getString("target"));
|
||||||
#ifdef SSL
|
#ifdef SSL
|
||||||
|
|
Loading…
Add table
Reference in a new issue