forked from LBRYCommunity/lbry-sdk
Shorten time between sending chunks of video stream
This commit is contained in:
parent
a6fcd5d1f2
commit
2253943eba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue