ERROR from start deepstream pipleline?

Quitting
ERROR from sink_sub_bin_udpsink2: 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_bin2/GstUDPSink:sink_sub_bin_udpsink2:
Could not join multicast group: Error joining multicast group: No such device
ERROR from sink_sub_bin_udpsink2: 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_bin2/GstUDPSink:sink_sub_bin_udpsink2:
Failed to start

deepstream_app_config.txt (3.4 KB)
config_infer_primary.txt (544 Bytes)

Please check if your rtsp valid,
gst-launch-1.0 rtspsrc location=“rtsp uri” ! rtph264depay ! h264parse ! nvv4l2decoder ! nvvideoconvert ! “video/x-raw(memory:NVMM), format=RGBA” ! nvegltransform ! nveglglessink

rj@rj-desktop:~/server/safetyctrl/ai-media-server/models$ gst-launch-1.0 rtspsrc location=“rtsp://admin:a1234567@192.168.1.71:554/h264/ch1/main/av_stream” ! rtph264depay ! h264parse ! nvv4l2decoder ! nvvideoconvert ! “video/x-raw(memory:NVMM), format=RGBA” ! nvegltransform ! nveglglessink
Setting pipeline to PAUSED …

Using winsys: x11
Opening in BLOCKING MODE
Opening in BLOCKING MODE
Pipeline is live and does not need PREROLL …
Got context from element ‘eglglessink0’: gst.egl.EGLDisplay=context, display=(GstEGLDisplay)NULL;
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsp://admin:a1234567@192.168.1.71:554/h264/ch1/main/av_stream
Progress: (open) Retrieving server options
Progress: (open) Retrieving media info
Progress: (request) SETUP stream 0
Progress: (open) Opened Stream
Setting pipeline to PLAYING …
New clock: GstSystemClock
Progress: (request) Sending PLAY request
Progress: (request) Sending PLAY request
Progress: (request) Sent PLAY request
NvMMLiteOpen : Block : BlockType = 261
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 261

(gst-launch-1.0:21895): GStreamer-CRITICAL **: 18:39:34.296: gst_mini_object_unref: assertion ‘mini_object != NULL’ failed
NvMMLiteOpen : Block : BlockType = 261
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 261

when set sink2 enable=0,the pipeline run well
[sink2]
enable=1
type=4
codec=2
sync=1
bitrate=1000000
rtsp-port=8554
udp-port=5400

1 Like

I tried your setting, it works on my side. seems your network issue. see if this post works

[sink2]
enable=1
type=4
codec=2
sync=1
bitrate=1000000
rtsp-port=8554
udp-port=5400

1 Like

configured a route for a multicast traffic with command,then it can work well,thank you

route add -net 224.0.0.0 netmask 224.0.0.0 eth0

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