IMX8QXP video streaming causing VPU Decoder Error in decodebin

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX8QXP video streaming causing VPU Decoder Error in decodebin

352 Views
gravity_one
Contributor III

There are two board, Board1 for video multicast:

gst-launch-1.0 rtspsrc location=rtsp://10.8.8.104:8554/test latency=100 ! rtph264depay ! video/x-h264, stream-format=byte-stream ! rtph264pay ! udpsink multicast-iface="wave-data" host=ff02::1 port=1234

Board2 for video receiving:

gst-launch-1.0 -e udpsrc address=ff02::1 port=1234 ! application/x-rtp,payload=96 ! rtph264depay ! decodebin ! videoconvert ! autovideosink

 And there is error on Board2:

[ 1339.312516] [VPU Decoder] firmware version is 1.5.6
[ 1340.099164] [VPU Decoder] ctx[0] amount inconsistent between input(24) and output(0)

Tried this on board2, still the same VPU Decoder error:

gst-launch-1.0 -e udpsrc address=ff02::1 port=1234 ! application/x-rtp,payload=96 ! rtpjitterbuffer latency=100 ! queue max-size-buffers=0 ! rtph264depay ! decodebin ! videoconvert ! autovideosink

 BSP Version:

/# uname -a
Linux imx8qxpc0 4.14.98+g404d338 #1 SMP PREEMPT Mon Dec 28 18:01:49 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux.

imx-yocto-L4.14.98_2.3.1.

linux 4.19.98_2.3.1.

 

0 Kudos
1 Reply

345 Views
igorpadykov
NXP Employee
NXP Employee

Hi grayli_wang

 

L4.14.98 is very old version and not more supported, recommended to try latest

Linux L5.4.70_2.3.0
https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.70_2.3.0

Documentation:

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

 

Best regards
igor

0 Kudos