Other Parts Discussed in Thread: AM69, AM69A, SK-AM69
Tool/software:
Hi AM69 Champ !
Customer is testing using tisdk-default-image after installing AM69 SDK (after uninstalling ti-apps-launcher, developing on weston)
First, they want to write a program with QT on weston and then play the rtsp stream using gstreamer library. (Need to use HW acceleration feature)
First, they verified that it works when they run it like below. (waylandsink also verified the behavior)
gst-launch-1.0 rtspsrc location=rtsp://xxxxxxxx latency=100 ! queue ! rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! videoscale ! video/x-raw,width=640,height=480 ! glimagesink
However, when I use the v4l2h264dec mentioned in the documentation (software-dl.ti.com/.../Foundational_Components_Multimedia_wave5.html), it works, but it doesn't work properly, with stuttering frames.
Is this something that needs to be configured before use or is it something that shouldn't be used in a weston environment?
Also, I can't use kmssink, could you please give me a guide on how to use it?
Thanks and Regards,
Jack Cha