Hi all! I'll like to ask if there exist other options to pass time into reopen_when function.
# Dump the stream > filename = > '#{storage_dir}/encoder-fm-#{device_id}/recording-%Y-%m-%d-%H_%M_%S.mp3' > output.file(%mp3(stereo=false,bitrate=64,samplerate=44100),filename, > reopen_when={0m or 5m or 10m or 15m or 20m or 25m or 30m or 35m or 40m or > 45m or 50m or 55m},live) This code works perfect but we need to move from 5 min to 1 min, and look very dirty use: reopen_when={0m or 1m or 2m or 3m or ... or 59m},live) some advice to simplify the line and reopen every 1 min? or inclusive 30 secs? Thanks Alejandro
_______________________________________________ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users