summaryrefslogtreecommitdiff
path: root/hlsPlayer.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-12-19 21:55:26 +0100
committerchriszero <zerov83@gmail.com>2015-12-19 21:55:26 +0100
commit516d7da6bf79c8e48d5348706faeba8ea5061984 (patch)
treed200477fa28271c5c47ceb9811394e405fd56b1d /hlsPlayer.h
parent1d624e296ee8b6a13abf0a4012a5e07b2354970e (diff)
downloadvdr-plugin-plex-516d7da6bf79c8e48d5348706faeba8ea5061984.tar.gz
vdr-plugin-plex-516d7da6bf79c8e48d5348706faeba8ea5061984.tar.bz2
Starting to redesign server communication.
Diffstat (limited to 'hlsPlayer.h')
-rw-r--r--hlsPlayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hlsPlayer.h b/hlsPlayer.h
index 1e88deb..774aa07 100644
--- a/hlsPlayer.h
+++ b/hlsPlayer.h
@@ -33,6 +33,7 @@ private:
uchar* m_pBuffer;
Poco::Net::HTTPClientSession* m_pClientSession;
+ plexclient::Video* m_pVideo
Poco::URI m_startUri;
std::string m_sessionUriPart;
std::string m_segmentUriPart;
@@ -59,7 +60,7 @@ protected:
bool DoLoad(void);
public:
- cHlsSegmentLoader(std::string startm3u8);
+ cHlsSegmentLoader(std::string startm3u8, plexclient::Video* pVideo);
~cHlsSegmentLoader();
cRingBufferLinear* m_pRingbuffer;