On 28 February 2015 at 14:42, Ken Moffat <[email protected]> wrote:
> On Sat, Feb 28, 2015 at 02:13:09PM -0800, Nathan Coulson wrote:
>> On Sat, Feb 28, 2015 at 1:34 PM, Ken Moffat <[email protected]> wrote:
>> > On Sat, Feb 28, 2015 at 09:14:43PM +0000, Ken Moffat wrote:
>> > Not sure how you are trying to play the
>> > audio.
>> >
>> via the radeon graphics card to my monitor speakers (hdmi). Other
>> thought I had was that it was using the wrong output perhaps
>> (everything else has sound, but had a fun time getting that work via
>> alsa originally so not going to guarantee that it is working as
>> advertised).
>>
>> My own next steps are going to be seeing what is still missing in
>> gstreamer (I never installed every optional package), and seeing if it
>> could be going out another output. Useful knowing it is suppose to
>> work though.
>>
>> Thanks
>>
>
> Looking at my scripts, I build gstreamer and -base before firefox,
> and for those I build
>
> libogg
> libvorbis
> liba52
> libao
> libtheora
> flac
> vorbis-tools
> lame
> libvpx
>
> I'm not entirely convinced that libao, or flac, are likely to be
> relevant and I suppoise that lame should not matter either.
>
> I build the other plugins much later (getting working AV is less
> important to me than getting a working firefox for googling my
> problems) and before those I build the following :
>
> xvidcore
> libmad
> libsamplerate
> faad2
> x264
>
> None of these look like things which are likely to impact the
> audio.
>
> ĸen
> --
> Nanny Ogg usually went to bed early. After all, she was an old lady.
> Sometimes she went to bed as early as 6 a.m.
> --
> http://lists.linuxfromscratch.org/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
And I finally solved it.
in my asound.conf I changed
pcm.!default hdmi_complete
to
pcm.!default {
type plug
slave.pcm "hdmi_complete"
}
not sure why firefox had issies with what I had (nothing else did),
but now no more flash to have sound in firefox.
--
Nathan Coulson (conathan)
------
Location: British Columbia, Canada
Timezone: PST (-8)
Webpage: http://www.nathancoulson.com
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page