Skip to content

Commit

Permalink
add missing dependency to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CrispyPin committed Mar 11, 2022
1 parent 75e55d5 commit f7924b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Dumb workaround that allows you to play video player content from a vrchat world in mpv instead, since they don't work in proton yet.

## setup
requires `mpv python3 mono`
requires `mpv yt-dlp python3 mono`

build+install with `make install`
run `vrc-mpv.py` to play videos with mpv when they are requested by vrchat
Expand Down
2 changes: 1 addition & 1 deletion src/vrc-video-url-handler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ true >> vrc-video-url-handler.log
echo $1 > /tmp/VRC_VIDEO_URL

# if you need the raw url back in vrc (also compile with RETURN_URL)
# you also need to place yt-dlp in the vrchat install folder since the path is not accessible.
# you also need to place yt-dlp in the vrchat install folder since the system path is not accessible.

#./yt-dlp --no-cache-dir --rm-cache-dir -f 'mp4[height<=?1080]/best[height<=?1080]' --get-url $1 > /tmp/VRC_VIDEO_RAW_URL

Expand Down

0 comments on commit f7924b5

Please sign in to comment.