feat: some initial content to kick things off

This commit is contained in:
Gabriele Musco 2023-12-04 19:35:06 +00:00
parent 7ec81a3efd
commit 89b3d13785
13 changed files with 106 additions and 25 deletions

View file

@ -0,0 +1,16 @@
---
weight: 100
title: Video Players
---
# Video Players
AVPro based video players are notoriously buggy on Linux, causing issues such as high memory usage, crashing or just straight out not working.
## Stream from video player to ffplay/MPV
When in a VRChat world, if a video player fails to play, you can instead run [this script](https://gist.github.com/galister/1a971254af72bb2a5bc27740e984bce2).
You might need to adapt it in case you installed VRChat in another disk and not in your home folder.
It essentially grabs the URL from the VRChat logs and opens it in ffplay (for RTMP streams) or MPV.