diff options
author | thlo <t.lohmar@gmx.de> | 2013-01-13 20:55:36 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-01-13 20:55:36 +0100 |
commit | b7f13070c402a975b36fe514c06da82d10238fcc (patch) | |
tree | 781e570c8e83ca22b30c1377794012f21254cb9e /vdr-smarttvweb/httpresource.h | |
parent | e55c2188f7cf425876e69d62f529920366ddb20c (diff) | |
download | vdr-plugin-smarttvweb-b7f13070c402a975b36fe514c06da82d10238fcc.tar.gz vdr-plugin-smarttvweb-b7f13070c402a975b36fe514c06da82d10238fcc.tar.bz2 |
Folder support for Live. Less conservative buffer times.
Diffstat (limited to 'vdr-smarttvweb/httpresource.h')
-rw-r--r-- | vdr-smarttvweb/httpresource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vdr-smarttvweb/httpresource.h b/vdr-smarttvweb/httpresource.h index 79459b2..bb0df3a 100644 --- a/vdr-smarttvweb/httpresource.h +++ b/vdr-smarttvweb/httpresource.h @@ -163,6 +163,7 @@ class cHttpResource { const char *getMimeType(const char *name); string getConnStateName(); void checkRecording(); + void checkForTimeRequest(); int parseRangeHeaderValue(string); int parseHttpRequestLine(string); int parseHttpHeaderLine (string); @@ -173,6 +174,6 @@ class cHttpResource { int getQueryAttributeValue(vector<sQueryAVP> *avps, string id, string &val); int openFile(const char *name); - int writeXmlItem(string title, string link, string programme, string desc, string guid, time_t start, int dur); + int writeXmlItem(string title, string link, string programme, string desc, string guid, time_t start, int dur, int fps, int is_pes); }; #endif |