Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
VLC to VeetleI 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.
|
#2
|
|||
|
|||
Re: VLC to VeetleI 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 |
#3
|
|||
|
|||
Re: VLC to VeetleThanks 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.
|
#4
|
|||
|
|||
Re: VLC to VeetleSomething 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 |
#5
|
|||
|
|||
Re: VLC to Veetlewhere does that cold go? in the output on vlc? and after that i just go to veetle broadcaster and click external? or what?
|
#6
|
|||
|
|||
Re: VLC to VeetleIn 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 Last edited by dude : 03-17-2013 at 09:27 AM. Reason: Added link |
Tags: vlc to veetle |
Thread Tools | |
Display Modes | |
|
|