how to send audio data to gstreamer decoder from my rtp socket

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

how to send audio data to gstreamer decoder from my rtp socket

brad2012
Hi All,

I am new for application development with gstreamer.
Currently, I have the existing rtp protocol supported. I would like to
use the audio decoder in gstreamert only.
For example:
the pipeline below:
gst-launch-0.10 filesrc
location=/var/tmp/usb/sda1/audio_src/1503-9.mp3 ! mad ! audioconvert !
audioresample ! audio/x-raw-int, rate=48000,width=16,endianness=4321 !
alsasink device="hw:0,0"



the audio source is my rtp , then I would like to send audio data that
receviced from rtp to mad for decode.
But I do not have good idea about how to implement with c language for
the pipeline above.
Do you have idea?
Is there any example I can refer to?


thanks!

Soho
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel