recording Internet radio?

(•‿•) Dhénin Jean-Jacques dhenin at gmail.com
Tue Jul 12 08:21:57 UTC 2016


2016-07-12 3:51 GMT+02:00 Jonesy via freebsd-questions <
freebsd-questions at freebsd.org>:

> On Tue, 12 Jul 2016 00:49:59 +0200, Polytropon wrote:
> > On Mon, 11 Jul 2016 15:38:39 -0700, Aleksandr Miroslav wrote:
> >> Is there something I can install from ports on a server to record
> Internet
> >> radio? There is a show that plays outside the timezone I live in that I
> >> would like to record and listen to offline/later.
> >
> > If you can stream it (without the need of using a web browser),
> > maybe mplayer/mencoder or rtmpdump could be used.
>
> Also, streamripper
>
> Jonesy
> --
>   Marvin L Jones    | Marvin      | W3DHJ.net  | linux
>    38.238N 104.547W |  @ jonz.net | Jonesy     |  FreeBSD
>     * Killfiling google & XXXXbanter.com: jonz.net/ng.htm
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
>



-----------------%><---------------------------------------------------------------

#! /bin/sh

# 1h   =  3600
# 1h30 =  5400
# 2h   =  7200
# 2h30 =  9000
# 5h (une nuit fc) = 18000
# 6h00 = 24000

TERM=xterm

DUREE=$1

echo "killall mplayer" | at  +$DUREE minutes

cd ~/Desktop/Les_nuits

# -noconsolecontrols

/usr/local/bin/mplayer -noconsolecontrols -really-quiet -slave -ao
pcm:file="`date "+%j-%Hh%M"`.wav" \
http://audio.scdn.arkena.com/11010/franceculture-midfi128.mp3

-----------------%><---------------------------------------------------------------



---------------------------------------------------------
(V)      Dhénin Jean-Jacques
( ..)     48, rue de la Justice 78300 Poissy
c(')(')  dhenin at gmail.com
---------------------------------------------------------


More information about the freebsd-questions mailing list