Shorten time between sending chunks of video stream

This commit is contained in:
Alex Liebowitz 2016-10-02 02:03:37 -04:00
parent a6fcd5d1f2
commit 2253943eba

View file

@ -246,7 +246,7 @@ class EncryptedFileStreamer(object):
# How long to wait between sending blocks (needed because some
# video players freeze up if you try to send data too fast)
stream_interval = 0.01
stream_interval = 0.005
# How long to wait before checking if new data has been appended to the file
new_data_check_interval = 0.25