I am using vlc-qt to get the video stream from a camera protected by authentication.

Doing a test with cameras unauthenticated the code works fine and the video stream is displayed correctly.

In those that require authentication instead, specifying the url as:

rtsp: // username: password@ipaddress/p1.mp4

authentication will not be accepted.

Did I forget something or is there some other method to authenticate?

Thanks!