deepstream-services-library icon indicating copy to clipboard operation
deepstream-services-library copied to clipboard

How do you connect to an RTSP Sink - what is the connection string?

Open rjhowell44 opened this issue 1 year ago • 0 comments

The question was asked from the DSL Discord Server. Clearly, the documentation is complete and needs to be updated as follows.

Important Note: the URI is derived from the device identification, rtmp_port, and server mount point which is derived from the unique RTSP Sink name,

When the client and DSL application are both running locally:

rtsp://<device-name>.local:<rtmp-port-number>/<rtsp-sink-name>

for example:

rtsp://my-jetson-device.local:8554/my-rtsp-sink

When the client is running remotely from the DSL application:

rtsp://<user-name>:<password>@<ip-address>:<rtmp-port-number>/<rtsp-sink-name>

for example:

rtsp://admin:[email protected]:8554/my-rtsp-sink

rjhowell44 avatar May 21 '23 21:05 rjhowell44