Skip to content

Commit 297fba9

Browse files
committed
Listening SRT push output now works again
1 parent eb058b6 commit 297fba9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/output/output_tssrt.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ namespace Mist{
774774

775775
bool OutTSSRT::listenMode(){
776776
std::string tgt = config->getString("target");
777+
if (config->getString("remote").size()){return false;}
777778
return (!tgt.size() || (tgt.size() >= 6 && tgt.substr(0, 6) == "srt://" && Socket::interpretSRTMode(HTTP::URL(tgt)) == "listener"));
778779
}
779780

0 commit comments

Comments
 (0)