views:

150

answers:

0

The problem is when using function publish from NEtStream object. Error event is "NetStream.Record.NoAccess". I think problem is with configuration FMS.

How i connect(it connect successfully)

connection.connect("rtmp://localhost/vod");
connection.client = this;

Trying:

connection.connect("rtmp://localhost/live");
connection.connect("rtmp://vod");

Publish method:

ns.publish("filmik", 'record');

At Admin Panel of FMS i see it connected but status is "Idle". Ofc i try by google but i didn't found anything intersting.

Thanks all for reply.