Open Broadcasting Studio (OBS) not working in Bionicpup64

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
gabtech
Posts: 107
Joined: Sun 14 Apr 2013, 11:42

Open Broadcasting Studio (OBS) not working in Bionicpup64

#1 Post by gabtech »

Hello puppians. Is there a working copy of open broadcasting studio (obs). The one I installed from ppm on my bionicpup64 is not working.

Illutorium
Posts: 170
Joined: Wed 06 Aug 2014, 07:12

Re: OBS APP

#2 Post by Illutorium »

gabtech wrote:Hello puppians. Is there a working copy of open broadcasting studio (obs). The one I installed from ppm on my bionicpup64 is not working.
URL: "https://github.com/obsproject/obs-studio"
Additonal depend of Pass-compile: "Qt Framework"

So you Can try build at OBS on to "Portable side":
1. cd ~/OBS-(build name)
2. cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr (UPDATE of 14 August 2019: Could be useful at without "Portable Mode")
3. make -j4 && make install

Can be pass even of 2GB RAM but Recommend without of Lags are be 3GB/4GB RAM

Useless files if be come lags of 2GB RAM from Begin:
.github (Folder)
/CI: All of Mac OS X/Windows except of Linux
/UI: win-update
/cmake: winrc/osxbundle
/plugins: Same of a CI at names (but of 2,5MB)
/test: Too of names as a /CI and /plugins will be knowing

When on "x5-Z8350" (Cherry Trail) at 2GB RAM are be comes of 24FPS {Cinematic} with Ultrafast encoding of x264 and a Fastest method with a Blurry|on VAAPI: 18FPS (on Lubuntu 18.10 are be comes at 8FPS)

Also: "OBS at Portable mode" > "OBS at AppImage mode" - cause can support at VAAPI for Now. - x264 it's better for Streaming, but for Recording: VAAPI it's better.

UPDATE [13/8/2019]:

If you want use with PulseAudio then:

1. Try to compile "automake" if be come fail|Command: ./configure --prefix=/usr --docdir=/usr/share/doc/automake-{Newest build} --build=x86_64-fatdog-linux-gnu
2. Compile of Newest ALSA|Command: ./configure --prefix=/usr --libdir=/usr/lib64 --build=x86_64-fatdog-linux-gnu
3. And a Compile "PulseAudio"|Command: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib64 --build=x86_64-fatdog-linux-gnu
Both can use of "make install-strip"

When if you want a Turn on Accurately at PulseAudio then: {From "askubuntu.com/questions/751750/pulseaudio-on-root-usermode"}

1. addgroup --system pulse
2. adduser --system --ingroup pulse --home /var/run/pulse pulse
3. addgroup --system pulse-access
4. adduser pulse audio
Command for PulseAudio: pulseaudio -D (because with "--system --disallow-exit --disallow-module-loading" it's a "Root" not "Spot" as OBS be would)
If be fail again then: "killall pulseaudio"

UPDATE #2 [14/8/2019]:

You can build of Web Browser (for eg. TipAndDonation) {URL: https://github.com/bazukas/obs-linuxbrowser and Accurately of Make build is https://aur.archlinux.org/cgit/aur.git/ ... rowser-git }


Post Reply