문제

i am a new guy in gstreamer. I am trying to run the following command in my raspberrypi

gst-launch-0.10 -v udpsrc port=1234 caps='application/x-rtp,payload=(int)96,encoding-name=(string)H264' ! queue ! rtph264depay ! h264parse ! omxh264dec ! autovideosink sync=True

i am getting following error WARNING: erroneous pipeline: no element "rtpmp2tdepay"

any idea how can i slove it ? how can install the element "rtpmp2tdepay"

thanks again for your response

도움이 되었습니까?

해결책

rtpmp2tdepay is included in the gstreamer good plugin.

in your command line type in :

sudo apt-get install gst-plugins-good
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top