mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
streamts: possible fix local TV
Origin commit data
------------------
Commit: 8f4d10b669
Author: DboxOldie <DboxOldie@users.noreply.github.com>
Date: 2022-10-03 (Mon, 03 Oct 2022)
This commit is contained in:
@@ -751,7 +751,7 @@ _error:
|
||||
}
|
||||
|
||||
CStreamStream::CStreamStream(int clientfd, t_channel_id chid, stream_pids_t &_pids)
|
||||
: CStreamInstance(clientfd, chid, _pids, false)
|
||||
: CStreamInstance(clientfd, chid, _pids, true)
|
||||
{
|
||||
ifcx = NULL;
|
||||
ofcx = NULL;
|
||||
|
@@ -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);
|
||||
CStreamInstance(int clientfd, t_channel_id chid, stream_pids_t &pids, bool send_raw = true);
|
||||
virtual ~CStreamInstance();
|
||||
virtual bool Open();
|
||||
virtual bool Start();
|
||||
|
Reference in New Issue
Block a user