mrxdst/webtorrent-mpv-hook

[BUG] Cannot download without DHT

Closed this issue · 1 comments

Hi, I have tried to run the webtorrent hook without dht and utp (my qbit setup works flawless with those both turned off) but instead of download i ended up waiting for torrent to start downloading that never happened
Config:

# Path to save downloaded files in.
path=C:\Users\mypc\Desktop\
# Maximum number of connections.
maxConns=1000
# Port to use for webtorrent web-server.
# If it's already in use a random port will be chosen instead.
port=8099
# Enable μTP support.
utp=no
# Enable DHT.
dht=no

image

The webtorrent hook works when i enable DHT but i would prefer having it turned off.

Confirmed. But this hook only passes the option along to the webtorrent library. I don't know why it doesn't work.