Hi,
I want to playback audio file from my board. I have installed GStreamer for that on my I.MX35 based custom board. I have Timesys linux installed on my board.
I have installed following G-Streamer packages on my board.
GStreamer-0.10.36
gst-ffmpeg
gst-fsl-plugin
gst-plugins-bad
gst-plugins-base
gst-plugins-farsight
gst-plugins-good
gst-plugins-ugly
fsl-mm-aacpdec-codeclib
fsl-mm-codeclib
When I do gst-inspect on my board, It has kernel paging error. and it does not list all the "mfw" plug-ins.
Can Anyone help me with this ? I have attached the logs for the reference.
Original Attachment has been moved to: Error_Logs_Upload.txt.zip
Hello,
You may try to adapt the following package :
https://www.nxp.com/webapp/Download?colCode=IMX35_25_0912_LINUX_MMDOC_BUNDLE&location=null
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Sorry for late reply
I am using Timesys Linux package with my Imx35 board. It has following packages.
gstreamer-0.10.36
gst-plugins-good-0.10.31
gst-plugins-base-0.10.36
gst-fsl-plugin-1.9.5
fsl-mm-codeclib-1.9.5
imx-lib-10.12.01
I have integrated following packages as mentioed in document shared in eariler post. Still I see kernel paging error.
gstreamer-0.10.25
gst-plugins-good-0.10.16
gst-plugins-base-0.10.25
gst-fsl-plugin-1.7.1
fsl-mm-codeclib-1.7.1
imx-lib-09.12.01
Can anyone help me regarding this ???
Hello chintanchoksi
I suggest you'd better use alsa command to test xxx.wav audio on commandline, such as "aplay xxx.wav" / "amixer" or "arecord". After these test pass, you can use gstreamer or other audio player to test audio devices.
We can locate issue through this method, try it ,please !
Regards,
Weidong
Hi,
I am developing my application using gstreamer. Getting Gstreamer work is my first priority. Alsa drivers are good. I have already tried that.