Skip to main content
Inspiring
August 4, 2008
Answered

Unable to Record to SAN using a UNC path

  • August 4, 2008
  • 1 reply
  • 514 views
We are trying to connect our FMIS3 with our SAN using a UNC path "\\upload.local\upload\FMSRecording\". We have modified the Application.xml’s “StorageDir” tag and we have tried modifying the Vhost.xml’s “Streams” tag. We are able to play the flvs from the share and able to record if the directory already exists, but if the FMIS3 has to create the directories it does not record.

We have configured the SAN permission for FMIS3 to read and write. We have also locked the user account for both the Flash Media Server and the Flash Media Administration Server and the user has full control access.

I would appreciate anyone that could help. Thank you.
    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer Barr4476
    After reading the FMS documentation again, it says that the directories need to be created physically, so now I am checking if they exists if not then I created the folders using the FileObject.

    1 reply

    Barr4476AuthorCorrect answer
    Inspiring
    August 7, 2008
    After reading the FMS documentation again, it says that the directories need to be created physically, so now I am checking if they exists if not then I created the folders using the FileObject.