Updated Live vpx transcoding plus packaging (markdown)

Kongqun Yang 2016-03-18 17:55:07 -07:00
parent f7bf82c8d2
commit 52b23b4e6c
1 changed files with 1 additions and 1 deletions

@ -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.