We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6184820 commit d02f37aCopy full SHA for d02f37a
acedefconfig.py
@@ -39,6 +39,7 @@ class AceDefConfig(object):
39
#transcodecmd['default'] = 'ffmpeg -i - -c:a copy -c:v copy -f mpegts -'.split()
40
videoseekback = 0
41
videotimeout = 30
42
+ use_chunked = True # Enable HTTP/1.1 chunked transfer encoding for streaming
43
fakeuas = ('Mozilla/5.0 IMC plugin Macintosh', )
44
loglevel = logging.DEBUG
45
logfmt = '%(filename)-20s [LINE:%(lineno)-4s]# %(levelname)-8s [%(asctime)s] %(message)s'
0 commit comments