diff options
author | chriszero <zerov83@gmail.com> | 2015-01-13 23:06:20 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-01-13 23:06:20 +0100 |
commit | acbfb7d0bb54a591332dc9030ae377dcfac19fac (patch) | |
tree | 3ff786f27b57b3a327bdf0112512d30320e9b237 /hlsPlayer.h | |
parent | 6cd88fdcab8dd291c610a8a5a6a2f6499f6c6d3f (diff) | |
download | vdr-plugin-plex-acbfb7d0bb54a591332dc9030ae377dcfac19fac.tar.gz vdr-plugin-plex-acbfb7d0bb54a591332dc9030ae377dcfac19fac.tar.bz2 |
more Error handling. Segfaults on libpoco < 1.4
Diffstat (limited to 'hlsPlayer.h')
-rw-r--r-- | hlsPlayer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hlsPlayer.h b/hlsPlayer.h index 8d8bdb8..a07a4bf 100644 --- a/hlsPlayer.h +++ b/hlsPlayer.h @@ -38,8 +38,8 @@ private: bool ConnectToServer(void); void CloseConnection(void); - void LoadStartList(void); - void LoadIndexList(void); + bool LoadStartList(void); + bool LoadIndexList(void); std::string GetSegmentUri(int segmentIndex) const; int GetSegmentSize(int segmentIndex); bool LoadSegment(std::string uri); |