Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2016 08:39:18 +0200
From:      =?UTF-8?B?KOKAouKAv+KAoikgIERow6luaW4gSmVhbi1KYWNxdWVz?= <dhenin@gmail.com>
To:        Jonesy <SPAM_TRAP_gmane@jonz.net>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: recording Internet radio?
Message-ID:  <CAL5CjnxwowP3_fxr__pxXR7_CFHbp%2BAO3ehka%2BA4sJkutk03dw@mail.gmail.com>
In-Reply-To: <slrnno8ja0.2fo6.SPAM_TRAP_gmane@vps.jonz.net>
References:  <CACcSE1zE3XzTrsaXTK-voD0uCRwMM4QUVpxn0VD2-9ZPHo8pXw@mail.gmail.com> <20160712004959.c8fa53c1.freebsd@edvax.de> <slrnno8ja0.2fo6.SPAM_TRAP_gmane@vps.jonz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
2016-07-12 3:51 GMT+02:00 Jonesy via freebsd-questions <
freebsd-questions@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@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
>



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

#! /bin/sh

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

TERM=3Dxterm

DUREE=3D$1

echo "killall mplayer" | at  +$DUREE minutes

cd ~/Desktop/Les_nuits

# -noconsolecontrols

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

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



---------------------------------------------------------
(V)      Dh=C3=A9nin Jean-Jacques
( ..)     48, rue de la Justice 78300 Poissy
c(')(')  dhenin@gmail.com
---------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAL5CjnxwowP3_fxr__pxXR7_CFHbp%2BAO3ehka%2BA4sJkutk03dw>