From 312c13f4f6b299a976787542869f96b1e66549cf Mon Sep 17 00:00:00 2001 From: chriszero Date: Thu, 5 Feb 2015 21:32:55 +0100 Subject: Plex remote support. Control via Plexapps (Android, IOS...) --- hlsPlayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hlsPlayer.h') diff --git a/hlsPlayer.h b/hlsPlayer.h index c188fc2..12bea70 100644 --- a/hlsPlayer.h +++ b/hlsPlayer.h @@ -106,7 +106,7 @@ protected: public: //static cMutex s_mutex; - cHlsPlayer(std::string startm3u8, plexclient::Video* Video); + cHlsPlayer(std::string startm3u8, plexclient::Video* Video, int offset = 0); ~cHlsPlayer(); virtual bool GetIndex(int &Current, int &Total, bool SnapToIFrame = false); -- cgit v1.2.3