1
0
Fork 0
isopod.cool/blog/posts/guide_fix_youtube_buffering_firefox/index.php

35 lines
1.9 KiB
PHP
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Guide - How to Make Youtube Videos Buffer All The Way Like The Old Days</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<link href="/blog/comment/comments.css" rel="stylesheet" type="text/css" media="all">
<style>
h1 {
background-image: url('youtube.svg');
}
</style>
</head>
<body>
<h1>guide:</h1>
<h2 id="caption">How to Make Youtube Videos Buffer All The Way Like The Old Days (In Firefox)</h2>
<nav>
<a href="/">home</a>
<a href="/blog">blog</a>
</nav>
<p>Remember when you could pause a video on, like, Youtube and wait and it would eventually load the whole thing so you could watch it with no buffering?</p>
<img src="what_they_took_from_you.png" alt="Comic of a guy pausing a Youtube video and reminiscing tearfully about the old days where it would buffer all the way to the end" />
<p>I happened across a <a href="https://nyxgoddessofcandles.tumblr.com/post/733566253212598272/theres-more-to-do-actually-now-go-to">tumblr post</a> detailing some settings to accomplish that in modern Firefox, and I wanted to document it here.</p>
<p>I can't guarantee that this won't stop working at some point amidst the constant churn of arbitrary updates to websites and browsers alike, but it works for me right now, and if I learn about an updated method this is where it'll be.</p>
<h2>How to do it</h2>
<p>In <code>about:config</code>, change the following settings:</p>
<ul>
<li>Set <code>media.mediasource.enabled</code> to <code>false</code></li>
<li>Set <code>media.cache_readahead_limit</code> and <code>media.cache_resume_threshold</code> to <code>9999</code></li>
</ul>
<?php include("../../comment/form.php"); ?>
</body>
</html>