Gentoo Archives: gentoo-user

From: Matti Nykyri <matti.nykyri@×××.fi>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Half error message on attempting to access You Tube from Firefox
Date: Tue, 28 Apr 2015 13:56:59
Message-Id: 4B47CABE-9B07-4B0A-9E4B-5AD5B330A173@iki.fi
In Reply to: Re: [gentoo-user] Half error message on attempting to access You Tube from Firefox by Stroller
1 > On Apr 27, 2015, at 3:24, Stroller <stroller@××××××××××××××××××.uk> wrote:
2 >
3 >
4 >> On Sun, 26 April 2015, at 3:49 pm, Alan Mackenzie <acm@×××.de> wrote:
5 >>
6 >> The following USE flags were used in my building of firefox 31.6.0:
7 >>
8 >> USE="bindist dbus jit minimal startup-notification -custom-cflags
9 >> -custom-optimization -debug -gstreamer -hardened (-pgo) -pulseaudio
10 >> (-selinux) -system-cairo -system-icu -system-jpeg -system-libvpx
11 >> -system-sqlite {-test} -wifi"
12 >
13 > `euses system-libvpx` says "use the system-wide media-libs/libvpx" and if we look up media-libs/libvpx then its description explains that its about the WebM VP8 codec. It would be better if it explained that this is a _video_ codec, but Gentoo's USE flag and package descriptions have always been rubbish.
14 >
15 > I would perhaps try rebuilding with USE=system-libvpx and checking the https://www.youtube.com/html5 page again.
16 >
17 > Personally, I would probably also try a later version of Firefox.
18 >
19 > I appreciate that 31.x is the latest stable version, but I doubt newer versions are actually unstable in any way, and if I google "youtube html5 firefox" I find that "Google will enforce the use of HTML5 video on YouTube for all Firefox users who use Firefox 33 or newer", "FYI: Firefox 35 uses the HTML5 video player in Youtube by default" and "Firefox 37 Released With Native HTML5 YouTube Playback"
20
21 A little bit OT, but does anyone know how to satisfy Firefox's need for audio device. If I have no asound.conf Firefox will use hw0,0 for audio output. If I set asound to:
22
23 pcm.!default {
24 type hw
25 card 0
26 device 0
27 }
28
29 ctl.!default {
30 type control
31 card 0
32 device 0
33 }
34
35 Sorry. Wrote this from memory so there might be a typo somewhere. With these settings Firefox don't playback anything... Other applications and flash plugin works perfectly.
36
37 How could I get firefox to use hw0,3 or hw1,3 for HTML5 audio playback?
38
39 --
40 -Matti

Replies