From b0d7ad603976ced91e3d073f3119e94ae705a537 Mon Sep 17 00:00:00 2001 From: galister <3123227-galister@users.noreply.gitlab.com> Date: Sun, 3 Mar 2024 10:16:24 +0000 Subject: [PATCH] fix: video players out of date --- content/docs/vrchat/video_players.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/docs/vrchat/video_players.md b/content/docs/vrchat/video_players.md index 402a63d..94ce2f1 100644 --- a/content/docs/vrchat/video_players.md +++ b/content/docs/vrchat/video_players.md @@ -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.