Got context from element 'souphttpsrc0': gst.soup.session=context, session=(SoupSession)NULL, force=(boolean)false;

Please 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)

docker run --gpus all -it --rm --net=host --privileged -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -w /opt/nvidia/deepstream/deepstream-6.1 nvcr.io/nvidia/deepstream:6.1-devel

• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
• Hardware Platform GPU
• DeepStream Version 6.1.0
• TensorRT Version 8.2

root@ht-2288H-V5:/opt/nvidia/deepstream/deepstream-6.1# deepstream-app --version-all

(gst-plugin-scanner:10): GStreamer-WARNING **: 08:06:03.846: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so’: librivermax.so.0: cannot open shared object file: No such file or directory

(gst-plugin-scanner:10): GStreamer-WARNING **: 08:06:03.858: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so’: libtritonserver.so: cannot open shared object file: No such file or directory
deepstream-app version 6.1.0
DeepStreamSDK 6.1.0
CUDA Driver Version: 11.6
CUDA Runtime Version: 11.6
TensorRT Version: 8.2
cuDNN Version: 8.4
libNVWarp360 Version: 2.0.1d3
root@ht-2288H-V5:/opt/nvidia/deepstream/deepstream-5.0#

• NVIDIA GPU Driver Version (valid for GPU only)
root@ht-2288H-V5:/opt/nvidia/deepstream/deepstream-6.1# nvidia-smi
Thu May 26 08:08:20 2022
| NVIDIA-SMI 450.156.00 Driver Version: 450.156.00 CUDA Version: 11.6 |
Tesla T4 A piece of T4 GPU

• Issue Type( questions, new requirements, bugs)
gst-launch-1.0 souphttpsrc location=http://devimages.apple.com/iphone/samples/bipbop/gear4/prog_index.m3u8 ! hlsdemux ! decodebin ! videoconvert ! videoscale ! autovideosink
Setting pipeline to PAUSED …
error: XDG_RUNTIME_DIR not set in the environment.
Pipeline is PREROLLING …
WARNING: from element /GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0: Could not initialise Xv output
Additional debug info:
xvimagesink.c(1773): gst_xv_image_sink_open (): /GstXvImageSink:autovideosink0-actual-sink-xvimage:
Could not open display (null)
Got context from element ‘souphttpsrc0’: gst.soup.session=context, session=(SoupSession)NULL, force=(boolean)false;
Pipeline is PREROLLED …
Setting pipeline to PLAYING …
New clock: GstSystemClock
^Chandling interrupt.
Interrupt: Stopping pipeline …
Execution ended after 0:00:15.506788012
Setting pipeline to PAUSED …
Setting pipeline to READY …
Setting pipeline to NULL …
Freeing pipeline …

gst-launch-1.0 --gst-debug-level=5 souphttpsrc location=http://devimages.apple.com/iphone/samples/bipbop/gear4/prog_index.m3u8 ! hlsdemux ! decodebin ! videoconvert ! videoscale ! autovideosink >log_new.txt 2>&1
log_new.txt (42.9 MB)

When running this command, the GPU memory usage is 103M, but the GPU usage is 0%

T4 is compute card, not display card. that’s why you got the error. you can choose to save the output to local file or send out by rtsp streaming for view.

When running this command, the GPU memory usage is 103M, but the GPU usage is 0%

Decode is running on NVDEC engine, not on GPU, that’s why GPU memory increased, but GPU usage is not.

There is no update from you for a period, assuming this is not an issue anymore.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

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