Profile Change in x264enc plugin

Mohammad, Jamal M MohammadJamal.Mohiuddin at ncr.com
Thu Feb 1 12:02:57 UTC 2018


Hi Guys,

We want to use gstreamer for streaming windows desktop over IP.

On the receiver end I am using the following pipeline:

gst-launch-1.0 -vvv udpsrc port=5004 ! application/x-rtp, payload=96 ! rtph2 64depay ! h264parse ! imxvpudec ! imxipuvideosink sync=false

On the sender end we are using the following pipeline:
 C:\gstreamer\1.0\x86_64\bin\gst-launch-1.0.exe -v dx9screencapsrc ! video/x-raw,framerate=30/1 ! queue ! videoconvert ! x264enc ! h264parse config-interval=-1 ! rtph264pay pt=96 config-interval=-1 ! udpsink host=<IP Address> port=5004 sync=true.

The imxvpudecoder fails to decode the frame and gst-launch terminates at the receiver end with the following error:
imxvpuapi imxvpuapi_vpulib.c:1387:imx_vpu_dec_get_initial_info: could not retrieve configuration information: failure

I believe it is something related to changing profile. How can I change the profile of x264 enc.

Thanks,
Mohammad Jamal Mohiuddin
Software Engineer, Retail Hosp/HW
NCR Corporation India Pvt Ltd.
MohammadJamal.Mohiuddin at ncr.com<mailto:MohammadJamal.Mohiuddin at ncr.com> | www.ncr.com<http://www.ncr.com>




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180201/a750f0f0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Picture (Device Independent Bitmap) 1.jpg
Type: image/jpeg
Size: 2007 bytes
Desc: Picture (Device Independent Bitmap) 1.jpg
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180201/a750f0f0/attachment.jpg>


More information about the gstreamer-devel mailing list