I use udp so I can restore the input after an interruption. viewtopic.php?f=13&t=100880
Here is the command
Code: Select all
transform=transcode{vcodec=FLV1,vb=2048}
save=std{access=file,dst=${input}.flv}
streaming=display
cvlc udp://@:${input} --sout "#${transform}:duplicate{dst=${streaming},dst=${save}}"
For now I'm sending an INT signal
Regards.