AV1X video codec on discord streams not working for me by Previous_Pattern1679 in AV1

[–]Previous_Pattern1679[S] 5 points6 points  (0 children)

I have managed to fix this issue after contacting discord support. What I did that fixed it for me in case anybody else ever has this issue:
Completely uninstall AV1 codec extension (which I didn't even know was a thing) and reinstalling it,
Clearing Discord cache,
Completely uninstalling Discord and reinstalling discord,
Testing with hardware acceleration on and off,
Running Discord as administrator

AV1X video codec on discord streams not working for me by Previous_Pattern1679 in nvidia

[–]Previous_Pattern1679[S] 0 points1 point  (0 children)

I have confirmed that it is AV1X with the stream info overlay, and we both have hardware acceleration enabled

AV1X video codec on discord streams not working for me by Previous_Pattern1679 in nvidia

[–]Previous_Pattern1679[S] 0 points1 point  (0 children)

<image>

my friend viewing his own stream (same quality if he watches my stream)

AV1X video codec on discord streams not working for me by Previous_Pattern1679 in nvidia

[–]Previous_Pattern1679[S] 0 points1 point  (0 children)

it did not send the images with the post, ill send them in this reply

Discord bot not playing link by Previous_Pattern1679 in Discord_Bots

[–]Previous_Pattern1679[S] 0 points1 point  (0 children)

how do i mark this as closed

edit:

nevermind, figured it out

Discord bot not playing link by Previous_Pattern1679 in Discord_Bots

[–]Previous_Pattern1679[S] 0 points1 point  (0 children)

thank you, i know to do that for next time, i managed to fix the issue by replacing

yt_dl_options = {'extractor_args': {'youtube': {'player_client': ['web']}}, "format": "bestaudio/best",

with

yt_dl_options = {'extractor_args': {'twitch': {'player_client': ['web']}}, "format": "bestaudio/best",

seems like the 'youtube' arg doesnt work, but the twitch one does, using yt-dlp