我是 gstreamer 的新人。我正在尝试在我的树莓派中运行以下命令
gst-launch-0.10 -v udpsrc port=1234 caps='application/x-rtp,payload=(int)96,encoding-name=(string)H264' !队列 !rtph264depay!h264解析!omxh264dec !autovideosink 同步=真
我收到以下错误警告:错误的管道:没有元素“rtpmp2tdepay”
知道我该怎么做吗?如何安装元素“rtpmp2tdepay”
再次感谢您的回复