You are not logged in.
Pages: 1
I using Slitaz 5 and cannot get DVD's to play. I have installed #tazpkg -gi libdvdcss and
#tazpkg -gi libdvdread but still not playing.
This is the error message
Your input can't be opened:
VLC is unable to open the MRL 'dvd:///dev/sr0'. Check the log for details.
Any suggestions welcome please.
Thanks
Offline
VLC can't play dvd because Slitaz doesn't compile VLC package with dvdread and dvdnav.
Use mplayer for playing dvd on Slitaz.
http://www.mplayerhq.hu/DOCS/HTML/en/dvd.html
Offline
Thanks mojo. I'll give it a go.
Offline
Still unable to play dvd's.
get this error
david@slitaz:~$ mplayer dvd://1 -dvd-device /dev/dvd
MPlayer was compiled without libdvdread support.
MPlayer 1.3.0-4.6.3 (C) 2000-2016 MPlayer Team
david@slitaz:~$
Offline
Remove mplayer 1.3.0-463 as it has no support for dvdread or dvdcss
[c]tazpkg remove mplayer-cli[/c]
Install mplayer 1.1-463
[c]tazpkg -gi mplayer[/c]
Verify the correct mplayer version is installed.
Open terminal,type mplayer and hit enter.
root@slitaz:/home/tux# mplayer
MPlayer 1.1-4.6.3 (C) 2000-2012 MPlayer Team
I use this command to play retail dvd disk:
[c]mplayer dvd://1 -dvd-device /dev/sr0[/c]
Offline
Thanks MoJo.
Done as above mojo and get the following message when I try to play a dvd.
david@slitaz:~$ mplayer dvd://1 -dvd-device /dev/sr0
MPlayer 1.1-4.6.3 (C) 2000-2012 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 dvd://1.
There are 8 titles on this DVD.
There are 1 angles in this DVD title.
libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient
libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000136
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x0007b2eb
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00092995
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x003b9e02
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x003bae71
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x003bae88
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x003bae8d
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_0.VOB at 0x003bc8be
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x003bc8c3
libdvdread: Elapsed time 0
libdvdread: Found 4 VTS's
libdvdread: Elapsed time 0
audio stream: 0 format: ac3 (5.1) language: en aid: 128.
audio stream: 1 format: dts (5.1) language: en aid: 137.
audio stream: 2 format: ac3 (stereo) language: en aid: 130.
audio stream: 3 format: ac3 (5.1) language: en aid: 131.
number of audio channels on disk: 4.
subtitle ( sid ): 0 language: en
subtitle ( sid ): 0 language: en
number of subtitles on disk: 2
MPEG-PS file format detected.
MPEG: No audio stream found -> no sound.
VIDEO: MPEG2 720x576 (aspect 3) 25.000 fps 8000.0 kbps (1000.0 kbyte/s)
[VO_XV] It seems there is no Xvideo support for your video card available.
[VO_XV] Run 'xvinfo' to verify its Xv support and read
[VO_XV] DOCS/HTML/en/video.html#xv!
[VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.
[VO_XV] Try -vo x11.
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 54.23.100 (internal)
Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2)
==========================================================================
Audio: no sound
Starting playback...
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [x11] 720x576 => 1024x576 Planar YV12
[swscaler @ 0x88fe88c]using unscaled yuv420p -> bgra special converter
[mpeg2video @ 0x883c96c]ac-tex damaged at 38 10
[mpeg2video @ 0x883c96c]Warning MVs not available
[mpeg2video @ 0x883c96c]concealing 1170 DC, 1170 AC, 1170 MV errors
V: 0.3 2/ 2 ??% ??% ??,?% 0 0
Exiting... (End of file)
Offline
The default xv driver requires graphics hardware acceleration.
[c]tux@slitaz:~$ grep XV /var/log/Xorg.0.log[/c]
[c][ 20.072] (II) Loading extension XVideo[/c]
[c][ 20.072] (II) Loading extension XVideo-MotionCompensation[/c]
"mplayer -vo x11" is a workaround but you will notice video tearing due to no motion compensation.
Run this command and see if there is more info on why you have Audio:no sound
tux@slitaz:~$mplayer -vo null -ao null -identify -frames 0 dvd://1
Offline
I'll have a go when I get chance but sound does work fine in other programs.
Offline
simply get this error when I run the command
david@slitaz:~$ tux@slitaz:~$ mplayer -vo null -ao null -identify -frames 0 dvd:
//1
/bin/sh: tux@slitaz:~$: not found
Offline
Run as user david
[c]mplayer -vo null -ao null -identify -frames 0 dvd://1[/c]
Offline
Thanks ceel. I get this.
david@slitaz:~$ mplayer -vo null -ao null -identify -frames 0 dvd://1
MPlayer 1.1-4.6.3 (C) 2000-2012 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 dvd://1.
libdvdread: Can't stat /dev/dvd
No such file or directory
libdvdread: Could not open /dev/dvd
Couldn't open DVD device: /dev/dvd (No such file or directory)
No stream found to handle url dvd://1
Exiting... (End of file)
ID_EXIT=EOF
david@slitaz:~$
Offline
Thanks ceel. Now I get this:
david@slitaz:~$ mplayer -vo null -ao null -identify -frames 0 dvd://1
MPlayer 1.1-4.6.3 (C) 2000-2012 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 dvd://1.
libdvdread: Can't stat /dev/dvd
No such file or directory
libdvdread: Could not open /dev/dvd
Couldn't open DVD device: /dev/dvd (No such file or directory)
No stream found to handle url dvd://1
Exiting... (End of file)
ID_EXIT=EOF
david@slitaz:~$
Offline
@terrybull
Run the command with the dvd disc in the drive.
Offline
I did. It was in the drive.
Offline
It's very frustrating. I really like slitaz. The best I've found for my low spec laptops. I have everything I need working fine including the touch screen but it just won't play MP4 video very well and dvd's not at all. Puppy which I don't like much and cannot get the touch screen to calibrate plays dvd's perfectly
Offline
I used last rolling and did a fresh install of mplayer and libdvdcss and it works without any problems
to get zoom:
leafpad /.mplayer/config
Now enter the following text in to the configuration file:
zoom=yes
vo=x11
ao=alsa
[attachment=46551,2716]
Offline
I prefer mpv
just install mpv and libdvdcss
start mpv and drag the video-folder to the open mpv-window
[attachment=46552,2719]
Offline
@terrybull
Hi, on my case mplayer work but the dvd device is hda
mplayer dvd://1 -dvd-device /dev/hda
and other pc for work the device is named sr0
mplayer dvd://1 -dvd-device /dev/sr0
Offline
@gibor - /dev/hda thats really strange
I guess this a ide DVD-Player, but what slitaz are you using? Because hda is finished since early times of 5.0 - I guess
Offline
@kultex
Is an my independent slitaz distro.
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.57 MiB (Peak: 1.77 MiB) ]