problem in playing raw audio data on gutsy

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

problem in playing raw audio data on gutsy

Ganesh Kundapur
Hi,
  I installed gstreamer and the plugings ( good, bad, and ugly ) on gutsy. If i tried to play the raw data by using gst-launch, it throws warning and terminates..

--
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 7.10
Release:        7.10
Codename:       gutsy

apt-cache search gstreamer0.10-plugins-bad
gstreamer0.10-plugins-bad - GStreamer plugins from the "bad" set
gstreamer0.10-plugins-bad-dbg - GStreamer plugins from the "bad" set
gstreamer0.10-plugins-bad-doc - GStreamer documentation for plugins from the "bad" set
gstreamer0.10-plugins-bad-multiverse - GStreamer plugins from the "bad" set (Multiverse Variant)
gstreamer0.10-plugins-bad-multiverse-dbg - GStreamer plugins from the "bad" set (Multiverse Variant)

gst-launch filesrc location=~/songs/enjoy.raw ! audioparse ! alsasink
WARNING: erroneous pipeline: no element "audioparse"
--

/Ganesh



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: problem in playing raw audio data on gutsy

Sebastian Dröge
Am Dienstag, den 01.07.2008, 16:34 +0530 schrieb Ganesh Kundapur:

> Hi,
>   I installed gstreamer and the plugings ( good, bad, and ugly ) on
> gutsy. If i tried to play the raw data by using gst-launch, it throws
> warning and terminates..
>
> --
> lsb_release -a
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description:    Ubuntu 7.10
> Release:        7.10
> Codename:       gutsy
>
> apt-cache search gstreamer0.10-plugins-bad
> gstreamer0.10-plugins-bad - GStreamer plugins from the "bad" set
> gstreamer0.10-plugins-bad-dbg - GStreamer plugins from the "bad" set
> gstreamer0.10-plugins-bad-doc - GStreamer documentation for plugins
> from the "bad" set
> gstreamer0.10-plugins-bad-multiverse - GStreamer plugins from the
> "bad" set (Multiverse Variant)
> gstreamer0.10-plugins-bad-multiverse-dbg - GStreamer plugins from the
> "bad" set (Multiverse Variant)
>
> gst-launch filesrc location=~/songs/enjoy.raw ! audioparse ! alsasink
> WARNING: erroneous pipeline: no element "audioparse"
That's simply because the gst-plugins-bad version from gutsy did not
have the audioparse element yet. Either upgrade to a newer
gst-plugins-bad version or update your Ubuntu to hardy :)

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel

signature.asc (204 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: problem in playing raw audio data on gutsy

michael smith-6-3
In reply to this post by Ganesh Kundapur
On Tue, Jul 1, 2008 at 4:04 AM, Ganesh Kundapur
<[hidden email]> wrote:
>
> gst-launch filesrc location=~/songs/enjoy.raw ! audioparse ! alsasink
> WARNING: erroneous pipeline: no element "audioparse"

As well as having to install a newer version of gst-plugins-bad, so
that you have the audioparse element, like Sebastian suggested, your
pipeline obviously won't work right like that.

It's raw (headerless) audio, so you have to tell audioparse exactly
what format it is - it has a whole lot of properties to let you do
that.

Mike

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel