behind proxy/ socks or sth else
globus@earth:~$ mplayer try_jaya_fm_20100823.mp3
globus@earth:~$ tsocks wget http://radio.mitra.net.id:8110/ --limit-rate=1.1k -O trijaya_fm_sby20100827.mp3 | mplayer -cache 8192 trijaya_fm_sby20100827.mp3
Subscribe to:
Post Comments (Atom)
mplayer -cache 11111 trijayafm_20100903.mp3
ReplyDelete$ wget --limit-rate=3k -e http_proxy=202.46.129.10:8080 --proxy-user=princeofun@chem.its.ac.id --proxy-password=secret http://radio.mitra.net.id:8110/ -O trijaya_fm_sby.mp3 | mplayer -cache 8192 trijaya_fm_sby.mp3
ReplyDeleteat other terminal
$ while true; do mplayer -cache 8192 trijaya_fm_sby.mp3; done
while true; do wget --limit-rate=3k -e http_proxy=202.46.129.10:8080 --proxy-user=princeofun@chem.its.ac.id --proxy-password=secret http://radio.mitra.net.id:8110/ -O trijaya_fm_sby.mp3 | mplayer -cache 8192 trijaya_fm_sby.mp3; done
ReplyDelete