Hi,
I am trying to:
- rtsp out a CSI camera from Xavier to estimate if it will work over the network with the highest possible performance.
/opt/nvidia/deepstream/deepstream-4.0/samples/configs/deepstream-app$ deepstream-app -c source1_csi_dec_infer_resnet_int8.txt
where is the file I enabled the sink 2 and it generated url:rtsp://localhost:8554/ds-test
but both
vlc rtsp://localhost:8554/ds-test
and
gst-launch-1.0 rtspsrc location=rtsp://localhost:8554/ds-test
will throw exceptions, e.g:
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsp://localhost:8554/ds-test
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
ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1: Internal data stream error.
Additional debug info:
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1:
streaming stopped, reason not-linked (-1)
Execution ended after 0:00:02.016119097
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
what plays somehow but with terrific image that fades away every few seconds is:
mplayer rtsp://localhost:8554/ds-test
7f7a2bbab0]error while decoding MB 34 44
[h264 @ 0x7f7a2bbab0]concealing 95 DC, 95 AC, 95 MV errors in P frame
V: 12.8 0/ 0 7% 0% 0.0% 0 0
[rtsp @ 0x7f7ad28e60]max delay reached. need to consume packet
[rtsp @ 0x7f7ad28e60]RTP: missed 668 packets
[h264 @ 0x7f7a2bbab0]corrupted macroblock 52 44 (total_coeff=-1)
[h264 @ 0x7f7a2bbab0]error while decoding MB 52 44
[h264 @ 0x7f7a2bbab0]concealing 77 DC, 77 AC, 77 MV errors in P frame
V: 14.9 0/ 0 7% 0% 0.0% 0 0
[rtsp @ 0x7f7ad28e60]max delay reached. need to consume packet
[rtsp @ 0x7f7ad28e60]RTP: missed 659 packets
[h264 @ 0x7f7a2bbab0]concealing 2055 DC, 2055 AC, 2055 MV errors in I frame
V: 17.0 0/ 0 6% 0% 0.0% 0 0
[rtsp @ 0x7f7ad28e60]max delay reached. need to consume packet
[rtsp @ 0x7f7ad28e60]RTP: missed 657 packets
[h264 @ 0x7f7a2bbab0]corrupted macroblock 25 43 (total_coeff=-1)
[h264 @ 0x7f7a2bbab0]error while decoding MB 25 43
am I missing some settings adjustment?