LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 05-16-2010, 07:10 AM   #1
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Slackware64 RC 1 and VLC 1.1.0-pre3.


Just finished installing all the latest "upgrades" for Slackware64, 13.1, Release Candidate 1, and the video in
Alien Bob's pre-release package of VLC 1.1.0-pre3 has
disappeared. The audio is good, but no video.
Is there a fix?
Thanks.
 
Old 05-16-2010, 07:34 AM   #2
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
I checked vlc-1.1.o-pre3 running on Slackware64 13.1.rc1 and could watch videos of several encodings. So, the VLC package is OK. However I did my tests remotely (not sitting directly behind the monitor but using a FreeNX session) and without hardware acceleration.

Did you forget to re-install a binary (nvidia/ati) video driver after upgrading your kernel?

Eric
 
Old 05-16-2010, 09:18 AM   #3
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Thank you for taking the time to reply.
I'm using the xorg radeon driver, but just re-installed it just in case. Still no video with VLC.
However, MPlayer, Kaffeine, and, of course, Xine all work.
Would it have anything to do with this change from the 14 May changelog:

Quote:
l/v4l-utils-0.8.0-x86_64-1.txz: Added.
This replaces the libv4l package.
I added the bold highlight.

Last edited by cwizardone; 05-16-2010 at 09:19 AM.
 
Old 05-16-2010, 09:33 AM   #4
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
Just for chuckles, I just removed the VLC package, deleted my vlc configuration file, and did a fresh install.
Still no video.
As previously mentioned, it worked prior to the RC 1 "upgrade."
 
Old 05-16-2010, 09:51 AM   #5
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Try running
Code:
vlc -vvv --list
to see if there are any module loading errors right at the beginning (try "vlc -vvv --list 2>&1 | less" if the output is too long and scrolls off your screen)

Alternatively, run vlc from the commandline when you play a video, like this:
Code:
vlc -vvv --reset-plugins-cache /path/to/your/video
and look for video output related errors.

Eric
 
Old 05-16-2010, 10:03 AM   #6
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
So far "vlc -vvv --list" has reported,

Quote:
[0x62bde8] main libvlc warning: cannot load module `/usr/lib64/vlc/plugins/video_filter/libpanoramix_plugin.so' (libxcb-randr.so.1: cannot open shared object file: No such file or directory)
Running vlc from the command line resulted in this:

Quote:
VLC media player 1.1.0-pre3 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Warning: call to signal(13, 0x1)
[0x605b88] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Error: call to XSetErrorHandler((nil))
Error: call to XSetIOErrorHandler((nil))
Blocked: call to setlocale(6, "")
Blocked: call to sigaction(17, 0x7f2dc1456b40, 0x7f2dc1456aa0)
Error: call to XSetErrorHandler(0x7f2dc236a090)
Error: call to XSetIOErrorHandler(0x7f2dc236a060)
Blocked: call to setlocale(6, "")
Warning: call to signal(13, 0x1)
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
 
Old 05-16-2010, 11:02 AM   #7
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by cwizardone View Post
So far "vlc -vvv --list" has reported,
Code:
[0x62bde8] main libvlc warning: cannot load module `/usr/lib64/vlc/plugins/video_filter/libpanoramix_plugin.so' (libxcb-randr.so.1: cannot open shared object file: No such file or directory)
Yes, that is the result of the package having been compiled on Slackware 13.0. Nothing too serious, and I will start building for 13.1 anyway, soon.

Quote:
Running vlc from the command line resulted in this:
Code:
VLC media player 1.1.0-pre3 The Luggage (revision exported)
...
That output is all normal (it is verbose output) but nothing that will inhibit video playback. The interesting output will appear once vlc loads and tries to play a file.

Eric
 
  


Reply



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
Installing VLC using vlc-0.9.9a-4.el5.rf.i386.rpm--Error relating to Dependencies redhat5 Linux - Newbie 1 12-17-2009 04:23 PM
Updating from Slackware64-current to Slackware64 13. glore2002 Slackware 4 08-28-2009 06:50 PM
[SOLVED] Slackware64-C client wont detect Slackware64-C Samba server slackass Slackware 5 08-07-2009 11:23 PM
VLC error: VLC could not open the file "/usr/share/vlc/skins2/text.bmp". brjoon1021 Ubuntu 1 01-14-2009 10:48 PM
patch-2.4.21-pre3 fahad Linux - General 2 03-21-2003 12:44 PM

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

All times are GMT -5. The time now is 12:32 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