Hi All
I am using DM8168evm with EZSDK 5_05_02_00. Through following gstreamer pipeline i am able to get video displayed on the HDMI.
gst-launch -v filesrc location=/usr/share/ti/data/videos/dm816x_1080p_demo.264 ! 'video/x-h264' ! h264parse access-unit=true ! omx_h264dec ! omx_scaler ! omx_ctrl display-mode=OMX_DC_MODE_1080P_60 ! omx_videosink sync=false
Questions:
1. I would like to see the same video from SD / HD-comp output. Kindly suggest what changes need to be done for that? I need to use OMX firmware only(not v4l2).
2. whether same video can be parallely played on all three outputs?
3. Whether i can play different contents on different outputs?(like GUI on HDMI, live video on HDcomp, saved video on SD)