Cannot Install OBS on Ubuntu For Raspbery Pi?

Jibun no Kage

New Member
Ubuntu instructions fail...
$ sudo add-apt-repository ppa:obsproject/obs-studio
```
# add-apt-repository ppa:obsproject/obs-studio
Repository: 'Types: deb
URIs: https://ppa.launchpadcontent.net/obsproject/obs-studio/ubuntu/
Suites: oracular
Components: main
'
Description:
Latest stable release of OBS Studio
More info: https://launchpad.net/~obsproject/+archive/ubuntu/obs-studio
Adding repository.
Press [ENTER] to continue or Ctrl-c to cancel.y
Found existing deb entry in /etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-oracular.sources
Hit:1 http://ports.ubuntu.com/ubuntu-ports oracular InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports oracular-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports oracular-backports InRelease
Ign:4 https://ppa.launchpadcontent.net/obsproject/obs-studio/ubuntu oracular InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports oracular-security InRelease
Err:6 https://ppa.launchpadcontent.net/obsproject/obs-studio/ubuntu oracular Release
404 Not Found [IP: 185.125.190.80 443]
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/obsproject/obs-studio/ubuntu oracular Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
```
Never get to this step...
```
$ sudo apt install obs-studio
```
 

AaronD

Active Member
A precompiled package is specific to the chip that it runs on. OBS is designed for x86/64, and the Pi is ARM. That's like English and Chinese worth of difference. Not compatible.

You can build your own package from source though. That works...until a feature breaks because it relies on the hardware working a certain way and yours doesn't.
 

Jibun no Kage

New Member
Yeah... when I looked at the ppa... realized what was going on... no support for ARM in that specific repository. Fortunately, Ubuntu ARM repository has OBS studio, like the Pi OS repository does. So that solved the issue. The only trick I have found I need for Pi hardware is to explicitly tell OBS what GPU to use... MESA_GL_VERSION_OVERRIDE=3.3 when I start obs. I have yet to dig into why this works, explicitly, but found it in a Raspberry Pi forum about using obs on Pi devices.
 

Lukas ThyWalls

New Member
Hello. I was searching for my issue and I found this one.

Maybe also you can't install it in ARM with that PPA, but the OP output error is about that PPA still (as today October 30) doesn't have an Oracular (24.10) version of OBS. I have the same output happens to me in a normal laptop.

It's supposedly that It will be a version when OBS has a new update, but I don't know if it will happen and when.

I write it down because maybe someone else finds this topic too with this output.
 
Top