mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-10 07:42:19 -05:00
cobalt falls back to h264 when trying to download with av1 codec #759
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @osscleaner on GitHub (Mar 17, 2025).
bug description
When choose to download in 8k or 4k format, the main instance download 1080p instead.
reproduction steps
screenshots
No response
links
platform information
Windows 11 Firefox 136
additional context
No response
@wukko commented on GitHub (Mar 17, 2025):
cobalt falls back to h264 if av1 & vp9 aren't available:
enabling HLS & switching to VP9 might help, though we don't control what formats youtube returns.
this is caused by us having to switch to the iOS client due to android client being cut off by youtube. it usually doesn't have av1 adaptive formats at all, so cobalt always falls back. HLS playlists tend to have 4k vp9 though.
btw, i already answered this question before