查询 ffmpeg 的 DASH 混合器并在 MPEG-DASH 媒体演示描述 (MPD) 文件中设置 timeShiftBufferDepth 值
A query on ffmpeg's DASH muxer and setting timeShiftBufferDepth values in MPEG-DASH Media Presentation Description (MPD) files
webm_dash_manifest 多路复用器的文档提到了 time_shift_buffer_depth 选项,定义为 "Smallest time (in seconds) shifting buffer for which any Representation is guaranteed to be available. "
option/setting 在 dash 多路复用器(如果已实现)中的等价物是什么?
当使用 SegmentTemplate
时,-window_size <num_segments>
乘以最后一段持续时间似乎设置 timeShiftBufferDepth
。
来源:https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/dashenc.c#L922
webm_dash_manifest 多路复用器的文档提到了 time_shift_buffer_depth 选项,定义为 "Smallest time (in seconds) shifting buffer for which any Representation is guaranteed to be available. "
option/setting 在 dash 多路复用器(如果已实现)中的等价物是什么?
SegmentTemplate
时,-window_size <num_segments>
乘以最后一段持续时间似乎设置 timeShiftBufferDepth
。
来源:https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/dashenc.c#L922