LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-07-2022, 08:34 AM   #1
paulomatheus
LQ Newbie
 
Registered: Jan 2022
Location: Imperatriz-MA, Brazil
Distribution: Slackware
Posts: 24

Rep: Reputation: 2
Browser source in OBS - Slackware current.


Hello. I've installed OBS via Alien Bob's packages. And I notice that OBS do not have the Browser Source. So, I googled and found in obs-studio.SlackBuild change log that Alien disabled "the obs-browser since that requires CEF (Chromium Embedded Framework)". So, my question is: Is that a way to enable it? Or this is something that it's not possible?
Thanks.

(The link to the OBS .SlackBuild and changelog: http://www.slackware.com/~alien/slac...dio.SlackBuild)
 
Old 12-07-2022, 08:39 AM   #2
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 905

Rep: Reputation: 695Reputation: 695Reputation: 695Reputation: 695Reputation: 695Reputation: 695
Briefly looking at the SlackBuild script on SBo it looks like CEF is included:

https://slackbuilds.org/repository/1...ia/obs-studio/

Have you tried that one? Obviously it's going to be more work because you have to compile it yourself (and all its dependencies).

(Review https://slackbuilds.org/howto/ if you're not familiar using slackbuilds.org.)
 
Old 12-07-2022, 08:43 AM   #3
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 905

Rep: Reputation: 695Reputation: 695Reputation: 695Reputation: 695Reputation: 695Reputation: 695
Here is the full dependency tree for obs-studio (with a few optional packages added in). It's been quite a while since I actually used obs-studio, but I still keep it up to date in case I need to use it again

Code:
================================================================================
multimedia/obs-studio                                                   18:26:43
================================================================================

Calculating dependencies ... 
Hints for multimedia/vlc:
  ADDREQUIRES="dav1d"
Hints for system/gnome-vfs:
  ADDREQUIRES="avahi"
Dependency tree:
multimedia/obs-studio (ok)
  multimedia/x264 (ok)
  multimedia/vlc (ok)
    system/gnome-vfs (ok)
      network/avahi (ok)
        libraries/libdaemon (ok)
      misc/gnome-mime-data (ok)
      libraries/libbonobo (ok)
        libraries/ORBit2 (ok)
    network/avahi (ok)
      libraries/libdaemon (ok)
    multimedia/zvbi (ok)
    multimedia/x265 (ok)
    multimedia/x264 (ok)
    multimedia/vcdimager (ok)
    multimedia/schroedinger (ok)
    multimedia/rtmpdump (ok)
    multimedia/dirac (ok)
    misc/projectM (ok)
    libraries/live555 (ok)
    libraries/libtar (ok)
    libraries/libsidplay2 (ok)
    libraries/libshout (ok)
    libraries/libnfs (ok)
    libraries/libmpeg2 (ok)
    libraries/libmodplug (ok)
    libraries/libminizip (ok)
    libraries/libkate (ok)
    libraries/libdvdcss (ok)
    libraries/libdvbpsi (ok)
    libraries/libdca (ok)
    libraries/libdc1394 (ok)
    libraries/libavc1394 (ok)
    libraries/libass (ok)
    libraries/gsm (ok)
    libraries/dav1d (ok)
    libraries/chromaprint (ok)
    development/protobuf3 (ok)
    development/portaudio (ok)
      audio/jack (ok)
        audio/celt (ok)
    development/lua (ok)
    audio/twolame (ok)
    audio/musepack-tools (ok)
      libraries/libreplaygain (ok)
      libraries/libcuefile (ok)
    audio/jack (ok)
      audio/celt (ok)
    audio/faad2 (ok)
    audio/faac (ok)
  multimedia/rtmpdump (ok)
  libraries/mbedtls (ok)
  libraries/libfdk-aac (ok)
  development/luajit (ok)
    development/lua (ok)
  audio/jack (ok)
    audio/celt (ok)
  audio/faac (ok)

multimedia/obs-studio is up-to-date (version 28.0.2).
This output is from slackrepo, which helps with automating the build process.
 
Old 12-07-2022, 08:51 AM   #4
paulomatheus
LQ Newbie
 
Registered: Jan 2022
Location: Imperatriz-MA, Brazil
Distribution: Slackware
Posts: 24

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by drumz View Post
Briefly looking at the SlackBuild script on SBo it looks like CEF is included:

https://slackbuilds.org/repository/1...ia/obs-studio/

Have you tried that one? Obviously it's going to be more work because you have to compile it yourself (and all its dependencies).

(Review https://slackbuilds.org/howto/ if you're not familiar using slackbuilds.org.)
I tried to install OBS previously via SBo and occurred a error, I think it's because of the fact that I use Slackware -current and SBo it's for Slackware 15
So I tried via Alien Bob's packages and it's worked. But, now I notice about that detail of the Browser Source.
 
Old 12-07-2022, 09:53 AM   #5
murdo
Member
 
Registered: Aug 2021
Location: Scotland
Distribution: Slackware64-Current
Posts: 91

Rep: Reputation: 28
I didn't even realise OBS had started supporting the browser source on Linux.

I've been using the Linux Browser plugin, which I see is now considered legacy. Still works for me on 28.1.2, though, so could work as an alternatie if you can't get the official one to work.

Alternatively, if you can install flatpak from Slackbuilds (I didn't encounter any errors there, also on -current), you could try the official OBS flatpak. It looks like that comes with the browser source enabled.

Last edited by murdo; 12-07-2022 at 09:55 AM. Reason: typo :)
 
Old 12-09-2022, 04:52 AM   #6
litelinux
Member
 
Registered: Sep 2018
Location: Taipei/Taichung, TW
Distribution: Slackware
Posts: 101

Rep: Reputation: 58
Had to disable the browser support when I compiled it with the SlackBuild a month ago. The browser build always fails at arbitrary points regardless of the version of CEF I feed it.
 
Old 12-09-2022, 09:25 AM   #7
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,538

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
There's also a patch Alien Bob needed to make it compile with some things turned off, like the web browser. (Check out his slackbuild.)

Speaking of OBS is push-to-talk when mapped to a side mouse button working for anyone else? It's not for me, and it should've been fixed.
 
  


Reply

Tags
obs, obs studio, slackware -current



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Streamlabs shamed into dropping 'OBS' from product name after open-source OBS Project wades into Twitter spat LXer Syndicated Linux News 0 11-19-2021 03:03 AM
[Possible friction SLACKWARE CURRENT] ffmpeg and no acc (ssr and obs) slackjeff Slackware 6 09-01-2021 10:35 AM
LXer: OBS Studio 27 Released With Wayland And PipeWire support, Browser Docks On Linux And macOS LXer Syndicated Linux News 0 06-07-2021 06:13 AM
[SOLVED] Anyone got obs-studio working on slackware current? af7567 Slackware 7 05-16-2016 07:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration