Versions Compared

Key

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

...

By default, script will launch offline_mixer_tool.sh, passing multiple streams reording recording file name to it.

Since build 5.2.1023, on_multiple_record_hook.sh script writes only file mixing result to log file /usr/local/FlashphonerWebCallServer/logs/multi-record.log, to decrease hard disk I/O load while offline mixing tool is working. A detailed logging mat=y be enabled if necessary by setting the following variable in the script

Code Block
languagebash
themeRDark
LOGGER_ENABLED=true

Known issues

1. Maximum length of file name in all actual Linux file systems is limited to 255 characters. When record file is created, its name will be trimmed to this limit including extension and part number if rotation is enabled.

...