From a92773fe5d0f69139706aba9f6cc14433457d3fb Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Tue, 12 Feb 2019 21:23:59 +0100 Subject: [PATCH] Added alternative way with ffmpeg. --- wgetauto/readme | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wgetauto/readme b/wgetauto/readme index 4cecf47..fd08c7a 100644 --- a/wgetauto/readme +++ b/wgetauto/readme @@ -1,2 +1,5 @@ Example of cron line: 25 15 * * 2 /home/cpm/Libreàvous/wgetauto 6300 /home/cpm/Libreàvous/ >> /home/cpm/Libreàvous/cronlog 2>&1 + +Another way using ffmpeg: +ffmpeg -i https://icecast.libre-a-toi.org:8444/voixdulat_ogg -t 5420 -c copy foo.ogg