Pream Kumar
Pream Kumar
in node_trans_session.js file, comment out the following lines // fs.readdir(ouPath, function (err, files) { // if (!err) { // files.forEach((filename) => { // if (filename.endsWith('.ts') // || filename.endsWith('.m3u8') // ||...
set hlsFlags to change playlist type. trans: { ffmpeg: '/usr/bin/ffmpeg', tasks: [ { app: 'live', hls: true, hlsFlags: '[hls_time=5:hls_list_size=3:`hls_playlist_type=event`]', } ] } P.S: remove `hls_flags=delete_segments` if its there already.