Liste des Groupes | Revenir à cs raspberry-pi |
On Thu, 29 Aug 2024 16:34:48 +0100, Chris Elvidge wrote:Yes it is long. That's why I have a bash script called 'radiofrominternet' to do the heavy lifting. vlc has the advantage of being controllable from a web browser (--inf=http).
I use command-line vlc in the background (--daemon). E.g. /usr/bin/vlcEven without the auth stuff, that’s quite a long URL.
--config=/home/chris/internetradio/vlcrc.pulse --no-video
--no-media-library --daemon --pidfile=/var/lock/vlc-radio.pid
--volume-step 128 --playlist-autostart --intf=http
--http-password=xxxxxxxxx --http-port=8080 "Radio station URL here"
Here’s the kind of one-liner I use, with the ffplay command from FFmpeg:
ffplay -nodisp $(cat ~/Links/georgefm_streaming.url)
Les messages affichés proviennent d'usenet.