質問

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