From 508ba3458094f0c30b278cc05abc626b6f3940e0 Mon Sep 17 00:00:00 2001 From: chriszero Date: Sun, 11 Jan 2015 15:14:03 +0100 Subject: Removed Mplayer support. Added HLS Streaming Player for directly play in VDR --- plex.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plex.h') 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 #include @@ -23,7 +24,6 @@ #include #include - /** ** 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 -- cgit v1.2.3