From bee6ba11e66dda2693d896d2677ee8e1669f2b7e Mon Sep 17 00:00:00 2001 From: Thulinma <jaron@vietors.com> Date: Fri, 12 Feb 2016 16:33:01 +0100 Subject: [PATCH] Fixed RTSP. --- src/output/output_rtsp.cpp | 1 + 1 file changed, 1 insertion(+) 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"] = "";