David
David
I can't find anything in the mpv manual. I don't think it's possible.
Confirmed. But this hook only passes the option along to the webtorrent library. I don't know why it doesn't work.
`[webtorrent] Failed to get node script path` This error can occur if the `node` command is not available in your path. My best guess is that the command is called...
OK. so my initial assessment was wrong. On windows it should be called `node`. Please post the output from running the following commands in cmd (not powershell): 1. `node --version`...
The output from `dir` is interesting. There are multiple things that differs from the machine i'm testing on. * Your symlink is relative while for me it's absolute. I would...
Since speed-limits aren't supported by the webtorrent library i can't add it. If it's added to webtorrent, then I can add the options to this app as well. FYI webtorrent...
I believe I've found the issue. In the `matchPath` function. Change the following: ```` memo[paramName] = safelyDecodeURIComponent( captureGroups[index] || "", paramName ); ```` To: ```` if (paramName === "*") {...
I have been doing some tests on this and it seems what the issue is caused by the grouping of all elements into the viewport element. It appears that if...
An issue has been opened on the Microsoft Edge issue tracker. https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/17834219/
webtorrent now supports this, I have added options for this in version 1.4.0