diff options
author | chriszero <zerov83@gmail.com> | 2015-12-20 18:43:35 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-12-20 18:43:35 +0100 |
commit | 4775c62bf44ba6d757722611313f53d6dd2a0b56 (patch) | |
tree | b948261300ea449823485305b2d980504190b11d /hlsPlayer.h | |
parent | 516d7da6bf79c8e48d5348706faeba8ea5061984 (diff) | |
download | vdr-plugin-plex-4775c62bf44ba6d757722611313f53d6dd2a0b56.tar.gz vdr-plugin-plex-4775c62bf44ba6d757722611313f53d6dd2a0b56.tar.bz2 |
completed "secure connections" and "remote server"
support.
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 774aa07..ed5a80e 100644 --- a/hlsPlayer.h +++ b/hlsPlayer.h @@ -33,12 +33,12 @@ private: uchar* m_pBuffer; Poco::Net::HTTPClientSession* m_pClientSession; - plexclient::Video* m_pVideo + 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; |