diff options
author | thlo <t.lohmar@gmx.de> | 2013-03-17 09:28:01 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-03-17 09:28:01 +0100 |
commit | 09f233d4c92c73dfa0456c7c87bcc758b68259ff (patch) | |
tree | 928b8a3c945b858823eeb57304f25c48197e2aa2 /vdr-smarttvweb/smarttvfactory.h | |
parent | 56ef7aaa40b5aff3bce5ace21215acb0be5ab92f (diff) | |
download | vdr-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.h | 5 |
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; |