diff --git a/src/output/output_rtsp.cpp b/src/output/output_rtsp.cpp index 096c6f87..6c8907e2 100644 --- a/src/output/output_rtsp.cpp +++ b/src/output/output_rtsp.cpp @@ -39,6 +39,7 @@ namespace Mist { } void OutRTSP::init(Util::Config * cfg){ + Output::init(cfg); capa["name"] = "RTSP"; capa["desc"] = "Provides Real Time Streaming Protocol output, supporting both UDP and TCP transports."; capa["deps"] = "";