bash脚本 ffprobe 监控hls 直播 监控m3u8文件 并输出到日志。 依赖于: net-tools inotify-tools htop ffmpeg docker部署 FROM ubuntu:16.04 # install libraries RUN apt-get update RUN apt-get install -yy net-tools inotify-</