I am retrieving video from an IP-Camera using rtsp using a java web application; The rtsp url has embedded username/password in the url itself which seems to be quite insecure. e.g. rtsp://user:password@ip/...
Is there a way to to prevent sending the username/password in the URL.
What will be the best possible way to secure the URL?