Hi,all
First:I download the SDL-1.2.13 source from the internet.
Second:cross compile
./configure --prefix= --host=arm-linux --disable-arts --disable-nasm --disable-input-tslib --disable-video-x11 --disable-esd --
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,all
First:I download the SDL-1.2.13 source from the internet.
Second:cross compile
./configure --prefix= --host=arm-linux --disable-arts --disable-nasm --disable-input-tslib --disable-video-x11 --disable-esd --
If you want to play any random AVI file you can find in the Internet, you will first have to find a tool such as gstreamer to separate audio and video portions of the file into elementary streams which can be consumed by our codecs.
http://wiki.davincidsp.com/index.php/GStreamer
Then, on the video side, you will need to pass the video elementary stream via Media Converter tool from ArcSoft as DM355 does not support a universal MPEG4 decoder. If you send your request for MediaConverter tool via www.ti.com/support (required to meet export compliance) and address it to myself (Juan Gonzales), I can make sure you get this utility.
Thank for Juan Gonzales!
I download dmai_1_16_00_03 and gst-ti-plugin-full-1.00.02.tar.gz from the internet.
Unfortunately, I am afraid I am not familiar with Gstreamer to provide good advice; if you got your files from
https://gstreamer.ti.com/gf/project/gstreamer_ti/
then I would recommend using the forums at that site (that site has a forums section). You are likely to get advice from people working on this gstreamer port.
Thank for Juan Gonzales.
I have packages on dm355 EVM as follow:
Hi chatnis,
I do not port the SDL-1.2.13 TO DM355 EVM sucessfully.
so I do not provide some information with you!