summaryrefslogtreecommitdiff
path: root/plex.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-01-11 15:14:03 +0100
committerchriszero <zerov83@gmail.com>2015-01-11 15:14:03 +0100
commit508ba3458094f0c30b278cc05abc626b6f3940e0 (patch)
tree12592e3fb841f80ad1c61d07b3f9242ad94d2cbe /plex.h
parenta9dd0c6a322f139e03a0ba4570e2a78508ddd6c3 (diff)
downloadvdr-plugin-plex-508ba3458094f0c30b278cc05abc626b6f3940e0.tar.gz
vdr-plugin-plex-508ba3458094f0c30b278cc05abc626b6f3940e0.tar.bz2
Removed Mplayer support.
Added HLS Streaming Player for directly play in VDR
Diffstat (limited to 'plex.h')
-rw-r--r--plex.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/plex.h b/plex.h
index a81f08e..d5e6dc5 100644
--- a/plex.h
+++ b/plex.h
@@ -16,6 +16,7 @@
#include "plexgdm.h"
#include "play_service.h"
#include "cPlexOsdItem.h"
+#include "hlsPlayerControl.h"
#include <iostream>
#include <string>
@@ -23,7 +24,6 @@
#include <iterator>
#include <algorithm>
-
/**
** Device plugin remote class.
*/
@@ -214,7 +214,8 @@ class cMyPlugin:public cPlugin
virtual const char **SVDRPHelpPages(void);
virtual cString SVDRPCommand(const char *, const char *, int &);
- private:
+private:
+ Poco::Crypto::OpenSSLInitializer _openSSLInitializer; //Bug in Poco::Crypto, see https://github.com/pocoproject/poco/issues/527
};
#endif \ No newline at end of file