Skip to main content
Participant
February 12, 2008
Question

Can not record a video to server

  • February 12, 2008
  • 2 replies
  • 428 views
I set FMS3.0 dev up and running on Windows server 2003. Then I wrote a little flash app which publishing the video to server for recording using "ns.publish(video_message_1100285, "record");". I am using "live" application.

On server's live log:
it reads "Application doesn't have permissions for server-side record/append of streams; access denied to stream video_message_1100285."
The working dir is default config: LIVE_DIR = C:\Program Files\Adobe\Flash Media Server 3\applications\live
I double checked it, everyone has the write access to this dir.

Anyone can help for this issue?

Many thanks!

Alex
    This topic is closed to new replies. Start a new post to keep the conversation going.

    2 replies

    February 13, 2008
    You are using default signed Live Services which is tuned for FMSS and doesn't support server side recording;

    First, use the unsigned Live applications (reference: live/readme.txt)

    You need to replace the signed Live application (main.far) with main.asc in [FMS-Install-Dir]/samples/applications/live/ ; (For more Info: refer to documentations & live/readme.txt)

    I hope it helps,

    Participant
    February 13, 2008
    I built a unsigned app -- copy all the files from [FMS-Install-Dir]/samples/applications/live/ and change the <VirtualDirectory> in Application.xml.
    Recording app then works.

    For windows version, I need to restart the FMS server though. I tried Linux version as well, works too. Seems restart is not needed in Linux.

    Thanks fmslove!