yjr1220 发表于 2019-8-25 17:24:52

求助: 关于rk3328 gst-launch-1.0 硬件解码

我的板子是3328,用如下命令取流: gst-launch-1.0 rtspsrc location=rtsp://localhost:554/video.sdp latency=100! rtph264depay ! capsfilter caps="video/x-h264" ! h264parse ! mppvideodec ! videoconvert ! videoscale ! kmssink

执行几十次命令,偶尔会有一次显示图像。几乎每次都卡在如下log:
New clock: GstSystemClock
Progress: (request) Sending PLAY request
Progress: (request) Sending PLAY request
Progress: (request) Sent PLAY request
[ 1107.164227] rk_vcodec: vpu_service_ioctl:1894: error: unknown vpu service ioctl cmd 40086c01
hal_h264d_api: hal_h264d_init mpp_buffer_group_get_internal used ion In
mpp_rt: NOT found ion allocator
mpp_rt: found drm allocator

yjr1220 发表于 2019-8-25 17:28:22

请大家指点一下! 谢谢!

yjr1220 发表于 2019-8-26 22:14:04

gstreamder 会卡死在 decode_get_frame 函数。奇怪啊!
页: [1]
查看完整版本: 求助: 关于rk3328 gst-launch-1.0 硬件解码