<div dir="ltr"><div><div><div><div><div><div>Hi all, <br><br></div>I am trying to get an hardware assisted encoding pipeline working with vaapi and I am having some issues with the following pipe:<br><br>gst-launch-1.0 souphttpsrc location=http://...../playlist.m3u8 ! hlsdemux ! decodebin  ! vaapipostproc ! queue  ! framerate=25/1 ! vaapiencode_h264 ! mpegtsmux ! udpsink host=224.0.0.20 port=5000 auto-multicast=true<br><br><br></div>I have a working pipe with a camera as a source with:<br><br>gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=1800 ! video/x-raw,format=YUY2 ! vaapipostproc ! queue ! vaapiencode_h264 ! video/x-h264, stream-format=byte-stream, alignment=au ! mpegtsmux ! udpsink host=224.0.0.20 port=5000 auto-multicast=true<br><br></div>Both logs are attached and I just found that a relevant difference between them is the chroma-site values in the encoding element source caps.<br><br></div>Does anyone have some clues what is missing/wrong with the first pipe?<br><br></div>Thanks in advance,<br></div>João M. <br><div><div><div><div><br><div><br></div></div></div></div></div></div>