fix: video players out of date

This commit is contained in:
galister 2024-03-03 10:16:24 +00:00
parent 08259c1955
commit b0d7ad6039

View file

@ -9,9 +9,11 @@ AVPro based video players are notoriously buggy on Linux, causing issues such as
We recommend using [GE-Proton](https://github.com/GloriousEggroll/proton-ge-custom), as it contains extra fixes for Wine's Windows Media Foundation implementation that AVPro uses. This will allow you to play regular videos, MPEG-TS and HLS streams, but not RTSP streams.
For playing RTSP streams, you might want to check out [GE-Proton with RTSP patches](https://github.com/SpookySkeletons/proton-ge-rtsp/releases). Sometimes RTSP streams will require 1 or more manual resyncs to start. Be warned that this Proton version is more experimental and may crash your game.
{{< hint info >}}
The overwhelming majority of live music events utilize RTSP for its low latency which leaves proton users in the dark. Ask your venue for stream links if none are provided at the stage and view the stream in the background with your web browser or hover it in space with either [WlxOverlay](/docs/steamvr/wlxoverlay/) or [WlxOverlay-X](/docs/fossvr/wlxoverlay-x/).
While more and more live music events are seeing the use of MPEG-TS streams, the majority still utilizes RTSP, and so they can be a pain point for Linux users. If it's a smaller venue, you might have luck asking the organizer to use the MPEG-TS option from VRCDN.
{{< /hint >}}
@ -19,6 +21,8 @@ AVPro on GE is currently expected to be stable, with one excpetion of seeking in
## Stream from video player to ffplay/MPV
You may choose to watch RTSP streams on your [WlxOverlay](/docs/steamvr/wlxoverlay/). While audio effects won't work, you will surely not have stability issues.
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.