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
vlc --run-time=10800 http://www.live365.com/play/319909?

0 comments:
Post a Comment