undecV / YourCodecs

A Firefox extension can select to force the YouTube stream videos with H.264 (AVC) VP9, AV1 codecs.
https://addons.mozilla.org/firefox/addon/your-codecs/
MIT License
4 stars 0 forks source link

Extension blocks AV1 #2

Open NicolasLM opened 7 months ago

NicolasLM commented 7 months ago

I use this extension to block VP9 and it works as I don't get VP9 anymore. However it also blocks AV1, so in effect I only get H.264.

Is it possible to tweak the extension so that it blocks only VP9 but doesn't change anything else?

undecV commented 2 months ago

Thank you for reaching out. I attempted to integrate support for blocking AVC in the new version, but I encountered the issue you described in my tests as well. Currently, it seems that the options for VP9 and AV1 are linked together on YouTube.

I apologize, but I am not yet sure how to resolve this issue. My modifications were made to an existing extension to meet my specific needs; I am not an expert in this field, and I am not very familiar with JavaScript.

I will continue to monitor this issue and appreciate your understanding.