summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/smarttvfactory.h
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-03-17 09:28:01 +0100
committerthlo <t.lohmar@gmx.de>2013-03-17 09:28:01 +0100
commit09f233d4c92c73dfa0456c7c87bcc758b68259ff (patch)
tree928b8a3c945b858823eeb57304f25c48197e2aa2 /vdr-smarttvweb/smarttvfactory.h
parent56ef7aaa40b5aff3bce5ace21215acb0be5ab92f (diff)
downloadvdr-plugin-smarttvweb-09f233d4c92c73dfa0456c7c87bcc758b68259ff.tar.gz
vdr-plugin-smarttvweb-09f233d4c92c73dfa0456c7c87bcc758b68259ff.tar.bz2
v0.9.6. Use UrlEncoding for guid. Determine Bitrate from file size.
Diffstat (limited to 'vdr-smarttvweb/smarttvfactory.h')
-rw-r--r--vdr-smarttvweb/smarttvfactory.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/vdr-smarttvweb/smarttvfactory.h b/vdr-smarttvweb/smarttvfactory.h
index 171b1b8..1073ab0 100644
--- a/vdr-smarttvweb/smarttvfactory.h
+++ b/vdr-smarttvweb/smarttvfactory.h
@@ -38,8 +38,8 @@
using namespace std;
-#define PLG_VERSION "0.9.5"
-#define SERVER "SmartTvWeb/0.9.5"
+#define PLG_VERSION "0.9.6"
+#define SERVER "SmartTvWeb/0.9.6"
class SmartTvServer {
public:
@@ -68,7 +68,6 @@ class SmartTvServer {
int mServerFd;
unsigned int mSegmentDuration;
int mHasMinBufferTime;
- unsigned int mHasBitrate;
int mLiveChannels;
vector<cHttpResource*> clientList;