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.

GStreamer on OMAPL138

Other Parts Discussed in Thread: OMAPL138

I want to play an .mp4 file on OMAPL138 EVM. Sample videos in DVSDK runs without problem. I tried to convert an .avi file using ffmpeg to .mp4:

host # ffmpeg -i video.avi out2.mp4

then tried to run it on OMAPL138 EVM:

target # gst-launch -v filesrc location=/usr/share/out2.mp4 ! qtdemux name=demux demux.audio_00 ! \

queue max-size-buffers=8000 max-size-time=0 max-size-bytes=0 ! TIAuddec1 ! \

alsasink demux.video_00 ! queue ! TIViddec2 ! TIC6xColorspace \

engineName=codecServer ! queue ! tidisplaysink2

Sound comes from line out but no video is shown on the screen.

Could you help me about this?

Thank you.