"Browser Source" source missing in Ubuntu 24

raleighlittles

New Member
The "Browser Source" source element is missing from OBS on Ubuntu 24. See screenshot attached.

Log file: https://obsproject.com/logs/0iNvcTzOQFXDlsrN

OBS version: 30.0.2.1-3build1

OS version: Ubuntu 24.04.1 LTS
Kernel: 6.8.0-41-generic
 

Attachments

  • Screenshot from 2024-09-02 15-25-22.png
    Screenshot from 2024-09-02 15-25-22.png
    64.5 KB · Views: 24

Tuna

Member
Use the PPA or Flatpak as the OBS page instructs. If Ubuntu does not package the browser, take that issue to them.
 

AaronD

Active Member
From the last sticky thread in this subforum:
Code:
sudo apt-add-repository ppa:obsproject/obs-studio
sudo apt update
sudo apt install obs-studio
Or if OBS is already installed natively, change the last line to sudo apt upgrade or sudo apt full-upgrade.

Don't use flatpak or any other container for OBS. Yes, they exist, but most of the questions about things not working seem to come from containers. Containers are meant for security and portability. They're fine for things that are entirely self-contained and don't need much connection to anything else, but OBS practically needs to access major parts of the entire machine. (this is also why it doesn't work so well on virtual machines) A container can be made to work, but by the time you jump through all of those hoops, you've pretty well nullified the purpose of the container, and kept the downsides.

Don't use containers for OBS. Always install it natively. And since it seems that the distribution repos can't be trusted to have a decent version (again), you'll need to get it from our PPA, as above. (or build it from source; that works too)
 
Top