-
-
Notifications
You must be signed in to change notification settings - Fork 786
Open
TeamPiped/Piped-Backend
#777Labels
bugSomething isn't workingSomething isn't working
Description
Official Instance
- The bug is reproducable on the official hosted instance or is API related.
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
- Go to https://piped.kavin.rocks/ and reset preferences, then set Default Quality to something very high such as 2160p
- 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
- Change video's Resolution from Auto to 1080p
- 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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working