Can not record a video to server

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default Can not record a video to server

    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

    alexchen2007 Guest

  2. Similar Questions and Discussions

    1. Flash Local Video Record - NEED EXPERT
      :confused; Hello. I need to record video from a webcam locally, then allow a user to SAVE abd then upload to the server. I have heard that this is...
    2. Set Quality for video record
      How can I set quality for video record?
    3. Record Video and Sound In Chat????
      A chat member on a regular site I visit somehow managed to record both video and sound from another members video and chat feed into the chat room....
    4. Record Video Conference
      :brokenheart; I have tried the Video Conference sample provided with the Flash Communication Server 1.5. For my current project I need to give the...
    5. Record video from publishing webcam
      I am trying to record and store video from user published webcams. I have been able to record video from users but I can;t figure out how to save...
  3. #2

    Default Re: Can not record a video to server

    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,



    fmslove Guest

  4. #3

    Default Re: Can not record a video to server

    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!

    alexchen2007 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139