mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
Disabled PS remuxer which is said to produce anything but PS
This commit is contained in:
@@ -872,10 +872,12 @@ bool cConnectionVTP::CmdCAPS(char *Opts)
|
||||
return Respond(220, "Capability \"%s\" accepted", Opts);
|
||||
}
|
||||
|
||||
#ifdef STREAMDEV_PS
|
||||
if (strcasecmp(Opts, "PS") == 0) {
|
||||
m_StreamType = stPS;
|
||||
return Respond(220, "Capability \"%s\" accepted", Opts);
|
||||
}
|
||||
#endif
|
||||
|
||||
if (strcasecmp(Opts, "PES") == 0) {
|
||||
m_StreamType = stPES;
|
||||
|
Reference in New Issue
Block a user