You are not logged in.
Hi,
I like to watch some movies on DVDs and thought to use smplayer for this.
Once smplayer is running, click the "Open-read DVD" and smplayer returns:
usr/bin/mplayer: error while loading shared libraries: liblirc_client.so.0: cannot open shared object file: No such file or directory
Then I checked if files like liblirc_client were in /usr/lib. But nothing. And yes, the package lirc is installed... So what can I do?
Any help would be appreciated.
Stephane
Offline
lirc-0.9.0.tazpkg incomplete on cooking repo.
Try this:
http://dl.dropbox.com/u/5197027/slitaz/lirc-0.9.0.tazpkg
Online
Thx Mojo. Using your file did the trick. Smplayer does not complain anymore. :-)
However, I still cannot read DVDs, but I suspect it is related to DVD drive access (mounting or whatever). :-(
Offline
DVD/SVCD/VCD Video like audiocd is not mounted to play.
Play non copyprotected/non region encoded DVD Video without a menu.
mplayer dvd://1
Menus/multiple titles:
mplayer dvd://2
or
mplayer dvd://3
Online
Still, it does not work... SNIF. :-(
[c]tux@slitaz:~$ mplayer dvd://1
MPlayer 1.0rc4-4.5.2 (C) 2000-2010 MPlayer Team
MMX supported but disabled
MMX2 supported but disabled
3DNow supported but disabled
3DNowExt supported but disabled
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing dvd://1.
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Could not open /dev/dvd with libdvdcss.
libdvdread: Can't open /dev/dvd for reading
Couldn't open DVD device: /dev/dvd (No medium found)
No stream found to handle url dvd://1
Exiting... (End of file)
tux@slitaz:~$[/c]
And I tried:
[c]tux@slitaz:~$ mplayer dvd://1 -dvd-device /dev/dvd
MPlayer 1.0rc4-4.5.2 (C) 2000-2010 MPlayer Team
MMX supported but disabled
MMX2 supported but disabled
3DNow supported but disabled
3DNowExt supported but disabled
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing dvd://1.
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Could not open /dev/dvd with libdvdcss.
libdvdread: Can't open /dev/dvd for reading
Couldn't open DVD device: /dev/dvd (No medium found)
No stream found to handle url dvd://1
Exiting... (End of file)
tux@slitaz:~$[/c]
Any idea?? please.
Offline
Toto, if you don't need remote control with your SMplayer but just want to get rid of the error message you can also try to use the -nolirc parameter in the SMplayer command line. The program then ignores the missing library. For space reasons I'm using GMplayer instead of SMplayer but they should both behave the same. The command line in my GMplayer desktop file (/usr/share/applications/mplayer.desktop) looks like this ... Exec=gmplayer -nolirc %s
The problem with the optical drive is more complicated (it was in my case). When I first used Slitaz 3.0 I found there was something wrong in /dev and in /etc/fstab. After the following changes I could play audio CDs in AlsaPlayer and video DVDs in GMplayer ...
----- add in /etc/init.d/local.sh
# Change owner and permissions of /dev/hdb
chmod -f 660 /dev/hdb
chown -f root:cdrom /dev/hdb
# Make cdrom directory in /media/cdrom
mkdir -p /media/cdrom
chown -f root:cdrom /media/cdrom
# Create symlink /dev/cdrom (root:root) pointing to /dev/hdb
(... was already there)
----- make sure the following line is in /etc/fstab
/dev/cdrom /media/cdrom iso9660 user,ro,noauto 0 0
----- set in GMplayer preferences->miscellaneous
DVD device : /dev/cdrom
CD-ROM device: /dev/cdrom
----- set in /home/tux/.alsaplayer/config
cdda.device=/dev/cdrom
... c'est tout. But be careful with all of this. As I see it, it all depends very much on the hardware and on how /dev has been populated. Things maybe completely different for you. Maybe one of the real specialists here can help with this?
Offline
Stupid me. I just saw you're using cooking, so all the above is probably irrelevant. Sorry for wasting so much space.
Offline
No problem, and you are probably right: it looks like it is related on how /dev is populated.
I opened a new post about it:
http://forum.slitaz.org/topic/can-not-read-any-cddvd
Tkx anyway
Offline
[ Generated in 0.023 seconds, 7 queries executed - Memory usage: 1.55 MiB (Peak: 1.77 MiB) ]