Results 1 to 2 of 2

Thread: vlc-qt: rtsp stream with authentication required

  1. #1
    Join Date
    Aug 2015
    Posts
    1
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default vlc-qt: rtsp stream with authentication required

    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!

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,316
    Thanks
    314
    Thanked 870 Times in 857 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: vlc-qt: rtsp stream with authentication required

    What does your camera manual have to say?

    If the URL you are passing has spaces (as you have posted here), then that isn't legal URI syntax.

Similar Threads

  1. Using QHttp for authentication required
    By anoop7181 in forum Qt Programming
    Replies: 4
    Last Post: 18th April 2011, 11:25
  2. Replies: 4
    Last Post: 28th December 2010, 04:13
  3. HTTPS Client Authentication (Mutual Authentication)
    By cbourne in forum Qt Programming
    Replies: 3
    Last Post: 5th December 2010, 11:51
  4. RTSP Streaming
    By somnathbanik in forum Newbie
    Replies: 3
    Last Post: 12th November 2010, 11:35
  5. RTSP support in Qt
    By keyur259 in forum Qt Programming
    Replies: 4
    Last Post: 20th April 2010, 06:17

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.