mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
Don't abort VTP connection if filter stream is broken
This commit is contained in:
@@ -770,7 +770,7 @@ cConnectionVTP::~cConnectionVTP()
|
||||
bool cConnectionVTP::Abort(void) const
|
||||
{
|
||||
return !IsOpen() || (m_LiveStreamer && m_LiveStreamer->Abort()) ||
|
||||
(m_FilterStreamer && m_FilterStreamer->Abort());
|
||||
(!m_LiveStreamer && m_FilterStreamer && m_FilterStreamer->Abort());
|
||||
}
|
||||
|
||||
void cConnectionVTP::Welcome(void)
|
||||
|
Reference in New Issue
Block a user