Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

VLC to Veetle

(http://stream-recorder.com/forum/showthread.php?t=12081)

devoutox 04-25-2012 10:30 PM

VLC to Veetle


 
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

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


devoutox 04-26-2012 06:55 PM

Re: VLC to Veetle


 
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

Re: VLC to Veetle


 
Something like this...........

Code:

"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

Re: VLC to Veetle


 
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

Re: VLC to Veetle


 
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


All times are GMT -6. The time now is 10:48 PM.