Hi all,
I have leopard dm355 board. I installed DM355SDK840402 and DM355SDK789311 softwares from RidgeRun download page. I tried two of them, but could not see any video on my lcd screen. I see bitmap my lcd, it is ok.
I tried basic gstreamer pipelines.
"gst-launch videotestsrc ! TIDmaiVideoSink"
"Response: .......Failed to create display."
another pipeline;
"gst-launch -v filesrc location=/media/sample.avi !
avidemux name=demux demux.audio_00 ! queue max-size-buffers=8000
max-size-time=0 max-size-bytes=0 ! mad ! alsasink demux.video_00 !
queue ! TIViddec2 ! TIDmaiVideoSink videoStd=480P videoOutput=LCD"
Response: ".... no element "mad" "
But
I checked "Fixed Point Mpeg Audio Decoder (MAD) support" under the
"gstreamer-plugins-ugly 0.10.11". And i run gst-inspect, can not see
"MAD"
And i removed mad
"gst-launch -v filesrc location=/media/sample.avi ! avidemux name=demux demux.video_00 ! queue ! TIViddec2 ! TIDmaiVideoSink videoStd=480P videoOutput=LCD"
Again error response.
I don't know where i do mistake. Maybe u-boot params are wrong maybe another problem.
I could not find anyone who uses DM355SDK840402 on leopard dm355 for video playing without problem.
I need help, what can i do? Is there any BSP(dvsdk, toolchain, linux, apps, uboot.....) that can run on leopard dm355 board and i can play video.
So thanks.
Mehmet Kurnaz.