Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default, all the temporary files are placed to /usr/local/FlashphonerWebCallServer/records folder.

Minimal available dick space checking

Since build 5.2.1209 a minimal available dick space is checked when recording a stream. If the space available is less then a limit, the recording will stop, or will not be started. In this case, the following message will be written to server log

Code Block
themeRDark
Not enough available disk space

The space limit is set by the following parameter (1 G by default)

Code Block
themeRDark
file_recorder_min_space=1g

It is possible to set the limit value in gigabytes ( g suffix) or in megabytes ( m suffix), for example

Code Block
themeRDark
file_recorder_min_space=1024m

Note that if the recording was stopped due to space limit, a post processing script still will be launched for the recording file.

Client side

If stream recording is enabled on the server, whether the stream is recorded or not is determined by the value of record parameter passed into the createStream function in the script of the publisher client:

...