Versions Compared

Key

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

All incoming streams are decoded by default. This behaviour is specified by option

Code Block
languagebash
themeRDark
streaming_video_decoder_fast_start=true

This option may be switched off in flashphoner.properties file if necessary (for example, to reduce the server load):

Code Block
languagebash
themeRDark
streaming_video_decoder_fast_start=false

In this case, incoming streams will be decoded on request only:

  1. If transcoding is necessary
  2. If decoding is necessary when taking a PNG snapshot of the stream

In the cases above, decoder is created only for the time of transcoding or snapshot taking, and is stopped after the operation is completed.

Include Page
WCS5EN:Stream decoding
WCS5EN:Stream decoding