Revert "streamts: possible fix local TV"

This reverts commit 7160671497.


Origin commit data
------------------
Commit: 62260e22d6
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-10-05 (Wed, 05 Oct 2022)
This commit is contained in:
vanhofen
2022-10-05 21:48:04 +02:00
parent 7160671497
commit ddf8ad0b68
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)
: CStreamInstance(clientfd, chid, _pids, true)
: CStreamInstance(clientfd, chid, _pids, false)
{
ifcx = NULL;
ofcx = NULL;

View File

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