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?