I want to listen to the online radio "tunein.com" via terminal, but there is a limitation: the website is blocked on my network, so I have to use proxy to access it.
I've set up a SOCKS 5 proxy for this purpose, but I do not know how to use it from the command line.
- I tried MPlayer in my terminal, but I do not know how to enable a SOCKS proxy;
there is no setting likesocks_proxy=localhost:1080
- This works with chainproxy on Firefox, but that requires a GUI
- This works with Google Chrome, but that requires a GUI
How do I use a command-line program like MPlayer to use my SOCKS proxy?