PDA

View Full Version : VLC to Veetle


devoutox
04-25-2012, 10:30 PM
I tried searching the forums to see if there were any valid tutorials on how to do this but couldn't find one. Anyways, i need help with live streaming videos from VLC to Veetle. I knew how to do it before but i forgot. Thanks in advance.

karlo2105
04-26-2012, 04:09 PM
I did tutorial two years ago but I didn't check lately is it still working. Here you are.

--------------------------------------
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

devoutox
04-26-2012, 06:55 PM
Thanks for that. But what i am looking for is live streaming from VLC to Veetle broadcast. For example, if i watch a .flv stream on vlc or sopcast on vlc. I would like to stream that to veetle. There was a way for that and i forgot.

evol
04-27-2012, 02:49 AM
Something like this...........

"C:\Program Files\VideoLAN\VLC\vlc.exe" --sout "#transcode{acodec=mp3,ab=16,channels=1,vcodec=mp4v ,vb=300,width=320,height=240}:std{ access=http,mux=ts,dst=127.0.0.1:8081}" --sout-keep

devoutox
04-27-2012, 05:50 PM
where does that cold go? in the output on vlc? and after that i just go to veetle broadcaster and click external? or what?

dude
03-17-2013, 08:12 AM
In VLC you click on Tools - Preferences. Select All on the left bottom.
Click on "stream output"
Paste the following (as an example): #transcode{acodec=mp4a,ab=96,channels=2}:duplicate {dst=display,dst=std{access=http,mux=asf,dst=127.0 .0.1:1234}}

This should stream whatever you watch in vlc to veetle.
Use the broadcast external option in veetle.

See http://veetle.com/index.php/article/view/externalVlc