On 1/8/06, Paul Smith <phhs80@xxxxxxxxx> wrote: > > > >Please, tell us how do you issue the AT command to run mplayer. > > > > > > > >(I can run mplayer and openoffice with AT.) > > > > > > > This is the command I issue: > > > $ at now + 2 minutes > > > at> mplayer http://livemedia.omroep.nl/radio4-breed?MSWMExt=.asf > > > Peter. > > > > It is working for me fine. I can hear the music is playing in > > background. > > Not working here too. Getting this: > > «Resolving livemedia.omroep.nl for AF_INET... > Connecting to server livemedia.omroep.nl[145.58.33.20]:80 ... > Resolving livemedia.omroep.nl for AF_INET... > Connecting to server livemedia.omroep.nl[145.58.33.20]:80 ... > Cache size set to 8192 KBytes > > Cache fill: 0.00% (0 bytes) > > Exiting... (End of file)» >From another (recent) post of you (http://marc.theaimsgroup.com/?l=fedora-list&m=113648260509280&w=2), I understand that you are interested only in recording radio broadcasts. If this is the case, then you are done: $ at now + 2 minutes at> mplayer -cache 100 http://livemedia.omroep.nl/radio4-breed?MSWMExt=.asf -dumpstream -dumpfile stream.asf Your broadcast will be recorded in the file stream.asf, which you can listen to with mplayer again. Paul