Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
AGX Xavier
• DeepStream Version
Deepstream 6.2
• JetPack Version (valid for Jetson only)
5.2
• TensorRT Version
8.5.2-1+cuda11.4
• NVIDIA GPU Driver Version (valid for GPU only)
35.3.1
• Issue Type( questions, new requirements, bugs)
I can’t get an RTSP feed to work. I have RTSP running as my sink, and the deepstream-app shows it running on localhost ( *** DeepStream: Launched RTSP Streaming at rtsp://localhost:8554/ds-test ***). I show FPS of my inference. Yet when I try to connect to the stream over my LAN using the Jetson’s IP address (rtsp://192.168.3.2:8554/ds-test), VLC is unable to open the stream. The log file says:
- logger module started –
main: Running vlc with the default interface. Use ‘cvlc’ to use vlc without interface.
main: playlist is empty
satip error: Failed to setup RTSP session
NMAP shows the port is open, and I’m running this on a barebones switch with no filtering or customizations at all. I am SSH’d into the Jetson from the laptop where I’m trying to view the stream.
Here’s my source and sink config:
[source0]
enable=1
type=5
camera-csi-sensor-id=0
camera-width=2592
camera-height=1458
camera-fps-n=30
camera-fps-d=1
num-sources=1
gpu-id=0
cudadec-memtype=0
[sink0]
enable=1
type=4
codec=1
enc-type=0
profile=0
bitrate=4000000
rtsp-port=8554
udp-port=5400
camera-width=2592
camera-height=1458
sync=0
gpu-id=0
nvbuf-memory-type=0
I can’t think of anything else. I’ve searched and searched the forums and see other similar posts, most of which say “check your network settings.” My network settings are as basic as possible.
Any ideas? I just need to see the stream on my laptop, nothing fancy.
• 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)
See notes above.
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)