Question / Help How to configure the hls mux about "master_pl_name"

mindole

New Member
I'd like to generate the master playlist with HLS recording started.

If I configured the output in the setting as follows (please see the files in attachment), only media playlist file (01.h.m3u8) and segment files are generated....
Contrainer format :
HLS Muxer Settings : segment_list_flags=live hls_flags=delete_segments hls_allow_cache=0 hls_list_size=10 min_seg_duration=2000 use_timeline=0 window_size=30 extra_window_size=30
Video Bitrate : 1500
KeyFrame interval : 30
Video encoder : libx264
Video Encoder Settings : x264-params=open_gop=false:no-scenecut=true:nal-hrd=cbr:force-cfr=1
Audio Bitrate 64
Audio Encoder : AAC
Audio Encoder Setting : min_seg_duration=2000 use_timeline=0 windows_size=20
 

Attachments

  • advanced.JPG
    advanced.JPG
    87.7 KB · Views: 522
  • output.JPG
    output.JPG
    102.9 KB · Views: 517
Top