I did tutorial two years ago but I didn't check lately is it still working. Here you are.
Code:
--------------------------------------
6. How to watch Veetle streams in VLC
--------------------------------------
Required : Veetle player, VLC
Windows
-------
- Start Veetle stream in browser : http://veetle.com/index.php/channel/view#4baf2ece9d142
- Capture live connections : netstat -b
- Look for active connections and choose from bottom [player.exe] : "TCP Computer name [player.exe] "novirusthanks.org:3436 ESTABLISHED"
- Open in VLC : http://127.0.0.1:3436/77.67.109.221,4baf2ece9d142
127.0.0.1........[localhost]
3436.............[remote address port]
77.67.109.221....[Veetle IP]
4baf2ece9d142....[channel ID]
Linux
-----
- Start Veetle stream in browser : http://veetle.com/index.php/channel/view#4baf2ece9d142
- Capture live connections : netstat -tanp | grep vlc
- Look for active connections and choose from bottom [vlc] : "vlc localhost:port number Connection established"
- Open in VLC : http://127.0.0.1:3436/77.67.109.221,4baf2ece9d142
OR
- Open browser in terminal and start Veetle stream
- Copy/Paste this address "http://127.0.0.1:3436/77.67.109.221,4baf2ece9d142" in VLC