Sunday, 3 July 2011

record internet radio using vlc

VLC is open source programme, now using for recording a internet radio.

First open a empty text file in terminal

sudo gedit recordint.sh

Now copy and paste the following lines


#!/bin/sh

vlc --run-time=10800 http://www.live365.com/play/319909? --sout "#duplicate{dst=std{access=file,mux=raw,dst=/home//mfn.mp3}" vlc://quit ;

Save and exit.

In Terminal

sudo chmod +x recordint.sh
sudo ./recordint.sh


For recording press red colour button.


For listening the internet radio thro system speakers type the following in terminal



No comments:

Post a Comment