How to generate a fmp4 hls live stream with FFMPEG
Forum thread showing a complete FFmpeg command line for generating a fragmented MP4 (fMP4) HLS live stream, including drawtext filter usage for burning timestamps into the output.
Link
Related resources
- HLS-Tools (Apple official bundle mirror)Mirror of Apple's official HLS Tools bundle: Media Stream Segmenter, Media Stream Validator, Variant Playlist Creator, and ID3 Tag Generato…
- videojs-hlsjs-pluginhls.js source handler plugin for video.js 5+, long-standing and still maintained integration bridge.
- cmcdv2-hls-pluginCMCD v2 (Response Mode/Event Mode) plugin for hls.js, reports QoE metrics to a server per the latest CMCD spec revision.
- hlsvalidatorQt/Qwt GUI tool to dump and visually inspect M3U8 playlists and TS segments.
- DASH-IF ValidatorsOfficial DASH Industry Forum validator toolset for MPD conformance and live-stream validation.
- Harnessing WebRTC for Large-Scale Live StreamingACM SIGCOMM 2025 paper on scaling WebRTC for large-audience low-latency live streaming.
- low-latency-dash-ffmpegDockerized ffmpeg reference configuration for LL-DASH per-frame moof chunk streaming.
- FOSDEM 2024: Streaming Live Using RIST On Demand to ThousandsFOSDEM Open Media devroom talk on a real-world RIST architecture achieving 500ms glass-to-glass latency at scale, comparing RIST vs QUIC.
- srt-advanced-serverConfigurable SRT server supporting single-source to multi-target stream distribution.
- Performance of Low-Latency HTTP-based Streaming PlayersMMSys'21 paper comparing AVPlayer, Shaka, HLS.js, and Dash.js performance under LL-HLS and LL-DASH.