From 52b23b4e6cbb2e60490917d2e5ebbfac6516c7e9 Mon Sep 17 00:00:00 2001 From: Kongqun Yang Date: Fri, 18 Mar 2016 17:55:07 -0700 Subject: [PATCH] Updated Live vpx transcoding plus packaging (markdown) --- Live-vpx-transcoding-plus-packaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.