<div dir="ltr"><div>Hi Team,</div><div><br></div><div>We are required to add ONVIF NTP Timestamp in outgoing RTP packets of our pipeline. <br></div><div>After going through Gstreamer documentation we have zero downed on rtponviftimestamp element.</div><div><br></div><div>On including rtponviftimestamp in our pipeline, the application is crashing due to segmentation fault. Debugging the same is not giving any useful information.<br></div><div><br></div><div>We have written the application in python and below is our example pipeline,</div><div><br></div><div>'appsrc is-live=true name=source format=GST_FORMAT_TIME '\<br>                              'caps=video/x-raw,format=BGR,width=640,height=352,framerate=30/1 ' \<br>                              '! videoconvert ! videoscale ! video/x-raw,format=I420 ! x264enc speed-preset=ultrafast tune=zerolatency ! queue max-size-time=0 ' \<br>                              '! rtph264pay name=pay0 pt=98 ! rtponviftimestamp'</div><div><br></div><div>We are using the above pipeline configuration inside GstRTSPServer/Media Factory functionality to provide an external RTSP interface.</div><div><br></div><div>Please guide us on the correct usage of rtponviftimestamp or an alternate way to add ONVIF NTP timestamp.</div><div><br></div><div>Thanks in advance.</div><div><br></div><div>Regards,</div><div>Kalpesh Shukla<br></div></div>