Forget to start Encode Daemon TAT
This commit is contained in:
parent
1e039fb1c9
commit
d9627a3ced
@ -172,6 +172,9 @@ if __name__ == "__main__":
|
|||||||
_preT = datetime.strftime(datetime.now(), "%Y%m%d_%H%M.ts")
|
_preT = datetime.strftime(datetime.now(), "%Y%m%d_%H%M.ts")
|
||||||
t = threading.Thread(target=download, args=(_preT,))
|
t = threading.Thread(target=download, args=(_preT,))
|
||||||
ut = threading.Thread(target=upload, args=(d,))
|
ut = threading.Thread(target=upload, args=(d,))
|
||||||
|
et = threading.Thread(target=encode)
|
||||||
|
et.setDaemon(True)
|
||||||
|
et.start()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
if api.isLive:
|
if api.isLive:
|
||||||
|
Reference in New Issue
Block a user