Gentoo Archives: gentoo-user

From: "Jesús Guerrero" <i92guboj@×××××.es>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kmplayer, video and audio not syncing.
Date: Sun, 01 Nov 2009 15:09:19
Message-Id: 574d6ec4efb543f41e6470a0bb311ed5@localhost
In Reply to: Re: [gentoo-user] Kmplayer, video and audio not syncing. by Dale
1 On Fri, 30 Oct 2009 22:34:57 -0500, Dale <rdalek1967@×××××.com> wrote:
2 > Jesús Guerrero wrote:
3 >>
4 >> kmplayer can get in the middle, can you -please- test regular mplayer
5 >> from
6 >> command line?
7 >>
8 >> I've had a similar issue a couple of weeks ago, and we were able to
9 track
10 >> it down on the mplayer mailing lists. If it's the same bug, I was able
11 to
12 >> consistently reproduce it in streams with ac3 (5.1) audio (stereo
13 worked
14 >> fine), and only when using ALSA. So, check that and see if you can see
15 a
16 >> pattern there. If you see that same pattern, then it might be the same
17 >> bug,
18 >> it's been fixed in the development branch, and the following ebuilds
19 >> should
20 >> work fine:
21 >>
22 >> 1.0_rc4_p20091026, 1.0_rc4_p20091026-r1, 9999
23 >>
24 >> If not, then it's probably something else. But try with mplayer alone
25 >> when
26 >> debugging, since kmplayer just adds another level to worry about. For
27 >> your
28 >> reference, here's the bug I opened, there you can also find links to
29 the
30 >> relevant mails in the mplayer ML.
31 >>
32 >> http://bugs.gentoo.org/show_bug.cgi?id=286020
33 >>
34 >>
35 >
36 > I can give it a shot at least. Do I just run mplayer path/to/file or do
37 > I need to add some options so that it will provide more info?
38
39 Sorry for the delay, it's been a busy weekend ;)
40
41 You can just run "mplayer <file>", if you need to force ALSA (so you can
42 check if it's a problem with ALSA as it was my case) you can add -ao alsa,
43 so it would be:
44
45 mplayer -ao alsa <filename>
46
47 Mplayer is usually smart enough to decide what to do without any further
48 action on the user's side, however as someone said it's a very complex
49 program that can do almost anything in which regards playing media files,
50 that's why the man page is such a huge beast. If we manage to identify the
51 bug and reproduce it consistently then that's a huge step towards finding a
52 solution.
53
54 By the way, what mplayer version are you using?
55 --
56 Jesús Guerrero

Replies

Subject Author
Re: [gentoo-user] Kmplayer, video and audio not syncing. Dale <rdalek1967@×××××.com>