home | update mpv config...now no stuttering on utube!
This commit is contained in:
parent
cdc945fb1a
commit
38d3e9ce43
1 changed files with 26 additions and 14 deletions
|
|
@ -5,20 +5,32 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.wrapMpv (pkgs.mpv-unwrapped.override { vapoursynthSupport = true; }) { youtubeSupport = true; };
|
package = pkgs.wrapMpv (pkgs.mpv-unwrapped.override { vapoursynthSupport = true; }) { youtubeSupport = true; };
|
||||||
config = {
|
config = {
|
||||||
cache-on-disk = "yes";
|
|
||||||
cache="yes";
|
cache="yes";
|
||||||
demuxer-max-back-bytes = "100M";
|
cache-on-disk="no";
|
||||||
demuxer-max-bytes = "500M";
|
cache-pause-initial="yes";
|
||||||
demuxer-readahead-secs = "20";
|
cache-pause-wait="5";
|
||||||
pause = "no";
|
cache-secs="3600";
|
||||||
|
demuxer-cache-wait="no";
|
||||||
|
demuxer-donate-buffer="yes";
|
||||||
|
demuxer-max-back-bytes="244141KiB";
|
||||||
|
demuxer-max-bytes="732422KiB";
|
||||||
|
demuxer-readahead-secs="60";
|
||||||
|
demuxer-seekable-cache="auto";
|
||||||
|
demuxer-thread="yes";
|
||||||
|
force-seekable="yes";
|
||||||
|
hls-bitrate="max";
|
||||||
|
hr-seek-framedrop="no";
|
||||||
|
hr-seek="yes";
|
||||||
|
index="default";
|
||||||
save-position-on-quit="yes";
|
save-position-on-quit="yes";
|
||||||
slang = "en";
|
|
||||||
user-agent = "Mozilla/5.0";
|
|
||||||
ytdl-format = "bestvideo+bestaudio";
|
|
||||||
ytdl-raw-options = "no-playlist=";
|
|
||||||
ytdl = "yes";
|
|
||||||
script-opts="ytdl_hook-ytdl_path=/etc/profiles/per-user/don/bin/yt-dlp";
|
script-opts="ytdl_hook-ytdl_path=/etc/profiles/per-user/don/bin/yt-dlp";
|
||||||
# scripts=[ pkgs.mpvScripts.autoload ];
|
# scripts=[ pkgs.mpvScripts.autoload ];
|
||||||
|
slang="en";
|
||||||
|
user-agent="Mozilla/5.0";
|
||||||
|
video-reversal-buffer="488281KiB";
|
||||||
|
ytdl="yes";
|
||||||
|
ytdl-format="bestvideo+bestaudio";
|
||||||
|
ytdl-raw-options="no-playlist=";
|
||||||
};
|
};
|
||||||
profiles = {
|
profiles = {
|
||||||
"protocol.https" = {
|
"protocol.https" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue