Application doesn't have permissions for server-side record/append of streams
I installed the FMS on Linux. I am trying to record webcam videos from a flex application and save them server-side, for eventual posting to YouTube.
I installed the application "live" in the path "record". In my flex code I do:
nc.connect("rtmp://ipaddr.us-west-1.compute.amazonaws.com/live/record");
It connects fine, so I do:
ns.publish("camtest", "record");
It fails with NetStream.Record.NoAccess. On the server side it says
Accepted a connection from IP:xx.xx.xx.xx, referrer: , pageurl:
Application doesn't have permissions for server-side record/append of streams; access denied to stream camtest.
In my conf/fms.ini file I set LIVE_DIR to /mnt/live. That directory exists and is world-writable, so I'm not sure what is happening. Is there some other permission that I'm missing? Is it just the wrong application? Which one do I use for netstream recording?
Thanks
-jsd-
