summaryrefslogtreecommitdiffstats
path: root/src/ConfigParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ConfigParser.cpp')
-rw-r--r--src/ConfigParser.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ConfigParser.cpp b/src/ConfigParser.cpp
index f0ab13c..6d67b7b 100644
--- a/src/ConfigParser.cpp
+++ b/src/ConfigParser.cpp
@@ -736,6 +736,9 @@ static void setup_subchannel_from_ptree(DabSubchannel* subchan,
etiLog.level(warn) << "Using untested ipc:// zeromq input";
}
}
+ else if (proto == "sti-rtp") {
+ subchan->input = make_shared<Inputs::Sti_d_Rtp>();
+ }
else {
stringstream ss;
ss << "Subchannel with uid " << subchanuid <<