univrsal / spectralizer

Audio visualizer plugin for obs-studio
GNU General Public License v2.0
588 stars 57 forks source link

Not appearing as a source in OBS #22

Closed orhochris closed 3 years ago

orhochris commented 4 years ago

I've tried installing this in a number of places and no matter what I do, it never appears as a source. I've tried extracting to the OBS-studio folder, the plugins folder, the 64 bit folder, and more folders up and down the chain. No matter what I try, I have no evidence that this is functioning.

univrsal commented 4 years ago

What operating system are you on? I need the obs log after you tried installing it. log if you are on windows please follow this guide closely.

LunarLambda commented 4 years ago

I couldn't get it to work either (Linux 64-bit)

https://obsproject.com/logs/iaBL__zjsdhOv5Jh

univrsal commented 4 years ago

I couldn't get it to work either (Linux 64-bit)

https://obsproject.com/logs/iaBL__zjsdhOv5Jh

It's not loading the plugin. Did you read and follow the installation section on the obs forums?

BLCRAFT210 commented 4 years ago

I got this to work following the instructions on Linux 64 bit.

LunarLambda commented 4 years ago

I followed the instructions from the forums

.config/obs-studio/plugins/spectralizer:
drwxr-xr-x - luna  7 Feb 13:37 bin/
drwxr-xr-x - luna  7 Feb 13:37 data/

.config/obs-studio/plugins/spectralizer/bin:
drwxr-xr-x - luna  7 Feb 13:37 64bit/

.config/obs-studio/plugins/spectralizer/bin/64bit:
.rwxr-xr-x 548k luna  7 Feb 13:37 spectralizer.so*

.config/obs-studio/plugins/spectralizer/data:
drwxr-xr-x - luna  7 Feb 13:37 locale/

.config/obs-studio/plugins/spectralizer/data/locale:
.rw-r--r-- 1,2k luna  7 Feb 13:37 en-US.ini
.rw-r--r-- 1,1k luna  7 Feb 13:37 ko-KR.ini

It does not work. I'm using fftw 3.3.8-3. Obs version 25.0.8-1.

LunarLambda commented 4 years ago

It appears the plugin is missing some symbols OBS is expecting

LD_DEBUG=libs obs |& grep -i spectralizer:

      5096: calling init: /home/luna/.config/obs-studio/plugins/spectralizer/bin/64bit/spectralizer.so
      5096: /home/luna/.config/obs-studio/plugins/spectralizer/bin/64bit/spectralizer.so: error: symbol lookup error: undefined symbol: obs_module_post_load (fatal)
      5096: /home/luna/.config/obs-studio/plugins/spectralizer/bin/64bit/spectralizer.so: error: symbol lookup error: undefined symbol: obs_module_name (fatal)
      5096: /home/luna/.config/obs-studio/plugins/spectralizer/bin/64bit/spectralizer.so: error: symbol lookup error: undefined symbol: obs_module_author (fatal)

Completely inexplicably, the source does show up now. Though the plugin seems to be incompatible with glava.

univrsal commented 4 years ago

Those functions are optional, so they don't prevent it from loading. What do you mean by incompatible with glava?

LunarLambda commented 4 years ago

glava is a desktop audio visualizer program. when it is running, spectralizer fails to capture desktop audio.

On Tue, 30 Jun 2020 at 14:07, Alex notifications@github.com wrote:

Those functions are optional, so they don't prevent it from loading. What do you mean by incompatible with glava?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/univrsal/spectralizer/issues/22#issuecomment-651750493, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJI55IX2BQJHPYLQFZMDJJLRZHIRDANCNFSM4NJ4TWLQ .

univrsal commented 4 years ago

What audio input are you using? An obs audio source or an mpd fifo? Because fifos can only be accessed by one process, you'll have to add a new fifo for each process.

LunarLambda commented 4 years ago

Desktop Audio, though I can switch to OBS media source. It's just something I noticed while setting things up

On Tue, 30 Jun 2020, 20:06 Alex, notifications@github.com wrote:

What audio input are you using? An obs audio source or an mpd fifo? Because fifos can only be accessed by one process, you'll have to add a new fifo for each process.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/univrsal/spectralizer/issues/22#issuecomment-651955133, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJI55ITGZR5MUNAGEIVY46DRZISQZANCNFSM4NJ4TWLQ .

spartagp commented 3 years ago

I've tried installing this in a number of places and no matter what I do, it never appears as a source. I've tried extracting to the OBS-studio folder, the plugins folder, the 64 bit folder, and more folders up and down the chain. No matter what I try, I have no evidence that this is functioning.

spartagp commented 3 years ago

https://obsproject.com/logs/wOgUkQMQHkAn3suN

univrsal commented 3 years ago

https://obsproject.com/logs/wOgUkQMQHkAn3suN

Just use the installer once I make the new release