Gstreamer plugin to have reduced latency in streaming

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Gstreamer plugin to have reduced latency in streaming

1,094 次查看
snehal_jadhav
Contributor III

Hi,

We are streaming camera from imx6q platform on remote display which has NVIDIA GPU. We are using below gstreamer pipeline on remote display to stream camera. In below pipeline we are using NVIDIA decoder plugin.

gst-launch-1.0 -e -v udpsrc port=5000 ! application/x-rtp,encoding-name=H264,payload=96 ! rtpjitterbuffer latency=0 drop-on-latency=TRUE ! rtph264depay ! video/x-h264 ! h264parse ! nvdec ! glimagesink sync=false

with this pipeline we are getting ~116ms to ~175ms latency in camera streaming on remote display. How we can reduce our latency in video streaming. Is there any gstreamer plugin which can help us reduce latency or any other way.

Thanks

标签 (1)
标记 (3)
0 项奖励
1 回复

778 次查看
Dhruvit
NXP TechSupport
NXP TechSupport

Hi,

I am exploring the issue, and below are the details required for further analysis to debug this issue. Can you please help me with the same?

  1. Can you please provide me with the command which you are firing at the processor side?
  2. Through which medium the camera data is sent to the remote display?

 

Best Regards,

Dhruvit.

0 项奖励