I.MX8MMini - H.264 RTP Stream Issue : WARNING: erroneous pipeline: no property "tune" in element "vpuenc_h264-0"

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I.MX8MMini - H.264 RTP Stream Issue : WARNING: erroneous pipeline: no property "tune" in element "vpuenc_h264-0"

1,185 Views
santhosh2
Contributor IV

Hi,

I am trying to create RTP pipe using vpuenc_h264 for H264 stream im getting the below error

no property "tune" in element "vpuenc_h264-0"

Full command is as below

gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,width=640,height=480,framerate=(fraction)30/1', speed-preset=superfast, bitrate=2048 ! videoflip method=counterclockwise ! videoflip method=horizontal-flip ! videoconvert ! vpuenc_h264 tune=zerolatency ! rtph264pay ! multiudpsink auto-multicast=true send-duplicates = true bind-port=5000 clients="255.255.255.255:5000"

gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,width=640,height=480, framerate=(fraction)30/1' ! textoverlay text=CAM1 font-desc=56 ! videoconvert ! vpuenc_h264 tune=zerolatency ! rtph264pay ! multiudpsink auto-multicast=true send-duplicates = true bind-port=5000 clients="255.255.255.255:5000"

How to resolve this

Regards

Santhosh

0 Kudos
1 Reply

1,086 Views
igorpadykov
NXP Employee
NXP Employee

Hi Santosh

for vpuenc_h264 usage one can look at variscite resources:

DART-MX8M GSTREAMER - Variscite Wiki 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos