Videoplayer issues

This is what I get when I checked the logs:

"WindowsVideoMedia error 0x80070005 while reading
(insert big url here)

Context: MFCreateSourceReaderFromURL
Error details: Error general de acceso denegado"


How do I fix this error? (Ik my device is in Spanish)

If you are experiencing issues with the video player in VRChat, you can try the following steps to fix it:

  1. Exit VRChat.

  2. Press your Windows Key + R and type “certmgr.msc” into the window. Press ok. You can also type this into the Windows search bar.

  3. Go to Menu, then Action, then Find Certificates.

  4. In the “Contains” field, type “google”.

  5. In the “Look in fields:” field, choose “issued to”.

  6. Click “Find Now”.

  7. Select all the expired certificates.

I checked them, none of them are expired

I wonder if this is more AI usage, like I can understand adding a cert, but it sounds like their advice is heading towards clearing old root certs which is likely done already.

What i do is manually replacing the yt-dlp.exe with the latest from the github and exclude the whole vrchat game folder and the vrchat appdata folder in windows defender (i don’t use any other security software) and it works 99 out 100 times

imma try that :) If it works, I’ll mark your reply as solved

1 Like

I din’t work :frowning:

Recent screenshot, I checked the logs again, not WindowsVideoMedia anymore but this

The reason that error lists so many different possibly is because it’s a general error… check a few lines above where it talks about yt-dlp, if it says that a url resolves to the exact same url, yt-dlp did nothing.

1 Like

Here


I also found this, I don’t know if this is causing my issue

The message where the YouTube link resolves to that really long Google video url is what yt-dlp is supposed to do. Like it’s at least doing it’s part.

If it comes back with a long ass URL and VRChat can’t play it, I’m not sure what to suggest, as that’s how it’s currently working for whatever percentage of people are working.

Possibly unrelated but Google drive sets a cookie, and there is no way for the yt-dlp resolver to pass a cookie to media foundation. If YouTube added a mere cookie test to it, they could stop VRChats ability to do YouTube cold. Maybe they’re testing something in a few locations?

1 Like

Probably, because for example: 95% of the videos give me an error, 5% load fine


more stuff about my issue, all of my errors only happens with youtube links

I encountered this issue yesterday, with the yt-dlp VRChat is distributing, while testing the VRC Beta, and what I usually do to fix this is download the latest compiled binary from the yt-dlp GitHub repo, replace the one in AppData, set the file to read-only, and set the integrity level to medium (since it’s an unsigned binary running under AppData\LocalLow). This is, of course, not an amazing idea, as setting the integrity level of the binary to medium creates the potential for abuse, though the risk of exploitation is likely very low - just be aware. Here’s a couple lines of PowerShell that will delete the existing yt-dlp, replace it with one you download, set it to read-only, and set the integrity level to medium with icacls:

# Replace "C:\Users\Username\Downloads\yt-dlp.exe" with the path to a known working copy of yt-dlp:
$PathToGoodYtDlp = "C:\Users\Username\Downloads\yt-dlp.exe"
Remove-Item -Path "$env:APPDATA\..\LocalLow\VRChat\VRChat\Tools\yt-dlp.exe" -Force
Copy-Item -Path $PathToGoodYtDlp -Destination "$env:APPDATA\..\LocalLow\VRChat\VRChat\Tools\yt-dlp.exe"
Set-ItemProperty -Path "$env:APPDATA\..\LocalLow\VRChat\VRChat\Tools\yt-dlp.exe" -Name IsReadOnly -Value $true
icacls "$env:APPDATA\..\LocalLow\VRChat\VRChat\Tools\yt-dlp.exe" /setintegritylevel medium

I couldn’t figure out what the issue was with the yt-dlp VRC downloads - much like your example in the logs, it looks like yt-dlp is resolving videos correctly, but the failing URL from the VRC yt-dlp is slightly different than the working one I get from using my own yt-dlp binary.

1 Like

Bad news:

I checked cross platform (Android) and I’m having the same issue! Again, It’s only with YouTube

I don’t know if is my IP address or even my account, I don’t wanna create another just for this problem

It didnt work for me, still not loading.
Amazing how long they are fixing it.

1 Like

Btw mine is stopped working after the crash, even if I removed everything and reinstalled it didnt help. Maybe related to the last update

1 Like

I got this issue during an update, I din’t moved anything and apparently it started out of nowhere

Yep and nobody from vrc team cares to help

1 Like