Other Parts Discussed in Thread: AM62P
Hello All,
I'm trying to test AM625 based product(Beagle Play). 1K 30fps video performance. I think I'm missing something.
Here is my conf:
Yocto v4 Kirkstone enable weston interface.
root@beagleplay:/# lsmod
Module Size Used by
pvrsrvkm 1314816 0
bluetooth 749568 2
cfg80211 798720 0
root@beagleplay:/# gst-inspect-1.0 | grep -i h264
libav: avdec_h264: libav H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 decoder
rtp: rtph264depay: RTP H264 depayloader
rtp: rtph264pay: RTP H264 payloader
typefindfunctions: video/x-h264: h264, x264, 264
uvch264: uvch264deviceprovider (GstDeviceProviderFactory)
uvch264: uvch264mjpgdemux: UVC H264 MJPG Demuxer
uvch264: uvch264src: UVC H264 Source
videoparsersbad: h264parse: H.264 parser
root@beagleplay:/#
If I try to video with
gst-launch-1.0 playbin uri=file:/home/weston/hello.mp4
Video start play but stream is very slow and I got the following message.
../gstreamer-1.20.7/libs/gst/base/gstbasesink.c(3143): gst_base_sink_is_too_late (): /GstPlayBin:playbin0/GstPlaySink:playsink/GstBin:vbin/GstWaylandSink:waylandsink0:
There may be a timestamping problem, or this computer is too slow.
How can I use correct conf or gstream pluging to fix this issue?
Best regards.