VLC and crontab
Posted: 22 Oct 2005 01:33
Hi !
I have been playing around with VLC, and I found this software AMAZING!
Is it possible to record a live radio with VLC using the crontab? I am listening to this french radio (france info), which URL is
mms://vip9.yacast.fr/encoderfranceinfo
I tried entered the following 2 lines to my crontab :
0 8 21 10 * vlc mms://vip9.yacast.fr/encoderfranceinfo --intf dummy --sout file/ogg:/home/andy/franceinfo.ogg 1>/dev/null 2>&1
30 8 21 10 * killall vlc
to my understanding, this is supposed to start reading the stream from 8 AM during 30 minutes, and save the incoming stream directly in the OGG format in the file franceinfo.ogg.
Unfortunately, this doesn't work! Anyone?
Cheers,
Andy
I have been playing around with VLC, and I found this software AMAZING!
Is it possible to record a live radio with VLC using the crontab? I am listening to this french radio (france info), which URL is
mms://vip9.yacast.fr/encoderfranceinfo
I tried entered the following 2 lines to my crontab :
0 8 21 10 * vlc mms://vip9.yacast.fr/encoderfranceinfo --intf dummy --sout file/ogg:/home/andy/franceinfo.ogg 1>/dev/null 2>&1
30 8 21 10 * killall vlc
to my understanding, this is supposed to start reading the stream from 8 AM during 30 minutes, and save the incoming stream directly in the OGG format in the file franceinfo.ogg.
Unfortunately, this doesn't work! Anyone?
Cheers,
Andy