Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kmplayer, video and audio not syncing.
Date: Sun, 01 Nov 2009 18:21:38
Message-Id: 4AEDD1AC.1070204@gmail.com
In Reply to: Re: [gentoo-user] Kmplayer, video and audio not syncing. by "Jesús Guerrero"
1 Jesús Guerrero wrote:
2 > On Fri, 30 Oct 2009 22:34:57 -0500, Dale <rdalek1967@×××××.com> wrote:
3 >
4 >> Jesús Guerrero wrote:
5 >>
6 >>> kmplayer can get in the middle, can you -please- test regular mplayer
7 >>> from
8 >>> command line?
9 >>>
10 >>> I've had a similar issue a couple of weeks ago, and we were able to
11 >>>
12 > track
13 >
14 >>> it down on the mplayer mailing lists. If it's the same bug, I was able
15 >>>
16 > to
17 >
18 >>> consistently reproduce it in streams with ac3 (5.1) audio (stereo
19 >>>
20 > worked
21 >
22 >>> fine), and only when using ALSA. So, check that and see if you can see
23 >>>
24 > a
25 >
26 >>> pattern there. If you see that same pattern, then it might be the same
27 >>> bug,
28 >>> it's been fixed in the development branch, and the following ebuilds
29 >>> should
30 >>> work fine:
31 >>>
32 >>> 1.0_rc4_p20091026, 1.0_rc4_p20091026-r1, 9999
33 >>>
34 >>> If not, then it's probably something else. But try with mplayer alone
35 >>> when
36 >>> debugging, since kmplayer just adds another level to worry about. For
37 >>> your
38 >>> reference, here's the bug I opened, there you can also find links to
39 >>>
40 > the
41 >
42 >>> relevant mails in the mplayer ML.
43 >>>
44 >>> http://bugs.gentoo.org/show_bug.cgi?id=286020
45 >>>
46 >>>
47 >>>
48 >> I can give it a shot at least. Do I just run mplayer path/to/file or do
49 >> I need to add some options so that it will provide more info?
50 >>
51 >
52 > Sorry for the delay, it's been a busy weekend ;)
53 >
54 > You can just run "mplayer <file>", if you need to force ALSA (so you can
55 > check if it's a problem with ALSA as it was my case) you can add -ao alsa,
56 > so it would be:
57 >
58 > mplayer -ao alsa <filename>
59 >
60 > Mplayer is usually smart enough to decide what to do without any further
61 > action on the user's side, however as someone said it's a very complex
62 > program that can do almost anything in which regards playing media files,
63 > that's why the man page is such a huge beast. If we manage to identify the
64 > bug and reproduce it consistently then that's a huge step towards finding a
65 > solution.
66 >
67 > By the way, what mplayer version are you using?
68 >
69
70 This is the emerge info for mplayer and ffmpeg since that is what it is
71 using:
72
73 root@smoker / # emerge -pv mplayer ffmpeg
74
75 These are the packages that would be merged, in order:
76
77 Calculating dependencies... done!
78 [ebuild R ] media-video/ffmpeg-0.5-r1 USE="3dnow 3dnowext X alsa
79 encode hardcoded-tables ipv6 jpeg2k mmx mmxext mp3 sdl ssse3 vorbis x264
80 xvid zlib (-altivec) -amr -bindist -custom-cflags -debug -dirac -doc
81 -faac -faad -gsm -ieee1394 -network -oss -schroedinger -speex -test
82 -theora -threads -v4l -v4l2 -vdpau -vhook" VIDEO_CARDS="nvidia" 0 kB
83 [ebuild R ] media-video/mplayer-1.0_rc2_p20090731 USE="3dnow X aac
84 alsa ass cddb cdio dirac dv dvd dvdnav enca encode esd faac faad gif
85 iconv ipv6 jpeg live mad mmx mng mp2 mp3 network opengl osdmenu png
86 quicktime rar real rtc schroedinger sdl shm speex sse tremor truetype
87 unicode vorbis win32codecs x264 xscreensaver xv xvid -3dnowext -a52
88 -aalib (-altivec) -bidi -bindist -bl -cdparanoia -cpudetection
89 -custom-cflags -custom-cpuopts -debug -dga -directfb -doc -dts -dvb
90 -dxr3 -fbcon -ftp -ggi -gmplayer -jack -joystick -ladspa -libcaca -lirc
91 -lzo -md5sum -mmxext -nas -openal -oss -pnm -pulseaudio -pvr -radio
92 -samba -sse2 -ssse3 -svga -teletext -tga -theora -v4l -v4l2 -vdpau
93 -vidix -xanim -xinerama -xvmc -zoran" VIDEO_CARDS="nvidia -mga -s3virge
94 -tdfx -vesa" 0 kB
95
96 Total: 2 packages (2 reinstalls), Size of downloads: 0 kB
97 root@smoker / #
98
99 Those version OK? I am also still using KDE 3.5. KDE4 is just not
100 there yet for me.
101
102 Dale
103
104 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Kmplayer, video and audio not syncing. "Jesús Guerrero" <i92guboj@×××××.es>