GStreamer with YouTube WEBM container.

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

GStreamer with YouTube WEBM container.

Jim Clarke-2
I am trying to get GST to work with the new WEBM container with
downloads from YouTube. The WEBM container contains video/x-vp8
and audio/x-vorbis content.

With the latest stable code source, I hacked the vp8 plugin to add a typefind for the
the "video/x-vp8" mime type, but when I try to play the file, I get an error
"Don't know how to handle audio/x-vorbis, channels=(int)2, rate=(int)44100".

The video plays, but no audio.

I do a "gst-inspect" and audio/x-vorbis" is registered.
Am I missing something?

Jim Clarke
[hidden email]




------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit.  See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer with YouTube WEBM container.

michael smith-6-3
On Tue, Jun 22, 2010 at 1:29 PM, Jim Clarke <[hidden email]> wrote:
> I am trying to get GST to work with the new WEBM container with
> downloads from YouTube. The WEBM container contains video/x-vp8
> and audio/x-vorbis content.

This should all be fully supported in the latest git sources; you
should just update to those rather than repeating work that others
have already done.

Mike

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit.  See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer with YouTube WEBM container.

Tim-Philipp Müller-2
On Fri, 2010-06-25 at 09:11 -0700, Michael Smith wrote:
> On Tue, Jun 22, 2010 at 1:29 PM, Jim Clarke <[hidden email]> wrote:
> > I am trying to get GST to work with the new WEBM container with
> > downloads from YouTube. The WEBM container contains video/x-vp8
> > and audio/x-vorbis content.
>
> This should all be fully supported in the latest git sources; you
> should just update to those rather than repeating work that others
> have already done.

This should even be supported with the latest releases of
gst-plugins-good/-bad even, no need to use versions from git. If you're
running ubuntu, there's a GStreamer PPA with the latest releases.


> > I do a "gst-inspect" and audio/x-vorbis" is registered.

This is most likely the typefinder. You need the vorbisdec element from
gst-plugins-base to actually decode the audio. I'm surprised this isn't
installed on your system already.

Cheers
 -Tim


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit.  See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel