Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
vlc not playing any sound
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
naseweis
Apprentice
Apprentice


Joined: 04 Apr 2003
Posts: 159
Location: germany

PostPosted: Mon Sep 13, 2004 7:26 pm    Post subject: vlc not playing any sound Reply with quote

The output generated looks something like this with all different output devices (OSS/alsa/sdl/..)
Code:
[00000216] mpeg_audio decoder: MPGA channels:2 samplerate:48000 bitrate:128
[00000209] main audio output error: couldn't find a filter for the conversion
[00000209] main audio output error: couldn't set an input pipeline
Video works just fine.
I'm running 2.6.7-gentoo-r14, alsa-emu10k1/oss-emu on an amd64.
_________________
Nothing makes a person more productive than the last minute.
Back to top
View user's profile Send private message
avalanche
n00b
n00b


Joined: 01 Oct 2004
Posts: 31
Location: Bremen, Germany

PostPosted: Wed Oct 06, 2004 6:26 pm    Post subject: Reply with quote

Same problem here. I'm running the 2.6.8-gentoo-r4 kernel on an amd64.
mplayer plays sound as exspected.
Back to top
View user's profile Send private message
celloandy
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jan 2003
Posts: 113
Location: Washington, DC

PostPosted: Fri Oct 15, 2004 3:36 am    Post subject: Reply with quote

I also have this problem. When I run VLC from the command line, I get:
Code:
[00000201] mpeg_audio decoder: MPGA channels:2 samplerate:44100 bitrate:192
[00000202] main audio output error: couldn't find a filter for the conversion
[00000202] main audio output error: couldn't set an input pipeline


Andrew
Back to top
View user's profile Send private message
borkdox
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2004
Posts: 123

PostPosted: Sat Dec 11, 2004 3:34 am    Post subject: Reply with quote

[RESURRECTION]

I also have this problem, any solution yet??
Back to top
View user's profile Send private message
legatodnl
n00b
n00b


Joined: 11 Oct 2004
Posts: 20

PostPosted: Tue Dec 14, 2004 1:50 pm    Post subject: Reply with quote

