summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/smarttvfactory.h
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-03-17 09:28:01 +0100
committerthlo <t.lohmar@gmx.de>2013-03-17 09:28:01 +0100
commitd48d64273d5da9bf596b239bb0aec622086655f0 (patch)
tree928b8a3c945b858823eeb57304f25c48197e2aa2 /vdr-smarttvweb/smarttvfactory.h
parent65255cd25a87509c0a75c4e09ebd33977e54ed9c (diff)
downloadvdr-plugin-smarttvweb-d48d64273d5da9bf596b239bb0aec622086655f0.tar.gz
vdr-plugin-smarttvweb-d48d64273d5da9bf596b239bb0aec622086655f0.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;