diff --git a/Live-vpx-transcoding-plus-packaging.md b/Live-vpx-transcoding-plus-packaging.md index 8441b72..a9c9850 100644 --- a/Live-vpx-transcoding-plus-packaging.md +++ b/Live-vpx-transcoding-plus-packaging.md @@ -26,4 +26,4 @@ packager in=pipe1,stream=audio,init_segment=livehd-audio.webm,segment_template=l Option `-io_block_size 65536` tells packager to use an io_block_size of 65K for threaded io file. This is necessary as reading from pipe blocks until the specified number of bytes, which is specified in io_block_size for threaded io file, thus the value of io_block_size cannot be too large. -This example cannot be easily extended to support more streams and add encryption. +This example can be easily extended to support more streams and add encryption.