Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Orin Nano 8GB • DeepStream Version DS7.1 • JetPack Version (valid for Jetson only) Jetpack 6.2 • TensorRT Version 12.6.68 • NVIDIA GPU Driver Version (valid for GPU only) Unknow • Issue Type( questions, new requirements, bugs) raw video saving demo for deepstream_python_apps • 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) NO • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description) I didn’t find any related raw video saving demo on deepstream_python_apps
This looks like a problem with the parameters of your x264enc plugin. You can try to tune the paramters of it by referring to x264enc, like increasing the bitrate, etc…
Let’s first rule out that it is the rtp source dropping packets caused the mosaic problem. Could you use the filesource to run your pipeline and check if there are any issue?