summaryrefslogtreecommitdiff
path: root/hlsPlayer.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-01-13 23:06:20 +0100
committerchriszero <zerov83@gmail.com>2015-01-13 23:06:20 +0100
commitacbfb7d0bb54a591332dc9030ae377dcfac19fac (patch)
tree3ff786f27b57b3a327bdf0112512d30320e9b237 /hlsPlayer.h
parent6cd88fdcab8dd291c610a8a5a6a2f6499f6c6d3f (diff)
downloadvdr-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.h4
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);