Siduction Forum

Siduction Forum => Software - Support => Topic started by: bluelupo on 2014/08/18, 17:46:18

Title: [gelöst] mplayer meldet fehlende libdvdnavmini.so.4
Post by: bluelupo on 2014/08/18, 17:46:18
Hallo zusammen,
zur Zeit habe ich Probleme mit mplayer bzw. smplayer die fehlende libdvdnavmini.so.4 anmeckern. Wie kann ich das Problem lösen?



$ mplayer
mplayer: error while loading shared libraries: libdvdnavmini.so.4: cannot open shared object file: No such file or directory
Title: Re: mplayer meldet fehlende libdvdnavmini.so.4
Post by: towo on 2014/08/18, 17:50:56
Ich hab einfach libdvdnavmini.so.4 auf libdvdnav.so.4.1.2 verlinkt, das geht.
Title: Re: mplayer meldet fehlende libdvdnavmini.so.4
Post by: piper on 2014/08/18, 18:03:20
Works fine here, but, using just $ mplayer gives error

piper@x1:~$ mplayer
Failed to read /etc/mplayer/mplayer.conf.local: No such file or directory


Using mplayer  pointing to a file to play works fine, even though it spits out errors.

piper@x1:~$ mplayer /media/disk2part1/movies/avatar/avatar.mpg
Failed to read /etc/mplayer/mplayer.conf.local: No such file or directory
Warning unknown option include at line 177
MPlayer SVN-r37232 (C) 2000-2013 MPlayer Team
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 /media/disk2part1/movies/avatar/avatar.mpg.
libavformat version 55.44.100 (internal)
MPEG-PS file format detected.
VIDEO:  MPEG2  720x480  (aspect 2)  29.970 fps  6000.0 kbps (750.0 kbyte/s)
Load subtitles in /media/disk2part1/movies/avatar/
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
[VO_TDFXFB] Can't open /dev/fb0: No such file or directory.
s3fb: can't open /dev/fb0: No such file or directory
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 55.68.100 (internal)
Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2)
==========================================================================
==========================================================================
Opening audio decoder: [mpg123] MPEG 1.0/2.0/2.5 layers I, II, III
AUDIO: 48000 Hz, 2 ch, s16le, 384.0 kbit/25.00% (ratio: 48000->192000)
Selected audio codec: [mpg123] afm: mpg123 (MPEG 1.0/2.0/2.5 layers I, II, III)
==========================================================================
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [vdpau] 720x480 => 720x540 Planar YV12
A:   0.5 V:   0.3 A-V:  0.171 ct:  0.000   2/  2 ??% ??% ??,?% 1 0
[VD_FFMPEG] DRI failure.
A:  10.0 V:  10.0 A-V:  0.000 ct:  0.024 291/291  6%  1%  0.4% 2 0

Exiting... (Quit)
piper@x1:~$
Title: Re: mplayer meldet fehlende libdvdnavmini.so.4
Post by: bluelupo on 2014/08/18, 19:55:38
@towo: Danke, der Tipp funktioniert.

@piper: this works fine ;-)

# cd /usr/lib/x86_64-linux-gnu
# ln -s libdvdnav.so.4.1.2 libdvdnavmini.so.4
Title: Re: [gelöst] mplayer meldet fehlende libdvdnavmini.so.4
Post by: piper on 2014/08/18, 20:05:41
Danke, towo, bluelupo   :)