Fixed RTSP.

This commit is contained in:
Thulinma 2016-02-12 16:33:01 +01:00
parent 62f3a9f4d2
commit bee6ba11e6

View file

@ -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"] = "";