Pixelation on RTSP stream

When running gst-play-1.0 command I get the following output. The pixelation occurs when there are movements.

However, VLC and FFMPEG are able to play the RTSP stream without trouble.

Is this an issue with gstreamer pipeline or the RTSP stream?

I am currently on a Windows machine running gst-play.

lease provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

There is packet lost during transferring.

From client side(deepstream app is rtsp client), you may try to enhance the rtsp receiving quality by tuning the rtspsrc properties. rtspsrc: GStreamer Good Plugins 1.0 Plugins Reference Manual

gst-play can only enable the default properties of rtspsrc.

It has nothing to do with deepstream.

May I know how I can tune the rtspsrc accordingly?

Currently I am running this gstreamer pipeline: gst-launch-1.0 rtspsrc location=rtsp://--- ! rtpjitterbuffer ! rtph264depay ! queue ! h264parse ! avdec_h264 ! videoscale ! fpsdisplaysink sync = false video-sink= "autovideosink"

gstreamer is an open source project. Please refer to gstreamer sources.

https://gstreamer.freedesktop.org/documentation/rtpmanager/rtpjitterbuffer.html

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.