Beginner: How To Make this MP3DJ Example Work?
Hello!
I am a FMS newbie, and am trying to take the MP3DJ application developed by Graeme Bull, from his article http://www.adobe.com/devnet/flashmediaserver/articles/live_dj_app.html
I recently purchased an Influxis FMS hosting account, and tried to take the example files given, modify them to fit my FMS server's specifications, and run the application. However, every time I run the SWF file that is meant to interface with the Influxis FMS server - from within Flash - I get the error message:
NetConnection.Connect.Rejected
NetConnection.Connect.Closed
On my Influxis server, the file structure is thus:
main.asc file: ~/mp3dj/main.asc
instance: ~/mp3dj/source/mp3djapp/
The syntax I am using to connect to the server is as follows:
nc.connect("rtmp://ablrtd3t.rtmphost.com/mp3dj/mp3djapp");
Pinging ablrtd3t.rtmphost.com gives back a good, clean response. An online port checker application said all three FMS ports are ready and usable on my computer. I'm not sure what could be causing this issue.
Any help in understanding the FMS server-client structure would be much appreciated! Can anybody offer insight into how to solve this problem?
Thanks,
Andrew Grathwohl
