forked from platypush/platypush
Minimum torrent download size before streaming: 10->15 MB
This commit is contained in:
parent
bc81f9bed6
commit
bcb60ed218
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue