You are not logged in.

#1 2014-03-31 18:10:52

bbarcher
Member
From: Poland
Registered: 2014-02-27
Posts: 174
Website

Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

https://wiki.archlinux.org/index.php/Gstreamer
The wiki says gstreamer legacy is... "Legacy but widely used". On top of that every single linux tutorial on gstreamer I've seen talks about gstreamer0.10 i.e. the legacy one. Including the arch wiki page on Firefox H264 https://wiki.archlinux.org/index.php/Fi … 4_playback Can I rely on the following setup?
gst-libav 1.2.3-1
gst-plugins-bad 1.2.3-2
gst-plugins-base 1.2.3-1
gst-plugins-base-libs 1.2.3-1
gst-plugins-good 1.2.3-2
gst-plugins-ugly 1.2.3-2
gst-vaapi 0.5.8-1
gstreamer 1.2.3-1

What is the required set to enable Firefox H264 support? Should I uninstall all *0.10* packages if I use the current version of gstreamer?

Last edited by bbarcher (2014-03-31 18:18:28)


Put up or shut up. 
--Austin Meyer, the lead developer of X-Plane
[ url=http://... ]  Text  [ /url ]

Offline

#2 2014-03-31 18:18:26

fredbezies
Member
Registered: 2011-07-28
Posts: 353

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

Firefox doesn't support for now gstreamer 1.x plugins until you set a specific flag while building it : https://bugzilla.mozilla.org/show_bug.cgi?id=806917

Offline

#3 2014-03-31 18:21:28

bbarcher
Member
From: Poland
Registered: 2014-02-27
Posts: 174
Website

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

fredbezies wrote:

Firefox doesn't support for now gstreamer 1.x plugins until you set a specific flag while building it : https://bugzilla.mozilla.org/show_bug.cgi?id=806917

Oh, so that's it. Thanks for your input!

So if I'd like to enable HTML5 video in Firefox (H264) should I rely on legacy-only gstreamer setup or can I use the current version of gstreamer +  gstreamer0.10-ffmpeg?

What about gstreamer current vs legacy in general (let's put Firefox aside)?


Put up or shut up. 
--Austin Meyer, the lead developer of X-Plane
[ url=http://... ]  Text  [ /url ]

Offline

#4 2014-03-31 19:03:45

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

bbarcher wrote:

gstreamer current vs legacy

E.g. wxGTK 2.8.12.1 (legacy version) links to libgstreamer-0.10.so.0 via libwx_gtk2u_media-2.8.so

Offline

#5 2014-03-31 21:58:12

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

See also last month's thread on the ML https://mailman.archlinux.org/pipermail … 25903.html

Offline

#6 2014-04-01 17:00:07

bbarcher
Member
From: Poland
Registered: 2014-02-27
Posts: 174
Website

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

So, should I remove all 1.0 packages if I plan on enabling HTML5 video for Firefox using 0.10?

When I tried to leave only gstreamer 0.10 components I got an error:

pacman -R gst-libav gst-plugins-bad gst-plugins-base gst-plugins-base-libs gst-plugins-good gst-plugins-ugly gst-vaapi gstreamer
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: brasero: requires gst-plugins-good
:: cheese: requires gstreamer
:: cheese: requires gst-plugins-bad
:: cheese: requires gst-plugins-base
:: cheese: requires gst-plugins-good
:: clutter-gst: requires gst-plugins-base-libs
:: clutter-gst: requires gst-plugins-bad
:: farstream: requires gst-plugins-base-libs
:: gnome-getting-started-docs: requires gst-plugins-base
:: gnome-getting-started-docs: requires gst-plugins-good
:: gnome-shell: requires gstreamer
:: gupnp-dlna: requires gst-plugins-base-libs
:: libdmapsharing: requires gst-plugins-base-libs
:: totem: requires gst-plugins-base
:: totem: requires gst-plugins-good
:: totem: requires gst-plugins-bad
:: webkitgtk: requires gst-plugins-base-libs
:: webkitgtk2: requires gst-plugins-base-libs

Last edited by bbarcher (2014-04-01 17:06:44)


Put up or shut up. 
--Austin Meyer, the lead developer of X-Plane
[ url=http://... ]  Text  [ /url ]

Offline

#7 2014-04-01 17:02:24

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

No, why would you think that?

Online

#8 2014-04-01 17:10:20

bbarcher
Member
From: Poland
Registered: 2014-02-27
Posts: 174
Website

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

Scimmia wrote:

No, why would you think that?

To a noob like me the wiki page screams 'EITHER... OR...' smile Besides, HTML5 video is not working for me in Firefox, even though I have the ffmpeg gstreamer component and the appropriate about:config option enabled. Youtube's html5 test page still shows x264 as not supported.


Put up or shut up. 
--Austin Meyer, the lead developer of X-Plane
[ url=http://... ]  Text  [ /url ]

Offline

#9 2014-04-01 17:13:38

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,544

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

Yes, it's either/or, but that's chosen at build time.

Online

#10 2014-04-01 17:16:52

bbarcher
Member
From: Poland
Registered: 2014-02-27
Posts: 174
Website

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

Scimmia wrote:

Yes, it's either/or, but that's chosen at build time.

You mean Firefox's build? And 0.10 and 1.0 gstreamer components can be installed on a system side by side without conflicts?


Put up or shut up. 
--Austin Meyer, the lead developer of X-Plane
[ url=http://... ]  Text  [ /url ]

Offline

#11 2014-04-01 17:25:06

progandy
Member
Registered: 2012-05-17
Posts: 5,190

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

bbarcher wrote:
Scimmia wrote:

Yes, it's either/or, but that's chosen at build time.

You mean Firefox's build? And 0.10 and 1.0 gstreamer components can be installed on a system side by side without conflicts?

Yes.


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#12 2014-04-01 19:34:34

bbarcher
Member
From: Poland
Registered: 2014-02-27
Posts: 174
Website

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

OK, thanks for the clarifications!


Put up or shut up. 
--Austin Meyer, the lead developer of X-Plane
[ url=http://... ]  Text  [ /url ]

Offline

#13 2014-04-14 11:29:28

bbarcher
Member
From: Poland
Registered: 2014-02-27
Posts: 174
Website

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

One more thing. If both GS 0.1 and GS 1.x components are installed will most programs use the latter as preferred components? Are there any popular programs which don't select GS 1.x in such cases?


Put up or shut up. 
--Austin Meyer, the lead developer of X-Plane
[ url=http://... ]  Text  [ /url ]

Offline

#14 2014-04-14 12:04:52

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

All programs will use whichever version they have been compiled against.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#15 2014-04-14 13:27:11

bbarcher
Member
From: Poland
Registered: 2014-02-27
Posts: 174
Website

Re: Why would anyone use gstreamer legacy? and Firefox x264 HTML5 support

Thank you.


Put up or shut up. 
--Austin Meyer, the lead developer of X-Plane
[ url=http://... ]  Text  [ /url ]

Offline

Board footer

Powered by FluxBB