Hardware Platform (Jetson / GPU) NX
• DeepStream Version 6.11
• JetPack Version (valid for Jetson only) 5.02
• TensorRT Version 8.4
I am using deepstream-app, the source is a h264 udp rtsp input, I need to access udp packet’s header from GSTBUFFER.
I guess to add a probe on the h264parse’s sink_pad may achieve that, I am not sure it’s Ok or not. Or where shall the probe be on? which callback can I use? Please help.