I get the same error. I'm also amd 64 with alsa. Wouldn't know where to begin to solving this problem tho. :(

Dan
Back to top
View user's profile Send private message
toddles13
n00b
n00b


Joined: 05 Jan 2004
Posts: 72
Location: Jafaland NZ

PostPosted: Mon Jan 03, 2005 6:15 am    Post subject: Reply with quote

USE="matroska" emerge -v vlc
Worked for me

Soltek K8tpro alc850 alsa (amd64bit)
Back to top
View user's profile Send private message
tgnb
Apprentice
Apprentice


Joined: 16 Apr 2002
Posts: 208
Location: New York, NY

PostPosted: Wed Feb 02, 2005 4:48 am    Post subject: Reply with quote

adding matroska to the use flags did not work for me :(

Code:
[ebuild   R   ] media-video/vlc-0.8.1  (-3dfx) +X +a52 +aalib +alsa (-altivec) +arts -bidi -cdda -cddb -cdio -debug +dts -dvb +dvd +esd+faad -fbcon +ffmpeg +flac +freetype -ggi -gnutls -hal -httpd -joystick -libcaca -lirc -live +mad +matroska -mozilla +mpeg +ncurses +nls +ogg +opengl +oss -stream -svg (-svga) +theora -utf8 -v4l +vcd -vlm +vorbis +wxwindows -xosd +xv 0 kB



this is the output i get when trying to play a dvd. video is fine audio doesnt work.

Code:
[00000200] a52 decoder: A/52 channels:6 samplerate:48000 bitrate:384000
[00000201] main audio output error: couldn't find a filter for the first part of the conversion
[00000201] main audio output error: couldn't set an input pipeline


mplayer plays the same dvd fine
Back to top
View user's profile Send private message
Deep-VI
n00b
n00b


Joined: 09 Jan 2005
Posts: 18

PostPosted: Fri Feb 11, 2005 7:49 am    Post subject: Reply with quote

Weird, I had the exact same problem - sound worked for all media types except DVD. After compiling in a52 and ffmpeg support, it started working (I had to use ~x86 ffmpeg due to the x86 branch version not compiling). But I see you have that built in already.

My flags for vlc:
Code:
media-video/vlc-0.8.1  -3dfx +X +a52 +aalib +alsa (-altivec) +arts -bidi +cdda +cddb +cdio -debug +dts -dvb +dvd -esd +faad +fbcon +ffmpeg +flac +freetype +ggi -gnutls -hal +httpd -joystick +libcaca -lirc +live +mad +matroska -mozilla +mpeg +ncurses +nls +ogg +opengl -oss +stream +svg +svga +theora -utf8 -v4l +vcd +vlm +vorbis +wxwindows -xosd +xv


Now I only get this when playing DVD's:
Code:
main audio output error: cannot add user channel mixer mpgatofixed32

but audio plays perfectly.
_________________
Gentoo/GNU Linux: Choice is power - have it YOUR way.
Back to top
View user's profile Send private message
Keffin
Apprentice
Apprentice


Joined: 14 Feb 2004
Posts: 202
Location: England

PostPosted: Sat Feb 12, 2005 11:17 am    Post subject: Reply with quote

Deep-VI wrote:
Weird, I had the exact same problem - sound worked for all media types except DVD. After compiling in a52 and ffmpeg support, it started working (I had to use ~x86 ffmpeg due to the x86 branch version not compiling). But I see you have that built in already.

My flags for vlc:
Code:
media-video/vlc-0.8.1  -3dfx +X +a52 +aalib +alsa (-altivec) +arts -bidi +cdda +cddb +cdio -debug +dts -dvb +dvd -esd +faad +fbcon +ffmpeg +flac +freetype +ggi -gnutls -hal +httpd -joystick +libcaca -lirc +live +mad +matroska -mozilla +mpeg +ncurses +nls +ogg +opengl -oss +stream +svg +svga +theora -utf8 -v4l +vcd +vlm +vorbis +wxwindows -xosd +xv


Now I only get this when playing DVD's:
Code:
main audio output error: cannot add user channel mixer mpgatofixed32

but audio plays perfectly.


Same problem here, your solution works for me. Thank you.
_________________
Always cut the deck if it ups your odds.
Back to top
View user's profile Send private message
ichief
n00b
n00b


Joined: 07 Feb 2005
Posts: 8

PostPosted: Sun Feb 20, 2005 2:21 am    Post subject: Reply with quote

I am having the same problem with DVD audio as the original post on this page. I have tried using the latest (~amd64) version of ffmpeg, but the video stopped working so I reverted back. Mplayer is able to play DVD audio without a problem, so I get the hunch that this may have to do with the library names...a52dec is the package that is currently used and previously it was liba52. Even though I am using the +a52 use flag, I don't think it actually triggers anything in the ebuild...can anyone confirm this?

Thanks.
Back to top
View user's profile Send private message
honigsalz
n00b
n00b


Joined: 05 Dec 2004
Posts: 39
Location: vienna, austria

PostPosted: Mon Feb 28, 2005 2:21 pm    Post subject: Reply with quote

i had also the problem, that vlc wouldn't play any sound with dvd's. i now re-emerged it with +a52 use-flag and everything works nice
Back to top
View user's profile Send private message
MorLipf
Apprentice
Apprentice


Joined: 09 Nov 2004
Posts: 226
Location: Solingen, Germany

PostPosted: Wed May 11, 2005 7:38 pm    Post subject: Reply with quote

A also get the error described in the first post. I have already set the USE-Flags +a52 +matroska and +ffmpeg, but after I re-emerged vlc thee problem isn't gone.
Furthermore I deleted all vlc config-files but this hasn't any effect. How can I solve this problem? Is there any USE-Flag I need which isn't mentioned above?
Back to top
View user's profile Send private message
The DJ
n00b
n00b


Joined: 06 Nov 2002
Posts: 74

PostPosted: Tue May 17, 2005 7:38 pm    Post subject: Reply with quote

+a52 is required for the codec used on DVDs
+mad is required to decode mp3
Back to top
View user's profile Send private message
MorLipf
Apprentice
Apprentice


Joined: 09 Nov 2004
Posts: 226
Location: Solingen, Germany

PostPosted: Tue May 17, 2005 8:33 pm    Post subject: Reply with quote

I have both options in my use-flags, but it doesn't work...
Back to top
View user's profile Send private message
steveg3152
n00b
n00b


Joined: 24 Nov 2003
Posts: 9

PostPosted: Thu Jun 02, 2005 3:52 am    Post subject: Reply with quote

I'm having the same issue, has anyone figured it out?
Back to top
View user's profile Send private message
omelet
n00b
n00b


Joined: 02 Aug 2004
Posts: 10

PostPosted: Mon Aug 29, 2005 7:46 pm    Post subject: Reply with quote

it is possible that you have not configured vlc correctly to play your audio.

You might need to specify the alsa device name under audio output in the modules seciton of preferences. For mine I put "hw:1,0" instead of leaving it as "default" and it started working.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum