Record m3u8 with chunk file

hello , i need to ask if can add record m3u8 file with chunk every 10sec , like ADD 1 file.m3u8
or ADD 1 stream to m3u8
thanks

any help ?

I would, if I had an idea… :frowning_face:

1 Like

This works in server 2.07

ADD 1 STREAM C:/wamp/www/test/playlist.m3u8 -codec:v libx264 -codec:a libvo_aacenc -tune:v zerolatency -preset:v ultrafast -crf 25 -vf "scale=480:270,format=yuv420p,setdar=16:9"  -hls_time 10 -hls_list_size 6 -hls_wrap 10 -start_number 1  -ar:a 44100 -b:v 1000k -minrate:v 1000k -maxrate:v 1000k -bufsize:v 1000k
1 Like

leader vimlesh its working with 2.07 but not working with last version in casparcg , but why not working with 2.3 ?

This works in 2.3

ADD 1 STREAM C:/wamp/www/test/playlist.m3u8  -tune:v zerolatency -preset:v ultrafast -crf:v 25 -filter:v "scale=480:270,format=yuv420p,fps=25"  -hls_time 10 -hls_list_size 6 -hls_wrap 10 -start_number 1  -ar:a 44100 -b:v 1000k -minrate:v 1000k -maxrate:v 1000k -bufsize:v 1000k -filter:a pan=stereo|c0=c0|c1=c1

However continous warning comes. To mute the warnings, send a command like

log level error
1 Like

wokring good but warning comes but log level error good idea super thanks leader vimlesh

1 Like