redlib: default to HLS, Reddit dropped the mp4 fallback
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
c140471ada
commit
9b8e0b5242
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
address = "127.0.0.1";
|
||||
port = 8087;
|
||||
|
||||
# Reddit stopped returning the plain-MP4 fallback_url, so redlib renders
|
||||
# <video src=""> unless HLS is on — the browser then reports no playable
|
||||
# source. HLS is the only working path for v.redd.it now.
|
||||
settings.REDLIB_DEFAULT_USE_HLS = "on";
|
||||
|
||||
# nixpkgs pins a Dec 2025 redlib that talks to Reddit over plain rustls.
|
||||
# Reddit fingerprints TLS and 403s every oauth.reddit.com call from it —
|
||||
# the token mints fine, then every API request fails. Upstream main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue