Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Do you have yahoo mess or skype? which files you need?
Copy link to clipboard
Copied
Sorry I dont have Yahoo mess and skype. I want main.asc file which is there on the server (FMS) and your client-side application , dont know what is your client, if its flash application give me .fla/.as code or if its flex - mxml code. You can attach files here itself or if they are smal just paste the code itself.
Copy link to clipboard
Copied
I am using a script like this also on my site and am having trouble getting the ppv feed to show. here is what I am having trouble with:
$connection_string="rtmp://naughtygirlzoffacebook.????????.com/adult/"
my site is called naughtygirlzoffacebook.com my server is on godaddy and is a dedicated IP, the ????? is the folder where my flash server files are, so far when I click on live chat it shows laoding ....
and when I try to access it from the admin in it show this eror:
Connecting to the video server...
>>The connection attempt failed.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
and here is the conf map from the FMS
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
huh this error appeares in pvp chat when i wanna start to broadcast.