rework streaming part2

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8567503f9d
Author: TangoCash <eric@loxat.de>
Date: 2022-10-05 (Wed, 05 Oct 2022)


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

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2022-10-05 21:48:04 +02:00
committed by vanhofen
parent 2d0e407438
commit f04f28bc9a
11 changed files with 82 additions and 9 deletions

View File

@@ -122,7 +122,7 @@ class CStreamManager : public OpenThreads::Thread
bool Listen();
bool Parse(int fd, stream_pids_t &pids, t_channel_id &chid, CFrontend * &frontend, bool &is_e2);
void PreparePids(CZapitChannel * channel, stream_pids_t &pids);
void PreparePids(CZapitChannel * channel, stream_pids_t &pids, bool is_e2);
void CheckStandby(bool enter);
CFrontend * FindFrontend(CZapitChannel * channel);
bool StopAll();