summaryrefslogtreecommitdiff
path: root/hlsPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'hlsPlayer.h')
-rw-r--r--hlsPlayer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/hlsPlayer.h b/hlsPlayer.h
index 1e88deb..ed5a80e 100644
--- a/hlsPlayer.h
+++ b/hlsPlayer.h
@@ -33,11 +33,12 @@ 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;
std::string m_sessionCookie;
-
+
cM3u8Parser m_startParser;
cM3u8Parser m_indexParser;
@@ -59,7 +60,7 @@ protected:
bool DoLoad(void);
public:
- cHlsSegmentLoader(std::string startm3u8);
+ cHlsSegmentLoader(std::string startm3u8, plexclient::Video* pVideo);
~cHlsSegmentLoader();
cRingBufferLinear* m_pRingbuffer;