Skip to main content
October 15, 2010
Question

FMS save stream to standby path

  • October 15, 2010
  • 1 reply
  • 826 views

I mean that FMS save streams to storage card priority, once the storage card is full, then FMS save streams to a standby path on hard drive.

Feasible to do?

thanks

    This topic has been closed for replies.

    1 reply

    Graeme Bull
    Community Expert
    Community Expert
    October 17, 2010

    No. There's no way to check how much space is left on a drive. You can only respond to an error message when trying to publish to a drive and even at that you have to use virtual directories to point to another drive to record to. I suppose in that way it can be done, but you wouldn't be able to do something at a certain threshold so that your recoding doesn't fail part way through.

    Maybe run some code in another language that keeps track of the amount of space on the drive, writes that to a text file and FMS can then read that in your app with some server side coding and you can respond to it that way.