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

Selecting a specific video resolution reduces audio quality to minimum #1441

Open
1 task done
AlyoshaVasilieva opened this issue Sep 13, 2022 · 0 comments · May be fixed by TeamPiped/Piped-Backend#777
Open
1 task done
Labels
bug Something isn't working

Comments

@AlyoshaVasilieva
Copy link
Contributor

Official Instance

Describe the bug

Selecting a specific video resolution, instead of using Auto, causes Piped to use the lowest quality Opus audio stream available.

To Reproduce

  1. Go to https://piped.kavin.rocks/ and reset preferences, then set Default Quality to something very high such as 2160p
  2. Open https://piped.kavin.rocks/watch?v=dk_Q4KPBqXg with devtools open, observe that it is using video itag 248 (1080p) and audio itag 251 (160kbps Opus), the highest qualities available
  3. Change video's Resolution from Auto to 1080p
  4. Piped now loads video itag 248 (same as before, highest) and audio itag 249 (50kbps Opus, lowest)

Expected behavior

Setting video resolution to the highest available option should not result in low quality audio.

Logs/Errors

N/A

Browser, and OS with Version.

Firefox 104.0.2 on Windows 10

Additional context

Changing the resolution back to Auto does change audio back to the highest quality stream once the quality switch occurs.

@AlyoshaVasilieva AlyoshaVasilieva added the bug Something isn't working label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant