Thread: VLC to Veetle
View Single Post
  #2  
Old 04-26-2012, 04:09 PM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: VLC to Veetle


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
Reply With Quote