Stream decoding¶
All incoming streams are not decoded by default. This behaviour is specified by option
Incoming stream will be decoded on request only:
-
If transcoding is necessary
-
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.
This option may be switched on in flashphoner.properties file if necessary:
Then, all the incoming streams will be decoded. It may increase the server load.