• Bela Bodecs's avatar
    avformat/hlsenc: temp_file usage for master playlist and vtt playlist · 098ab932
    Bela Bodecs authored
    currently master playlist and subtitle playlist creation does not use
    temporary files even when temp_file flag is set. Most of the use cases
    it is not a problem because master playlist creation happens once on the
    beginning of the whole process. But if master playlist is periodically
    re-created because of master_pl_refresh_rate is set, non-atomic playlist
    creation may cause problems in case of live streaming. This patch
    correct this behavior by adding this functionality.
    Reviewed-by: 's avatarSteven Liu <lq@onvideo.cn>
    Signed-off-by: 's avatarBela Bodecs <bodecsb@vivanet.hu>
    098ab932
muxers.texi 89 KB