WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED] vlc.tcz and pulseaudio output may be missing?  (Read 4598 times)

aus9

  • Guest
[SOLVED] vlc.tcz and pulseaudio output may be missing?
« on: October 15, 2012, 05:52:33 PM »
Hi Arslan S.

TC  bit version with vlc version  2.0.1 and updates says ok

files for vlc suggest

Code: [Select]
usr/local/lib/vlc/plugins/audio_output/libpulse_plugin.la
usr/local/lib/vlc/plugins/audio_output/libpulse_plugin.so

should give me pulseaudio output plugins (plugouts? heh heh)

but when I start vlc, click Tools click plugins and extns
search plugins for keywords  "audio  output" , I can not see pulse mentioned
ditto if I chose pulseaudio

so when I try to choose PA by tools -> preferences -> audio  pulldown output, no pulse seen

any clues what I am doing wrong?
« Last Edit: October 31, 2012, 06:19:18 PM by aus9 »

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: vlc.tcz and pulseaudio output may be missing?
« Reply #1 on: October 15, 2012, 10:36:36 PM »
you should run vlc with debug level 3 to check whether the plugin is loaded
Code: [Select]
vlc -vvv

aus9

  • Guest
Re: vlc.tcz and pulseaudio output may be missing?
« Reply #2 on: October 16, 2012, 02:25:45 AM »
thanks I will show first dbus
Code: [Select]
/usr/local/etc/init.d/dbus status
dbus is running.


