diff --git a/Live-vpx-transcoding-plus-packaging.md b/Live-vpx-transcoding-plus-packaging.md index d1a8837..fbc6d48 100644 --- a/Live-vpx-transcoding-plus-packaging.md +++ b/Live-vpx-transcoding-plus-packaging.md @@ -24,7 +24,7 @@ Option `-speed 4` tells the encoder to encode really fast, sacrificing quality. ``` packager in=pipe1,stream=audio,init_segment=livehd-audio.webm,segment_template=livehd-audio-\$Number\$.webm \ in=pipe1,stream=video,init_segment=livehd-video.webm,template=livehd-video-\$Number\$.webm \ - --mpd_output livehd.mpd --profile live --dump_stream_info --min_buffer_time=10 \ + --mpd_output livehd.mpd --dump_stream_info --min_buffer_time=10 \ --time_shift_buffer_depth=300 --segment_duration=3 --io_block_size 65536 ```