Skip to main content
Participating Frequently
June 20, 2009
Question

Error while connecting

  • June 20, 2009
  • 2 replies
  • 2353 views

Hi! I try to establich the connection with asc file from applications/videochat

$connection_string="rtmp://videochat/";

And I'm getting the result from media server

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

Please.. helpp

    This topic has been closed for replies.

    2 replies

    Participating Frequently
    July 1, 2009

    here is the main.asc from aplications/videochat

    and where I can find client side?

    thx a lot. the FMS is 3.5

    Participating Frequently
    July 1, 2009

    and here is the conf map from the FMS

    Adobe Employee
    July 1, 2009

    I think you missed attaching something - What do you mean by conf map - you mean configuration files. By client-side I mean - what are you using to connect to FMS and where do you get the error message.

    Adobe Employee
    July 1, 2009

    If your server is on localhost , i mean same machine from where you are running your client your URI should be " "rtmp:/videochat" (not "rtmp://videochat/") or "rtmp://localhost/videochat". And if its on another machine then "rtmp://<server-ip or domain name>/videochat"

    Try this see if it works or let me know if it doesnt.

    Participating Frequently
    July 1, 2009

    nope ( the problem ramained

    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

    Adobe Employee
    July 1, 2009

    Can you pass me your server-side and client-side code - or you can just paste it here. Also let me know where is your server , on same machine or on different machine.