Benutzer-Werkzeuge

Webseiten-Werkzeuge


radio

Radio unter Linux

  • VLC (VideoLAN) installieren
  • Oe3: mms:stream2.orf.at/oe3_live *Shoutcast, URI: <file>http/shout-winamp:www.shoutcast.com/sbin/newxml.phtml</file>

Echtzeit mp3 Aufnahmen

MPlayer

Radio ausschalten
#! /bin/bash
killall mplayer
Oe1
#! /bin/bash
mplayer mms://apasf.apa.at/oe1_live_worldwide
Oe2
#! /bin/bash
mplayer mms://apasf.apa.at/radio_stmk_worldwide
Oe3
#! /bin/bash
mplayer mms://apasf.apa.at/OE3_Live_Audio
FM4
#! /bin/bash
mplayer mms://apasf.apa.at/fm4_live_worldwide
  • Audacity
Radio Oe3 aufnehmen
#! /bin/bash
mplayer mms://apasf.apa.at/OE3_Live_Audio -dumpstream -dumpfile stream.asf
#Man hört nichts - mplayer mms://gcssrv.pkf.speednet.at/WSX/oe3_live in einer weiteren Konsole starten

oder

mplayer mms://apasf.apa.at/OE3_Live_Audio -dumpstream -dumpfile oe3.mp3 //
asf in mp3 umwandeln
ffmpeg -i stream.asf stream.mp3
radio.txt · Zuletzt geändert: 2011/10/10 15:23 von admin