I’m trying to stream rtsp capturing my screen usinggst-launch-1.0 -v ximagesrc endx=1920 ! videoconvert ! videoscale ! video/x-raw,width=1080,height=1920 ! x264enc speed-preset=veryfast tune=zerolatency bitrate=6000 ! rtspclientsink location=rtsp://localhost:8556/mystream
. Both my vlc and local machine can read it. But when I’m trying to capture it on Jetson Nano with gst-launch-1.0 rtspsrc location=rtsp://192.168.1.3:8556/mystream ! application/x-rtp,media=video ! rtph264depay ! h264parse ! queue ! nvv4l2decoder ! queue ! fakesink
it showing :
Setting pipeline to PAUSED …
Opening in BLOCKING MODE
0:00:00.398188497 16264 0x5573dd9b50 WARN v4l2 gstv4l2object.c:4476:gst_v4l2_object_probe_caps:nvv4l2decoder0:src Failed to probe pixel aspect ratio with VIDIOC_CROPCAP: Unknown error -1
0:00:00.398263499 16264 0x5573dd9b50 WARN v4l2 gstv4l2object.c:2388:gst_v4l2_object_add_interlace_mode:0x5573dcad00 Failed to determine interlace mode
0:00:00.398315844 16264 0x5573dd9b50 WARN v4l2 gstv4l2object.c:2388:gst_v4l2_object_add_interlace_mode:0x5573dcad00 Failed to determine interlace mode
0:00:00.398361626 16264 0x5573dd9b50 WARN v4l2 gstv4l2object.c:2388:gst_v4l2_object_add_interlace_mode:0x5573dcad00 Failed to determine interlace mode
Pipeline is live and does not need PREROLL …
Progress: (open) Opening Stream
Progress: (connect) Connecting to rtsp://192.168.1.3:8556/mystream
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
0:00:01.500384352 16264 0x7f5c057230 FIXME default gstutils.c:3981:gst_pad_create_stream_id_internal:fakesrc0:src Creating random stream-id, consider implementing a deterministic way of creating a stream-id
Progress: (request) Sent PLAY request
0:00:03.578152791 16264 0x5573d6c590 FIXME basesink gstbasesink.c:3145:gst_base_sink_default_event: stream-start event without group-id. Consider implementing group-id handling in the upstream elements
NvMMLiteOpen : Block : BlockType = 261
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 261
NvMMLiteOpen : Block : BlockType = 261
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 261
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
[NvMediaParserParse:357] Video parser parse failed: 0Stream format not found, dropping the frame
Do you have any idea to fix this or why it’s happening ?
Hi,
Please try to launch RTSP server through test-launch and see if it works. Yo may refer to Jetson Nano FAQ
Q: Is there any example of running RTSP streaming?
And please use latest Jetpack 4.6.4.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.