Tcpserversink streaming issue

I have following pipeline


and having issue with playing rtsp stream from it.

When I’m trying to play with ffplay rtsp://192.168.108.50:5400 get following error:

[rtsp @ 0x7fa54a40b200] CSeq 1 expected, 0 received.
rtsp://192.168.108.50:5400: Invalid data found when processing input

at the same time getting following warnings from container with pipeline:

instance-1  | 0:00:15.611843402     1 0x7f0708418b60 WARN         multisocketsink gstmultisocketsink.c:1079:gst_multi_socket_sink_socket_condition:<tcpserversink> [socket 0x7f067c003130] has error
instance-1  | 0:00:15.611886333     1 0x7f0708418b60 WARN         multihandlesink gstmultihandlesink.c:960:gst_multi_handle_sink_remove_client_link:<tcpserversink> [socket 0x7f067c003130] removing client 0x7f067c0020d0 because of error

Can you please help me to debug it?

hardware: amd64, docker, ubuntu
deepstream version: 6.2, python

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)

• DeepStream Version

• JetPack Version (valid for Jetson only)

• TensorRT Version

• NVIDIA GPU Driver Version (valid for GPU only)

• Issue Type( questions, new requirements, 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)

• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

can using filesink work? can the file play well?

• Hardware Platform (Jetson / GPU) Nvidia A2
• DeepStream Version 6.2
• TensorRT Version 8.5.2-1+cuda11.8 (not sure)
• NVIDIA GPU Driver Version 535.113.01
• Issue Type question

fanzh
yes, mkv file can be written and played

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

it is warning logs. could you share the whole logs? is the port taken? or is there any port permission issue? you can use the following command-line to check?

gst-launch-1.0 videotestsrc is-live=true ! jpegenc ! rtpjpegpay ! tcpserversink port=5400

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