Fixed RTSP.
This commit is contained in:
parent
62f3a9f4d2
commit
bee6ba11e6
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ namespace Mist {
|
||||||
}
|
}
|
||||||
|
|
||||||
void OutRTSP::init(Util::Config * cfg){
|
void OutRTSP::init(Util::Config * cfg){
|
||||||
|
Output::init(cfg);
|
||||||
capa["name"] = "RTSP";
|
capa["name"] = "RTSP";
|
||||||
capa["desc"] = "Provides Real Time Streaming Protocol output, supporting both UDP and TCP transports.";
|
capa["desc"] = "Provides Real Time Streaming Protocol output, supporting both UDP and TCP transports.";
|
||||||
capa["deps"] = "";
|
capa["deps"] = "";
|
||||||
|
|
Loading…
Add table
Reference in a new issue