mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-05-03 12:44:23 +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
8
content/docs/vrchat/_index.md
Normal file
8
content/docs/vrchat/_index.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: VRChat
|
||||
weight: 50
|
||||
---
|
||||
|
||||
# VRChat
|
||||
|
||||
The most popular social VR game, here are resources to get the best experience on Linux.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
weight: 0
|
||||
---
|
||||
|
||||
# VRChat
|
||||
|
||||
Foo bar baz
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
weight: 9000
|
||||
---
|
||||
|
||||
# test page
|
||||
|
||||
Lorem ipsum dolor sit amet, qui minim labore adipisicing minim sint cillum sint consectetur cupidatat.
|
||||
|
||||
Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet. Nisi anim cupidatat excepteur officia. Reprehenderit nostrud nostrud ipsum Lorem est aliquip amet voluptate voluptate dolor minim nulla est proident. Nostrud officia pariatur ut officia. Sit irure elit esse ea nulla sunt ex occaecat reprehenderit commodo officia dolor Lorem duis laboris cupidatat officia voluptate. Culpa proident adipisicing id nulla nisi laboris ex in Lorem sunt duis officia eiusmod. Aliqua reprehenderit commodo ex non excepteur duis sunt velit enim. Voluptate laboris sint cupidatat ullamco ut ea consectetur et est culpa et culpa duis.
|
8
content/docs/vrchat/unity.md
Normal file
8
content/docs/vrchat/unity.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
weight: 900
|
||||
title: Unity
|
||||
---
|
||||
|
||||
# Unity
|
||||
|
||||
For the best experience, we found that running Unity from [Flatpak](https://flathub.org/apps/com.unity.UnityHub) is usually preferred.
|
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