Updated Live vpx transcoding plus packaging (markdown)
parent
f7bf82c8d2
commit
52b23b4e6c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue