File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ##0 .9.10 (2016-10-24)
2+ - Changed Max Duration to 4hr, some Android device doesn't seem like like 10hr.
3+
14##0 .9.9 (2016-10-23)
25- Refix for iOS 4.4 after code tweaks.
36
Original file line number Diff line number Diff line change 1- # HDHR Viewer V2 v0.9.8
1+ # HDHR Viewer V2 v0.9.10
22
33import time
44import string
88from lxml import etree
99
1010DEBUGMODE = True
11- TITLE = 'HDHR Viewer 2 (0.9.9 )'
11+ TITLE = 'HDHR Viewer 2 (0.9.10 )'
1212PREFIX = '/video/hdhrv2'
13- VERSION = '0.9.9 '
13+ VERSION = '0.9.10 '
1414
1515
1616#GRAPHICS
5757TIMEOUT_LAN = 1 # LAN Timeout (s); Default = 1
5858CACHETIME = 5 # Cache Time (s); Default = 5
5959MAX_FAVORITES = 10 # Max number of favorites supported; Default = 10
60- VIDEO_DURATION = 36000000 # Duration for Transcoder (ms); Default = 36000000 (10 hours)
60+ VIDEO_DURATION = 14400000 # Duration for Transcoder (ms); Default = 14400000 (4 hours)
6161MAX_SIZE = 90971520 # [Bytes] 20971520 = 20MB; Default: 90971520 (100MB)
6262
6363AUDIO_CHANNELS = 6 # Audio Channels = 2 - stereo; 6 - 5.1
You can’t perform that action at this time.
0 commit comments