Skip to main content
March 30, 2014
Question

Change storage folder for recorded shows

  • March 30, 2014
  • 1 reply
  • 422 views

Hello

This must be a newbie question. I have found info on how to change the folder that FMS is saving the recorded videos in it.. but I want  to make this folder to be one under the public_html folder (installed on Linux).

For example, I am using: Flash Media Interactive Server Enterprise v4 and i see it is saving the recorded shows to:

/opt/adobe/fms/applications/mmm_play/streams

But this folder is above the public_html folder.. I want to save them instead to the folder videos under public_html:

/home/mmm/public_html/videos

But when I change this in all the application.xml files, it still keeps saving them to the first path not to the new one.. and if i restart the FMS server, they no more get saved....

Am i putting the path correct? any idea please?

Thanks

    This topic has been closed for replies.

    1 reply

    March 31, 2014

    Any help or suggestion please?

    Thanks

    Adobe Employee
    April 1, 2014

    I think if you specify complete file path whne trying to record/save the video it will store in the complete path.

    BTW you said "you changed it all in Application.xml"...What all you changed...

    Your change should be somewhat on following lines. Check sample vod application that ships with AMS

    <Application>

              <StreamManager>

                             <VirtualDirectory>

                    <!-- Specifies application specific virtual directory mapping for recorded streams.   -->

                                                 <Streams>/;${VOD_COMMON_DIR}</Streams>

                                                 <Streams>/;${VOD_DIR}</Streams>

                     </VirtualDirectory>

              </StreamManager>