reload webtv/iptv stream if connection lost

Origin commit data
------------------
Branch: master
Commit: ef8dbcf64c
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2023-07-16 (Sun, 16 Jul 2023)


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

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2023-07-16 21:21:03 +02:00
committed by vanhofen
parent 560cec3e08
commit 3f080d5aef
6 changed files with 13 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ class cPlayback
int GetFirstTeletextPid(void);
bool SetSpeed(int speed);
bool GetSpeed(int &speed) const;
bool GetPosition(int &position, int &duration);
bool GetPosition(int &position, int &duration, bool isWebChannel = false);
void GetPts(uint64_t &pts);
bool SetPosition(int position, bool absolute = false);
void FindAllPids(int *apids, unsigned int *ac3flags, unsigned int *numpida, std::string *language);