mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-14 04:10:25 +01:00
16 lines
608 B
Markdown
16 lines
608 B
Markdown
---
|
|
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.
|