• M
    obs-ffmpeg: Add HLS output · 49d351b5
    Maya Venkatraman 提交于
    Add and register an obs_output_info struct called
    ffmpeg_hls_muxer. It uses ffmpeg's HLS muxer to stream output.
    
    Add threading and buffer to reduce skipped frames.
    Also add frame drop logic when there are too many packets in the
    buffer for congestion control.
    49d351b5
ffmpeg-mux.c 20.4 KB