Code: [Select]
vlc -v
VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/access/libaccess_dv_plugin.so' (libavc1394.so.0: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/access/libaccess_jack_plugin.so' (libjack.so.0: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/access/libaccess_mtp_plugin.so' (libmtp.so.8: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/access/libdc1394_plugin.so' (libdc1394.so.22: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/access/liblibbluray_plugin.so' (libbluray.so.1: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/access/libpulsesrc_plugin.so' (libpulsecommon-1.1.so: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/access/libv4l2_plugin.so' (libv4l2.so.0: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/audio_output/libjack_plugin.so' (libjack.so.0: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/audio_output/libpulse_plugin.so' (libpulsecommon-1.1.so: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/codec/libx264_plugin.so' (libx264.so.124: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/control/liblirc_plugin.so' (liblirc_client.so.0: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/demux/libgme_plugin.so' (libgme.so.0: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/misc/libgnutls_plugin.so' (libgnutls.so.26: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/notify/libnotify_plugin.so' (libnotify.so.1: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/services_discovery/libmtp_plugin.so' (libmtp.so.8: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/services_discovery/libpulselist_plugin.so' (libpulsecommon-1.1.so: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/services_discovery/libupnp_plugin.so' (libupnp.so.6: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/text_renderer/libsvg_plugin.so' (librsvg-2.so.2: cannot open shared object file: No such file or directory)
[0x9c460c8] main libvlc warning: cannot create /tmp/tcloop/vlc/usr/local/lib/vlc/plugins/plugins.dat.8566 (Read-only file system)
[0x9c460c8] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.

that tmp issue may explain the last error
Code: [Select]
cannot create /tmp/tcloop/vlc/usr/local/lib/vlc/plugins/plugins.dat.8535 (Read-only file system)

looking at libpulsecommon I do have a file, wrong version,  so I tried to be smart and failed quickly trying to sym link to tmp so tried this but still no luck and
Code: [Select]
ln -s /tmp/tcloop/libpulseaudio/usr/local/lib/pulseaudio/libpulsecommon-2.0.so /usr/local/lib/libpulseaudio/libpulseaudiocommon-1.1.so

error unchanged before and after sym link.

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: vlc.tcz and pulseaudio output may be missing?
« Reply #3 on: October 16, 2012, 02:52:04 AM »
i have updated vlc compiled against latest pulseaudio it will be in line soon but till then i will pm you a link to download it

aus9

  • Guest
Re: vlc.tcz and pulseaudio output may be missing?
« Reply #4 on: October 16, 2012, 08:37:53 AM »
Hi

thats wonderful service thanks heaps

I won't snapshot as you probably have tested yourself.

vlc now has option for pulseaudio

edit dropbox a few days ago was ok
« Last Edit: October 22, 2012, 06:00:32 AM by aus9 »

aus9

  • Guest
Re: vlc.tcz and pulseaudio output may be missing?
« Reply #5 on: October 22, 2012, 05:53:20 AM »
sorry to trouble you again.

On the weekend I got around to looking at APPS and updates and noticed your tcz had hit the mirrors. So I deleted the "dropbox" version ...which is vlc for 32 bit TC and ran apps to download install vlc as onboot.

running vlc I could not see pulseaudio plugin.

As I has also changed a number of onboot items, initially I thought it was just me and spent a couple of days testing out various onboots....and strangely ....when I resorted to re-inserting the dropbox version....I still lost pulseaudio plugin.

Before I show my new output, another strange thing occurred which I have just noticed.
Yep I am a slow learner

/ (or root) has libva sitting there, I don't want to report it to TCB forum as I may be the only user affected

Code: [Select]
ls /
bin/  etc/   init  libva.tcz  opt/   root/  sbin/  tmp/  var/
dev/  home/  lib/  mnt/       proc/  run/   sys/   usr/

so then I started to look at the depends as your dropbox md5sum was a match to the apps for the depends file....my eyesight may not be the best, but do you think that updated packages in depends could be the reason?

Quote
(at least)
glib2 updated 21 oct 2012
libxml2 same date

Finally as it might just be me,  here is new error....qt4

Code: [Select]
vlc -v
VLC media player 2.0.4 Twoflower (revision 2.0.3-289-g6e6100a)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/access/libaccess_http_plugin.so' (libproxy.so.1: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/access/libdtv_plugin.so' (libdvbpsi.so.7: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/access/liblibbluray_plugin.so' (libbluray.so.1: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/access/liblinsys_sdi_plugin.so' (libzvbi.so.0: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/access/libpulsesrc_plugin.so' (libpulsecommon-2.0.so: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/audio_output/libpulse_plugin.so' (libpulsecommon-2.0.so: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/codec/libfluidsynth_plugin.so' (libfluidsynth.so.1: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/codec/libzvbi_plugin.so' (libzvbi.so.0: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/demux/libmod_plugin.so' (libmodplug.so.1: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/demux/libts_plugin.so' (libdvbpsi.so.7: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/gui/libskins2_plugin.so' (libfribidi.so.0: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/mux/libmux_ts_plugin.so' (libdvbpsi.so.7: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/notify/libnotify_plugin.so' (libnotify.so.1: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/services_discovery/libpulselist_plugin.so' (libpulsecommon-2.0.so: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/text_renderer/libfreetype_plugin.so' (libfribidi.so.0: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/text_renderer/libsvg_plugin.so' (librsvg-2.so.2: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot load module `/tmp/tcloop/vlc/usr/local/lib/vlc/plugins/visualization/libgoom_plugin.so' (libgoom2.so.0: cannot open shared object file: No such file or directory)
[0x9c0b0c8] main libvlc warning: cannot create /tmp/tcloop/vlc/usr/local/lib/vlc/plugins/plugins.dat.8217 (Read-only file system)
[0x9c0b0c8] main libvlc error: option http-user-agent does not exist
[0x9c0b0c8] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x9d43668] qt4 interface error: Unable to load extensions module

EDIT ...fixed up a previous post showing xorg issues this is latest error set
« Last Edit: October 22, 2012, 04:45:49 PM by aus9 »

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: vlc.tcz and pulseaudio output may be missing?
« Reply #6 on: October 23, 2012, 07:45:49 AM »
pulseaudio has been updated again after i submitted it that's why plugins can't be loaded because of missing libpulsecommon-2.0.so it is now libpulsecommon-2.1.so

another thing you point out about libva.tcz in your root folder is a problem with libva.tcz which is a dep of ffmpeg and therefore a dep of vlc

anyways i will rebuild and resubmit vlc with latest pulseaudio again

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: vlc.tcz and pulseaudio output may be missing?
« Reply #7 on: October 23, 2012, 11:03:38 AM »
pulseaudio has been updated again after i submitted it that's why plugins can't be loaded because of missing libpulsecommon-2.0.so it is now libpulsecommon-2.1.so

Sorry about that, I hadn't realised that moving from 2.0 -> 2.1 would introduce incompatibilities - you'd think they'd keep it for moving from 2.0 -> 3.0...

aus9

  • Guest
Re: vlc.tcz and pulseaudio output may be missing?
« Reply #8 on: October 23, 2012, 03:43:34 PM »
EDIT

I have done a separate post to blofsy the downstream maintainer of libva  but just been advised he may not be active in this forum. So I have just sent a courtesy pm to see if he still wishes to maintain it.

publically I need to declare in advance, I might not be the best person to maintain libva. Sorry if that shocks anyone. I only need vlc fixed as I use vlc  for media plaer and an updating the PA wiki
« Last Edit: October 24, 2012, 12:59:36 AM by aus9 »

aus9

  • Guest
Re: vlc.tcz and pulseaudio output may be missing?
« Reply #9 on: October 24, 2012, 06:23:34 AM »
ok I was able to compile a newer version of libva.

will submit after testing etc, if possible hang five on your rebuild please?

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: vlc.tcz and pulseaudio output may be missing?
« Reply #10 on: October 24, 2012, 07:12:18 AM »
i have done with rebuilding also i don't think your update to libva will break vlc
no problem if library major version is same as old one after update

aus9

  • Guest
Re: vlc.tcz and pulseaudio output may be missing?
« Reply #11 on: October 24, 2012, 03:59:51 PM »
thanks for your patience and time.
EDIT
just did an apps update and reboot with my tczs of libva

pulseaudio shows up as output in vlc

vlc plays with pulseaudio with (potential updated) libva

woo hoo

will submit after more tests
« Last Edit: October 24, 2012, 04:45:55 PM by aus9 »

aus9

  • Guest
Re: [SOLVED] vlc.tcz and pulseaudio output may be missing?
« Reply #12 on: October 31, 2012, 06:28:05 PM »
new libva needs no interaction so closing thread

thanks for your patience and skills