mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
feat:mpv
This commit is contained in:
22
dotfiles/.config/mpv/script-opts/webtorrent.conf
vendored
Normal file
22
dotfiles/.config/mpv/script-opts/webtorrent.conf
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Path to save downloaded files in. Can be set to "memory" to store all files in RAM.
|
||||
path=~/
|
||||
# Maximum number of connections.
|
||||
maxConns=100
|
||||
# Port to use for webtorrent web-server.
|
||||
# If it's already in use a random port will be chosen instead.
|
||||
port=8888
|
||||
# Enable μTP support.
|
||||
utp=yes
|
||||
# Enable DHT.
|
||||
dht=yes
|
||||
# Enable local service discovery.
|
||||
lsd=yes
|
||||
# Download speed limit in bytes/sec.
|
||||
downloadLimit=-1
|
||||
# Upload speed limit in bytes/sec.
|
||||
uploadLimit=-1
|
||||
# Specify the node command to use.
|
||||
# Usefull if the command is called nodejs on your system.
|
||||
node_path=node
|
||||
|
||||
# The same text style options as in stats.conf is also available.
|
||||
Reference in New Issue
Block a user