Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct maximum legacy formats resolution from 720p to 360p #134

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion usage/common-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This is a limitation of the video player itself within FreeTube. The higher qual

For more information, check out the [Video Formats](/usage/video-formats/#dash) page about DASH.

## Videos Are Only Limited to 720p
## Videos Are Only Limited to 360p

Your video player is either set to use Legacy formats, or your video player is having issues with playing the DASH formats and reverting to legacy. If this is a continuous problem, please create an issue in the FreeTube repository and we can investigate this further.

Expand Down
2 changes: 1 addition & 1 deletion usage/video-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A current limitation is that videos will max out at 1080p. This is not a limitat

Legacy formats are more of a term coined specifically for FreeTube. YouTube provides a small number of video streams that are traditional MP4 files with the video and audio combined and do not take advantage of DASH. These videos are labeled as "Legacy" videos within FreeTube.

The main limitation of Legacy formats is that a legacy video will never have a quality above 720p.
The main limitation of Legacy formats is that a legacy video will never have a quality above 360p.

One benefit of the Legacy formats is that they are easier to play compared to DASH. Legacy formats use less resources and less bandwidth which makes them preferred for low spec devices like a Raspberry Pi.

Expand Down