Dear All,
I am using RZG2L BSP V1.3 + MMP V0.51 on RZG2L EVK.
It can decode default MP4 contents (under /home/root/videos) with low CPU usage (~7%).
*****************
gst-launch-1.0 filesrc location=/home/root/videos/h264-bl10-fhd-30p-5m-aac-lc-stereo-124k-48000x264.mp4 ! qtdemux ! h264parse ! omxh264dec no-copy=true ! vspmfilter dmabuf-use=true outbuf-alloc=true ! video/x-raw,format=NV12 ! waylandsink
*****************
However for other MP4 contents downloaded from internet, the below message and video lag are occurred.
*****************
Additional debug info:
../gstreamer-1.16.3/libs/gst/base/gstbasesink.c(3005): gst_base_sink_is_too_late (): /GstPipeline:pipeline0/GstWaylandSink:waylandsink0:
There may be a timestamping problem, or this computer is too slow.
WARNING: from element /GstPipeline:pipeline0/GstWaylandSink:waylandsink0: A lot of buffers are being dropped.
*****************
How can I avoid the above timestamp problem?
Please provide me your comments.
Thanks,
Edward