Minimum torrent download size before streaming: 10->15 MB

This commit is contained in:
Fabio Manganiello 2019-02-19 10:42:51 +01:00
parent bc81f9bed6
commit bcb60ed218
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ class MediaWebtorrentPlugin(MediaPlugin):
_supported_media_plugins = {'media.mplayer', 'media.omxplayer',
'media.mpv', 'media.webtorrent'}
# Download at least 10 MBs before starting streaming
_download_size_before_streaming = 10 * 2**20
# Download at least 15 MBs before starting streaming
_download_size_before_streaming = 15 * 2**20
_web_stream_ready_timeout = 120