How to play Audio and Video ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to play Audio and Video ?

670 Views
G_rio
Contributor III

I'm following this

http://imxdev.org/wiki/index.php?title=All_Board_Creating_App_MP3

http://imxdev.org/wiki/index.php?title=All_Boards_Video

 

But i get error when i try to run a music ou video

One element could not be created. Exiting.

(this error occurs in) decoder = gst_element_factory_make ("mad", "mp3-decoder");

 

I've tried to run this cmd too

gst-launch filesrc location=MP3.mp3 ! mad ! audioconvert ! audioresample ! osssink

WARNING: erroneous pipelibe: no element "mad" 

 

Remember that i've included all gstreamer plugin, alsa-utils and libmad.

 

Thank you


Labels (1)
0 Kudos
2 Replies

515 Views
G_rio
Contributor III

root@freescale /home/user$ gst-inspect | grep mad
rtp:  rtppcmadepay: RTP PCMA depayloader

 

Yes, i did enabled Ugly.

0 Kudos

515 Views
daiane_angolini
NXP Employee
NXP Employee

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly-plugins/html/gst-plugins-u...

 

Did you enabled Ugly too?

 

What did you get with gst-inspect | grep mad ?

0 Kudos