Streaming from CCTV

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)**RTX4080
• DeepStream Version7.0
The camera URL is rtsp://admin:nextan6423@172.16.158.247:554/cam/realmonitor?channel=1&subtype=0.
When I run deepstream python code (for example deepstream-imagedata-multistream-redaction), the command is
python3 deepstream_imagedata-multistream_redaction.py -i rtsp://admin:nextan6423@172.16.158.247:554/cam/realmonitor?Channel=1&Subtype=0
But the &Subtype=0 is discarded.
In printing message, it is like
Playing file ['rtsp://admin:nextan6423@172.16.158.247:554/cam/realmonitor?Channel=1']

Why the part after & is discarded in parsing?

Because “&” has a special meaning in the shell language. You can try to add "" to your uri.

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

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