mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
Proper fix for "client sends ABRT after TUNE". Obsoletes many hacks in client
This commit is contained in:
@@ -1282,7 +1282,8 @@ bool cConnectionVTP::CmdABRT(char *Opts)
|
||||
|
||||
switch (id) {
|
||||
case siLive:
|
||||
DELETENULL(m_LiveStreamer);
|
||||
if (m_LiveStreamer)
|
||||
m_LiveStreamer->Stop();
|
||||
DELETENULL(m_LiveSocket);
|
||||
break;
|
||||
case siLiveFilter:
|
||||
|
Reference in New Issue
Block a user