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