summaryrefslogtreecommitdiff
path: root/hlsPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'hlsPlayer.h')
-rw-r--r--hlsPlayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hlsPlayer.h b/hlsPlayer.h
index 3df9c46..8d8bdb8 100644
--- a/hlsPlayer.h
+++ b/hlsPlayer.h
@@ -11,9 +11,11 @@
#include <vdr/tools.h>
#include <Poco/Net/HTTPClientSession.h>
+#include <Poco/Net/HTTPRequest.h>
#include <Poco/URI.h>
#include "m3u8Parser.h"
+#include "Config.h"
class cHlsSegmentLoader : public cThread
{
@@ -46,6 +48,7 @@ private:
protected:
void Action(void);
bool DoLoad(void);
+ void AddHeader(Poco::Net::HTTPRequest& req);
bool StopLoader(void);
public: