> Date: Tuesday, September 08, 2015 15:24:50 -0700 > From: Robert Arkiletian <robark at gmail.com> > >> On Tue, Sep 8, 2015 at 3:11 PM, Richard wrote: >> >> >> > Date: Tuesday, September 08, 2015 14:57:22 -0700 >> > From: Robert Arkiletian <robark at gmail.com> >> > >> > I was able to get h.264 support on www.youtube.com/html5 on >> > fedora 21 by installing >> > >> > gstreamer1-libav >> > >> > but that package does not exist in C6 (or it's popular third >> > party repos) >> > >> > What is the name of the package which adds h.264 to firefox on >> > youtube/html5 in C6? >> >> >> I think you'll find that package in the nux repo: >> >> gstreamer1-libav.x86_64 1.0.6-1.el7.nux >> >> I don't know if that will do what you're after, and I can't try >> this out as my desktop machines are all C7. >> >> More detail on that repository can be found at: >> >> <https://wiki.centos.org/AdditionalResources/Repositories> >> > > I had already looked at the nux repo. They may have that package > for C7 but I can't see it for C6. > > I'm thinking h.264 gstreamer support must be provided by another > package in C6. > > I have gstreamer-plugins-base & good installed. And I've already > tried ugly and gstreamer-ffmpeg. >Sorry, I didn't have that repository set up for C6 and when trying to do a quick switch I didn't actually manage to switch it from C7 to C6. I agree, I don't see it there for C6, even in their -testing. Looking at rpmfind it appears to be available from RpmFusion back to fedora-18. That may not be old enough (forget what the fc "base" is for C6), but you may be able to find older fc versions with a little looking.
On Tue, Sep 8, 2015 at 3:46 PM, Richard <lists-centos at listmail.innovate.net> wrote:> > > > Date: Tuesday, September 08, 2015 15:24:50 -0700 > > From: Robert Arkiletian <robark at gmail.com> > > > >> On Tue, Sep 8, 2015 at 3:11 PM, Richard wrote: > >> > >> > >> > Date: Tuesday, September 08, 2015 14:57:22 -0700 > >> > From: Robert Arkiletian <robark at gmail.com> > >> > > >> > I was able to get h.264 support on www.youtube.com/html5 on > >> > fedora 21 by installing > >> > > >> > gstreamer1-libav > >> > > >> > but that package does not exist in C6 (or it's popular third > >> > party repos) > >> > > >> > What is the name of the package which adds h.264 to firefox on > >> > youtube/html5 in C6? > >> >does anyone running C6 have h.264 check box on www.youtube.com/html5 ? if yes, can you please post the output of rpm -qa | grep -i 'gst\|libva'
Nicolas Thierry-Mieg
2015-Sep-11 09:36 UTC
[CentOS] C6 firefox esr h.264 support on youtube
On 09/11/2015 08:11 AM, Robert Arkiletian wrote:> On Tue, Sep 8, 2015 at 3:46 PM, Richard <lists-centos at listmail.innovate.net> > wrote:<snip>> > > does anyone running C6 have h.264 check box on www.youtube.com/html5 ? > > if yes, can you please post the output of > > rpm -qa | grep -i 'gst\|libva'Yes I do in seamonkey, the browser I use. Strangely the box is not checked in firefox although FF and SM are very similar, but I never use FF on this system so maybe it's just not configured correctly. $ rpm -qa | grep -i 'gst\|libva' gstreamer-plugins-base-0.10.29-2.el6.x86_64 phonon-backend-gstreamer-4.6.2-28.el6_5.x86_64 gstreamer-plugins-bad-0.10.22-2.el6.nux.x86_64 PackageKit-gstreamer-plugin-0.5.8-25.el6.x86_64 gstreamer-plugins-good-0.10.23-3.el6.x86_64 gstreamer-0.10.29-1.el6.x86_64 gstreamer-plugins-bad-free-extras-0.10.19-3.el6_5.x86_64 gstreamer-plugins-ugly-0.10.18-3.el6.nux.x86_64 gstreamer-tools-0.10.29-1.el6.x86_64 gstreamer-plugins-bad-nonfree-0.10.18-1.el6.nux.x86_64 gstreamer-ffmpeg-0.10.12-1.5.el6.nux.x86_64 libva-1.0.15-1.el6.x86_64 gstreamer-plugins-bad-free-0.10.19-3.el6_5.x86_64
On Fri, 11 Sep 2015, Robert Arkiletian wrote:> does anyone running C6 have h.264 check box on www.youtube.com/html5 ? > > if yes, can you please post the output ofMy understanding, which may be incorrect, was that the firefox in EL6 wasn't built with gstreamer support, so adding that library isn't sufficient. jh