Package Details: proton-rtsp-bin 3:11.0_20260609-2

Git Clone URL: https://aur.archlinux.org/proton-rtsp-bin.git (read-only, click to copy)
Package Base: proton-rtsp-bin
Description: Custom Proton build for VRChat livestream support (RTSP/media playback)
Upstream URL: https://github.com/SpookySkeletons/proton-ge-rtsp
Keywords: proton rtsp vrchat
Licenses: custom, BSD, MPL, LGPL, MIT, zlib
Conflicts: proton-rtsp
Provides: proton, proton-rtsp
Submitter: shaybox
Maintainer: shaybox
Last Packager: shaybox
Votes: 14
Popularity: 2.89
First Submitted: 2026-06-29 00:55 (UTC)
Last Updated: 2026-08-17 12:32 (UTC)

Dependencies (23)

Required by (7)

Sources (5)

Latest Comments

1 2 Next › Last »

TipsyTheCat commented on 2026-08-17 14:38 (UTC)

oh, so i know enough to know that you incremented the wrong version number here. you removed those lib32 deps and meant to inc pkgrel not epoch. im still confused why there was an epoch to begin with

TipsyTheCat commented on 2026-08-17 14:35 (UTC)

why is an epoch needed here? im not saying it isn't needed btw, im just curious why it's needed since the package upgrades just fine without an epoch change

shaybox commented on 2026-08-17 12:29 (UTC)

I mean I can remove them, but if they're still needed by Proton it will just cause issues, also proton-ge-custom-bin still requires them too, I think dropping lib32 before major packages stopped depending on them was a mistake by Arch.

OzzyHelix commented on 2026-08-17 09:18 (UTC)

lib32-openal lib32-speex are unmaintained and open this package up to security issues due to unmaintained packages being a attack vector for bad actors maybe consider removing them as dependencies

shaybox commented on 2026-06-28 23:58 (UTC) (edited on 2026-06-29 01:05 (UTC) by shaybox)

Sorry guys, this package isn't out of date, the latest version of Proton GE RTSP is still 10-33-rtsp24

The latest version of RTSP is 11.0-20260609 which is based on Proton Experimental 11, which requires a new package.

I recommend switching the the latest Proton RTSP 11 https://aur.archlinux.org/packages/proton-rtsp-bin

This package will be merged into the new one in an update or two if there's no issues or anyone saying they still need the GE version.

awh commented on 2026-05-20 12:46 (UTC) (edited on 2026-05-20 12:48 (UTC) by awh)

epoch should never be lowered. It needs to be 2 again to unbreak updates.

kuroclef commented on 2026-04-21 11:35 (UTC)

warning: downgrading package proton-ge-custom-rtsp-bin (2:GE_Proton10_33_rtsp22-4 => 1:GE_Proton10_33_rtsp23-4)

deadly4u commented on 2026-03-30 14:45 (UTC)

The issue with the incorrect URL has been resolved.

PetLucy commented on 2026-03-29 22:30 (UTC)

Same issue here. Missing the "-4" in the url in the pkgbuild as deadly4u pointed out. Also, thanks for all the work you do on this project.

deadly4u commented on 2026-03-29 14:31 (UTC) (edited on 2026-03-29 14:46 (UTC) by deadly4u)

To add to what Iced_Eagle said: The link to the release file in the PkgBuild should be GE-Proton10-33-rtsp22-4.tar.gz not GE-Proton10-33-rtsp22.tar.gz

In PKGBUILD

source=("${_pkgver}_${pkgrel}.tar.gz::${url}/releases/download/${_pkgver}/${_pkgver}.tar.gz"

should be

source=("${_pkgver}_${pkgrel}.tar.gz::${url}/releases/download/${_pkgver}/${_pkgver}-${pkgrel}.tar.gz"