mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
Revert "streamts: possible fix local TV"
This reverts commit7160671497
. Origin commit data ------------------ Commit:62260e22d6
Author: vanhofen <vanhofen@gmx.de> Date: 2022-10-05 (Wed, 05 Oct 2022)
This commit is contained in:
@@ -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, true)
|
: CStreamInstance(clientfd, chid, _pids, false)
|
||||||
{
|
{
|
||||||
ifcx = NULL;
|
ifcx = NULL;
|
||||||
ofcx = NULL;
|
ofcx = NULL;
|
||||||
|
@@ -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 = true);
|
CStreamInstance(int clientfd, t_channel_id chid, stream_pids_t &pids, bool send_raw);
|
||||||
virtual ~CStreamInstance();
|
virtual ~CStreamInstance();
|
||||||
virtual bool Open();
|
virtual bool Open();
|
||||||
virtual bool Start();
|
virtual bool Start();
|
||||||
|
Reference in New Issue
Block a user