Skip to main content
Participating Frequently
December 5, 2008
Question

problem flash media server

  • December 5, 2008
  • 8 replies
  • 1304 views
I tried to access to my FMS from an php/flash script but i get this error:

quote:

Connecting to the video server... >>The client does not have permission to connect to the application, or the application expected different parameters from those that were passed. >>The connection was closed successfully
    This topic has been closed for replies.

    8 replies

    urgidoAuthor
    Participating Frequently
    December 8, 2008
    can somebody explain what means the error that i get?
    urgidoAuthor
    Participating Frequently
    January 5, 2009
    Connecting to the video server...
    >>The client does not have permission to connect to the application, or the application expected different parameters from those that were passed.
    >>The connection was closed successfully

    how i can solve this?
    Participant
    December 8, 2008
    Thanks! I will try too.
    urgidoAuthor
    Participating Frequently
    December 6, 2008
    error:

    <result>
    <level>error</level>
    <code>Admin.API.InvalidURL</code>
    <description>/getserverstats</description>
    <timestamp>Sat 06 Dec 2008 10:07:07 AM PST</timestamp>
    </result>
    urgidoAuthor
    Participating Frequently
    December 6, 2008
    let me try =)
    urgidoAuthor
    Participating Frequently
    December 5, 2008
    so, your suggestion is that i need to check the UID on the conf file?

    Other question. How i can login yo my FMS using web browser? Because if i tried to login just http://IP:1111 an error occurred.

    <result>
    <level>error</level>
    <code>NetConnection.Connect.Rejected</code>
    <description>Admin user requires valid username and password.</description>
    <timestamp>Fri 05 Dec 2008 12:31:56 PM PST</timestamp>
    </result>
    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    December 5, 2008
    If you're using FMS' web admin you need to structure your querieis and commands like so

    http://fmsServerName:1111/getServerStats?auser=username&apswd=password

    That's why it's complaining that you're missing authentication
    Participating Frequently
    December 5, 2008
    no, I mean the account that's running the stuff on your webserver can be duplicated on the FMS server, and maybe you won't get those authentication problems.
    urgidoAuthor
    Participating Frequently
    December 5, 2008
    create a new user on my dedicated server or what?

    Participating Frequently
    December 5, 2008
    Have you tried creating a new user that matches the credentials that runs your web services on the webserver?