If someone is interrested, here is a perl script that execute the previous vlc command, can be usuefull to create an automated task that does the recording every day: my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); my $dateUs = ($mon+1)."-".$mday."-".(...