Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Orin Nano Dev Kit 8GB
• DeepStream Version 6.3
• JetPack Version (valid for Jetson only) 5.1.2
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) 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)
I got a Jetson Orin Nano Devkit on Dec 1st. I install DeepStream SDK and run the deepstream-app with
samples/configs/deepstream-app/source30_1080p_dec_infer-resnet_tiled_display_int8.txt
successfully, EGLSink. The EGLSink and fakesink are working well.
Therefore, I start testing the RTSP output. The system crashed and reboot. I found that it was related to HWencoder, so I changed to SW. The FPS shows something and then turn to 0. FileSink also the same.
[sink1]
enable=1
type=3
#1=mp4 2=mkv
container=2
#1=h264 2=h265
codec=2
# encoder type 0=Hardware 1=Software
enc-type=1
sync=0
# iframeinterval=10
bitrate=2000000
# H264 Profile - 0=Baseline 2=Main 4=High
# H265 Profile - 0=Main 1=Main10
# set profile only for hw encoder, sw encoder selects profile based on sw-preset
profile=0
output-file=out.mkv
source-id=0
[sink2]
enable=0
# Type - 1=FakeSink 2=EglSink 3=File 4=RTSPStreaming
type=4
# 1=h264 2=h265
codec=1
# encoder type 0=Hardware 1=Software
enc-type=1
# sw-preset=1 #for SW enc=(0)None (1)ultrafast (2)superfast (3)veryfast (4)faster
# (5)fast (6)medium (7)slow (8)slower (9)veryslow (10)placebo
sync=0
bitrate=4000000
# H264 Profile - 0=Baseline 2=Main 4=High
# H265 Profile - 0=Main 1=Main10
# set profile only for hw encoder, sw encoder selects profile based on sw-preset
profile=0
# set below properties in case of RTSPStreaming
rtsp-port=8554
udp-port=5400
**PERF: FPS 0 (Avg)
**PERF: 102.40 (49.54)
**PERF: 0.00 (9.00)
**PERF: 0.00 (4.95)
**PERF: 0.00 (3.41)
**PERF: 0.00 (2.60)
I think x264enc is working as well, testing the following code:
gst-launch-1.0 -e videotestsrc ! x264enc ! mpegtsmux ! filesink location=test.ts
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I also try docker,
docker run -it --rm --runtime nvidia --net=host --privileged -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -w /opt/nvidia/deepstream/deepstream-6.3 nvcr.io/nvidia/deepstream:6.3-triton-multiarch
same idea, EGLSink and fake sink worked perfect, filesink and rtspsink failed.
Please save time and don’t reply something what is your version, can you provide GST_DEBUG=3, etc. I don’t even start to code yet, everything from SDK / docker itself. I can see a lot of questions are closed due to 14 days, without even a useful advice.