Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
vod://sample.mp4

where sample.mp4 - is the name of the file that should be located in the "media" folder (by default, /usr/local/FlashphonerWebCallServer/media /, or, starting from folder. Since build 5.2.687, the a custom folder specified using property media_dir).can specified with the following parameter in flashphoner.properties file

Code Block
themeRDark
media_dir=/usr/local/FlashphonerWebCallServer/media

If a file with such name does not exist, the server returns the StreamStatusEvent FAILED message, where the "info" field has the reason: "File not found".

...