vlc after pausing and replaying doesn't play audio

Benjamin Drung bdrung at debian.org
Tue Oct 23 20:24:16 UTC 2012


Am Dienstag, den 23.10.2012, 21:40 +0530 schrieb shirish शिरीष:
> >Which sound API do you use (pulseaudio,
> > alsa)?
> 
> I dunno, this is what I get when I look for packages which have
> pulseaudio and alsa in their names.

You can check if pulseaudio is running:
ps -C pulseaudio

> >Can you try VLC 2.0.4 or
> > upstreams master branch?
> 
> I have not yet tried VLC 2.0.4, dunno if vlc-plugin-pulse (I think
> this plugin is/was required to interface with pulseaudio) is required
> or no longer required.

You need vlc-plugin-pulse if you want to use pulseaudio as sound output.

> $ sudo aptitude install vlc=2.0.4-1 vlc-nox=2.0.4-1 vlc-plugin-svg=2.0.4-1
> [...]
> Those two packages are removed if I try to install the update from
> unstable/sid.

Just add "vlc-plugin-pulse=2.0.4-1" to your aptitude command.

> >Can you run vlc with -vvv?
> 
> Yup, did, this is the result :-
> 
> $ vlc -vvv
> VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547)

Are you really using version 2.0.3-2, because VLC claims to be in
version 2.0.1?

> [0x224b408] main audio output warning: not synchronized (190364 us), resampling
> [0x224b408] main audio output warning: buffer way too late (190364),
> dropping buffer
> [0x224b408] main audio output warning: buffer too late  (169030), up-sampling
> [0x224b408] main audio output warning: not synchronized (359399 us), resampling
> [0x224b408] main audio output warning: buffer way too late (528263),
> dropping buffer
> [0x224b408] main audio output warning: buffer way too late (506929),
>[...]
> As can be seen it says something about buffer being too late and
> starts dropping it. I don't know what is happening here but do know
> that VLC doesn't have audio after the video is paused and then
> unpaused.

The asynchronism between the audio and video is probably the reason for
your missing audio after unpause. Upstream fixes some synchronization
issues in 2.0.4 and after that. So I recommend to test 2.0.4. If 2.0.4
is still affected, I suggest to test their latest commit from their
stable git branch [1]. If this version is still affected, I recommend to
report a bug upstream.

[1] You could grab the Debian source package from
https://launchpad.net/~videolan/+archive/stable-daily and build it on
Debian.

-- 
Benjamin Drung
Debian & Ubuntu Developer




More information about the pkg-multimedia-maintainers mailing list