Python Bindings for DeepStream not working with RTSP stream

Hi,
Looks like the URI is not read correctly. In the Now Playing print, it should be:

rtsp://......?channel=1&subtype=0,

But it shows only

rtsp://......?channel=1,

It should be because & is interpreted as running in background. Please replace & with \& and check if the URI is correctly read.

1 Like