Hi,
Not sure if you composite the sources into single video plane for rendering. If not, we would suggest do this since this is what we demonstrate in DeepStream SDK. And for optimal performance, please execute the script: VPI - Vision Programming Interface: Performance Benchmark
Yes, we composite 4 videos into 1 frame by QT, but we don’t familiar with DeepStream.
We do some experiments about rendering performance. We think main problem is not on composite 4 videos to 1 video.
Playing a 4k video by ffmpeg on a 4k display, GPU usage is 48%
Hi,
There may be additional memory copy while using ffmpeg. This may be bottleneck of performance. For optimal performance, we suggest use gstreamer or jetson_multimedia_api. Please check the documents: Multimedia — Jetson Linux Developer Guide documentation