Skip to main content
Participant
April 2, 2009
Question

Write Access Denied - Flash Media Server

  • April 2, 2009
  • 1 reply
  • 2254 views
Hi people,

I´m testing Flash Media Server and Flash Media Encoder. I installed FME in my desktop and FMS in a server.

When I start the encoder, the folowing message apears:

"Thu Apr 02 2009 13:38:00 : Primary - Connected
Thu Apr 02 2009 13:38:00 : Primary - Stream[mylivestream] Status: Success
Thu Apr 02 2009 13:38:00 : Primary - Stream[mylivestream] Status: NetStream.Record.NoAccess
Thu Apr 02 2009 13:38:00 : Session Started
Thu Apr 02 2009 13:38:00 : Video Encoding Started
Thu Apr 02 2009 13:38:00 : Audio Encoding Started"

Why "NetStream.Record.NoAccess"?

This message apears in the Flash Media Server Log:
"Method not found (FCUnpublish)"
"Method not found (releaseStream)"
"Method not found (FCPublish)"
Write Access Denied for stream mylivestream.

Could help?

Alexander

alexander.dubrowsky@fgv.br
    This topic has been closed for replies.

    1 reply

    April 2, 2009
    Did you create your own application, or are you using one of the applications that comes preinstalled with FMS?

    You'll get the NetStream.Record.NoAccess code when you try to record to a read-only stream (see the docs on the Stream class), or when the client does not have write permission see the docs for the Client.writeAccess property)