mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-05-03 20:54:24 +02:00
feat: some initial content to kick things off
This commit is contained in:
parent
7ec81a3efd
commit
89b3d13785
13 changed files with 106 additions and 25 deletions
16
content/docs/vrchat/video_players.md
Normal file
16
content/docs/vrchat/video_players.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue