Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 07-30-2016, 12:17 PM
playap playap is offline
Junior Member
 
Join Date: Jul 2016
Posts: 2
playap is on a distinguished road
Default

Need Help Streaming To Vaughn Live


hello, i have a question, i need to know how to broadcast video files to vaughn live, i use to use vlc on veetle, but it seems that they have shut down, is there any way i can stream to vaughn live using vlc, im use 420 streamer now and its slow and i don't like it, if any body could help it would be appreciated
Reply With Quote
  #2  
Old 07-31-2016, 04:21 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Need Help Streaming To Vaughn Live


Hey Playap,

http://vaughnlive.tv/howto
Reply With Quote
  #3  
Old 07-31-2016, 04:35 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Need Help Streaming To Vaughn Live


Code:
RTMP Server v2.4 VLC Streamer (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!

rtmpdump -r "rtmp://198.255.17.26:1935/live" -a "live?Df2eKLGCaFp37piBkDIezEaHgi
ud0Ow0" -f "WIN 22,0,0,209" -W "http://vaughnlive.tv/4409960268/swf/VaughnSoftPl
ayer.swf" -p "http://vaughnlive.tv/newzviewz" --live -y "live_newzviewz" | "C:\P
rogram Files\VideoLAN\VLC\vlc.exe" -

Closing connection... done!



>rtmpdump -r "rtmp://198.255.17.26:1935/live" -a "live?Df2eKLGCaFp37piBkDIezEaHg
iud0Ow0" -f "WIN 22,0,0,209" -W "http://vaughnlive.tv/4409960268/swf/VaughnSoftP
layer.swf" -p "http://vaughnlive.tv/newzviewz" --live -y "live_newzviewz"   | "C
:\Program Files\VideoLAN\VLC\vlc.exe" -
RTMPDump v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   presetname              Custom
INFO:   creationdate            Sat Jul 30 19:28:58 2016
INFO:   videodevice             XSplitBroadcaster
INFO:   framerate               25.00
INFO:   width                   640.00
INFO:   height                  360.00
INFO:   videocodecid            avc1
INFO:   avclevel                30.00
INFO:   avcprofile              100.00
INFO:   videodatarate           390.63
INFO:   audiodevice             VHAudioCustom
INFO:   audiosamplerate         48000.00
INFO:   audiochannels           1.00
INFO:   audioinputvolume        100.00
INFO:   audiocodecid            mp4a
INFO:   audiodatarate           93.75
INFO:   aid                     jH0HzXBYEAfFZMT1yObHZwcvf07odfWQvAkOJbaquu0=
INFO:   bufferSize              1000k
INFO:   maxBitrate              1000k
INFO:   xsplitBroadcasterVersion1.4.1606.901
INFO:   xsplitCoreVersion       2.8.1605.3142 Version 2.8
INFO:   xsplitGameSourceVersion 1.1.1605.2601
INFO:   xsplitMediaLibVersion   2.0.1606.1001
INFO:   pluginName              CustomRTMP
INFO:   pluginVersion           2.8.1607.1801
1698.583 kB / 37.65 sec
Reply With Quote
  #4  
Old 07-31-2016, 05:07 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Need Help Streaming To Vaughn Live


Thank you Chap,

I was looking for this,

and failed to get it with rtmpsrv / rtmpsuck.

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app : live?zPqjZVbHGzZ8xPFwlbkUi80UYjm8jdAq
flashVer : WIN 22,0,0,209
swfUrl : http://vaughnlive.tv/4409960268/swf/...SoftPlayer.swf
tcUrl : rtmp://198.255.26.34:1935/live?zPqjZVbHGzZ8xPFwlbkUi80UYjm8jdAq
pageUrl : http://vaughnlive.tv/newzviewz
ERROR: RTMP_Connect0, failed to connect socket. 10061 (Unknown error)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!
Reply With Quote
  #5  
Old 07-31-2016, 06:09 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Need Help Streaming To Vaughn Live


Well,

This is not "streaming to" vaughnTV, but
"playing from" vaughnTV.

This batch file used to play FOX NEWS not so long ago,
not any longer:


set var="http://vaughnlive.tv/newzviewz"

start /min livestreamer --player "ffplay.exe" %var% best


ffplay.exe and rtmpdump.exe are on my global "PATH".

I am working again on how to watch FOX NEWS without web browser, with ffplay.exe.


Any feedback is welcome.


Cheers,

Johnny Cool.
Reply With Quote
  #6  
Old 07-31-2016, 11:29 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Need Help Streaming To Vaughn Live


Quote:
Originally Posted by lajvguy View Post
Did you run rtmpsrv-vlc?
yes,use RTMPDumpHelper.
Reply With Quote
  #7  
Old 08-01-2016, 03:47 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Need Help Streaming To Vaughn Live


"How do I run rtmpsrv-vlc"


This is something KSV and people of his calibre wrote on this forum
long time ago, but I did not get it, and would like to find out
Reply With Quote
  #8  
Old 08-01-2016, 09:13 AM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Need Help Streaming To Vaughn Live


Hi,

just close rtmpsrv / rtmpsuck and start rtmpsrv-vlc.exe then load the site again.Now if it gets the datas then it will start VLC player and also writes the entire link into Command.txt file and VLC.bat file which you can also run.If nothing happens then check the ports the stream does use.I told you already that vaughnlive does use diffrent stream ports (1935,443,80,1337) & app names.You need to enter ports into RtmpDumpHelper.Single ports or port ranges.Rtmpsrv & rtmpsrv-vlc is almost same just that rtmpsrv-vlc starts the stream in VLC player instead to record into file.Just download rtmpdump set and there you can find the files inside.

PS: If still people wanna watch Vaughnlive outside then I could upload my last updated version also in public.
Code:
http://stream-recorder.com/forum/showpost.php?p=75813&postcount=6
greetz
Reply With Quote
  #9  
Old 08-01-2016, 12:52 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Need Help Streaming To Vaughn Live


Thank you Troller,

your post is crystal clear. In 5 lines you explained rtmpsrv-vlc.

I quoted one member asking "How do I run rtmpsrv-vlc",
and he deleted his post here ???

Here you answer to this, and give him one application in addition
to the answer.

I prefer to do things in my way because of my self esteem,
and watch streams directly in player without web browser.

KSV wrote rtmpsrv-vlc, but until I read your 5 lines I did not know
what it is all about.

Johnny Cool.
Reply With Quote
  #10  
Old 08-01-2016, 06:36 PM
playap playap is offline
Junior Member
 
Join Date: Jul 2016
Posts: 2
playap is on a distinguished road
Default

Re: Need Help Streaming To Vaughn Live


im sorry but im completely lost, i went to the vaughn live like somebody posted but it says nothing about vlc, im somewhat a beginner at this type of streaming, veetle just had a code you copied and pasted in the stream output, and that was it, can somebody give me a quick step by step tutorial on how to stream to vaughn from vlc for dummies lol
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:24 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons