RTSP error

Hardware Platform: Jetson nano
DeepStream Version: 6.0

I cant use the RTSP sink for my application, I tried others sinks and it worked fine.

This is my config file:

[application]
enable-perf-measurement=1
perf-measurement-interval-sec=2
gie-kitti-output-dir=output

[tiled-display]
enable=1
rows=1
columns=1
width=1280
height=720
gpu-id=0
nvbuf-memory-type=0

[source0]
enable=1
type=3
select-rtp-protocol=0

[sink0]
enable=1
#Type - 1=FakeSink 2=EglSink 3=File 4=RTSPStreaming
type=4
#1=h264 2=h265
codec=1
sync=0
bitrate=4000000
# set below properties in case of RTSPStreaming
rtsp-port=8554
udp-port=5400
source-id=0

[osd]
enable=1
gpu-id=0
border-width=5
text-size=15
text-color=1;1;1;1;
text-bg-color=0.3;0.3;0.3;1
font=Serif
show-clock=0
clock-x-offset=800
clock-y-offset=820
clock-text-size=12
clock-color=1;0;0;0
nvbuf-memory-type=0

[streammux]
gpu-id=0
live-source=0
batch-size=1
batched-push-timeout=40000
width=1920
height=1080
enable-padding=0
nvbuf-memory-type=0

[primary-gie]
enable=1
gpu-id=0
gie-unique-id=1
nvbuf-memory-type=0
config-file=config_infer_primary_yoloV5.txt

[tests]
file-loop=0

I am getting this error:
EERROR from sink_sub_bin_udpsink1: Could not get/set settings from/on resource.
Debug info: gstmultiudpsink.c(1278): gst_multiudpsink_configure_client (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstUDPSink:sink_sub_bin_udpsink1:
Could not join multicast group: Error joining multicast group: No such device
EERROR from sink_sub_bin_udpsink1: GStreamer error: state change failed and some element failed to post a proper error message with the reason for the failure.
Debug info: gstbasesink.c(5265): gst_base_sink_change_state (): /GstPipeline:pipeline/GstBin:processing_bin_0/GstBin:sink_bin/GstBin:sink_sub_bin1/GstUDPSink:sink_sub_bin_udpsink1:
Failed to start
App run failed

I think there may be some problems with your network configuration. You can try the following solution. link.

1 Like

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