CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Nov 2006
    Posts
    221

    How to pass user domain to rtsp server.

    Hi All,

    I dont know whether I am posting this question in the right place or not but i think somehow its related to network programming.

    I have a softgrid server which is running in different domain and client is in different domain. I have a .osd file in client side when I open this with softricity client it stream some data from server to client. It prompts a window for username and password and works fine. But I dont want to see this window.
    I got from some forums that I need to update this .osd file with username and password like this

    "rtsps://user: password@server:573/openof3.0/openof30_3.sft"
    it works fine if client and server is in same domain
    But if they r in different domain then i need a user name like this user@domain.
    Then string should be as i think
    "rtsps://user@domain: password@server:573/openof3.0/openof30_3.sft"
    but its not working

    Please help me how can I do this.
    Thanks in advance.
    Last edited by sulabh120881; June 22nd, 2009 at 01:27 AM. Reason: : P replacing with smily

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured