streamts: possible fix local TV

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8f4d10b669
Author: DboxOldie <DboxOdlie@users.noreply.github.com>
Date: 2022-10-03 (Mon, 03 Oct 2022)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
DboxOldie
2022-10-03 16:45:43 +02:00
committed by vanhofen
parent 83810558c9
commit d5a95ce0a0
2 changed files with 2 additions and 2 deletions

View File

@@ -751,7 +751,7 @@ _error:
} }
CStreamStream::CStreamStream(int clientfd, t_channel_id chid, stream_pids_t &_pids) CStreamStream::CStreamStream(int clientfd, t_channel_id chid, stream_pids_t &_pids)
: CStreamInstance(clientfd, chid, _pids, false) : CStreamInstance(clientfd, chid, _pids, true)
{ {
ifcx = NULL; ifcx = NULL;
ofcx = NULL; ofcx = NULL;

View File

@@ -61,7 +61,7 @@ class CStreamInstance : public OpenThreads::Thread
virtual void run(); virtual void run();
friend class CStreamManager; friend class CStreamManager;
public: public:
CStreamInstance(int clientfd, t_channel_id chid, stream_pids_t &pids, bool send_raw); CStreamInstance(int clientfd, t_channel_id chid, stream_pids_t &pids, bool send_raw = true);
virtual ~CStreamInstance(); virtual ~CStreamInstance();
virtual bool Open(); virtual bool Open();
virtual bool Start(); virtual bool Start();