Hi experts,
I try to decode two streams and display them in AM57xx(SW: software-dl.ti.com/.../index_FDS.html) simultaneously on the HDMI
try decode one stream and display and it works
root@am57xx-evm:~# gst-launch-1.0 filesrc location=/usr/share/ti/video/TearOfSteel-Short-1920x800.mov ! qtdemux name=demux demux.video_0 ! queue ! h264parse ! tee name=t ! queue ! ducatih264dec ! queue ! kmssink sync=false t. ! queue ! ducatih264dec ! queue ! fakesink sync=false
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Got EOS from element "pipeline0".
Execution ended after 0:00:14.694260353
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
root@am57xx-evm:~#
I try the following by referring to e2e.ti.com/.../1707053
root@am57xx-evm:~# gst-launch-1.0 filesrc location=/usr/share/ti/video/TearOfSteel-Short-1920x800.mov ! qtdemux name=demux demux.video_0 ! queue ! h264parse ! tee name=t ! queue ! ducatih264dec ! queue ! waylandsink sync=false t. ! queue ! ducatih264dec ! queue ! fakesink sync=false
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstWaylandSink:waylandsink0: Could not initialise Wayland output
Additional debug info:
/home/gtbldadm/processor-sdk-linux-fido-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/gstreamer1.0-plugins-bad/1.2.3-r0-arago5/git/ext/wayland/gstwaylandsink.c(958): gst_wayland_sink_start (): /GstPipeline:pipeline0/GstWaylandSink:waylandsink0:
Could not create Wayland display
Setting pipeline to NULL ...
Freeing pipeline ...
root@am57xx-evm:~#
I try the above but got failure.
According to http://processors.wiki.ti.com/index.php/DRA7xx_GLSDK_7.00.00.04_Release_Notes , there should be demo application on this topic. But I did't find anything under following folder
[er@ cortexa15t2hf-vfp-neon-3.14-oe-linux-gnueabi] (glsdk_dev)$ ls -l /home/aver/ti-glsdk_dra7xx-evm_7_00_00_04/example-applications/
[er@ cortexa15t2hf-vfp-neon-3.14-oe-linux-gnueabi] (glsdk_dev)$
I try to use viddec3test as mentioned in
http://processors.wiki.ti.com/index.php/DRA7xx_GLSDK_Software_Developers_Guide#GLSDK_software_overview , but still have no idea.
Could you help on this??
Thanks