Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可用的命令可以在指定的字节数或时间段内缓冲传入流?例如
wget -O - http://video.com/myvid.mp4 | mybuffer -t 5s | myvidplayer
尝试 带有选项的pvorbar 命令。--buffer-size
pv
bar
--buffer-size
我认为经典dd命令也应该允许这样做。
dd