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 11-25-2014, 05:42 PM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Rtmp Help - King Of Queens???


Can someone help me to get this code to work in VLC? Worked for a few seconds then stopped. Any help would be appreciated!

http://vaughnlive.tv/lmshows_koq

rtmpdump -r "rtmp://50.7.78.138:443/live" -a "live?ulBkdYTpj5eSk8AZgMf8Y7IqWkC0IWxx" -f "WIN 15,0,0,223" -W

"http://vaughnlive.tv/4247932938/swf/VaughnSoftPlayer.swf" -p "http://vaughnlive.tv/lmshows_koq" --live -y

"live_lmshows_koq" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -

Last edited by lajvguy : 11-25-2014 at 05:52 PM. Reason: improvement
Reply With Quote
  #2  
Old 11-26-2014, 11:10 AM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Rtmp Help - King Of Queens???


Hi,

how many threads do you wanna start with the same question!The problem why your stream does close after a few seconds is the app using also a new hash each time.
Code:
"live?Y0MmY96fQbr6Q7iOF1azCbr8qNX033D1"
"live?MwxS5yD6WNa6c7qkm2iiuqBzQuWUzANE"
"live?CpTfsQ2m4X8VFQ2D9CY6ve6G3W3ikEzB"
"live?i67po2pfu4Pcx4JuRS0dwdEcdDRLz6GW"
The hash seems to get unvalidated very quick = you need to much time to call your link into VLC.So if you are quick (almost realtime / not possible to do it by hand) then it will also run without to close...(see below)
Code:
RTMPDump v2.4 GIT-2014-07-07 (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:   duration                0.00
INFO:   width                   640.00
INFO:   height                  360.00
INFO:   videodatarate           585.94
INFO:   framerate               29.97
INFO:   videocodecid            7.00
INFO:   audiodatarate           93.75
INFO:   audiosamplerate         44100.00
INFO:   audiosamplesize         16.00
INFO:   stereo                  TRUE
INFO:   audiocodecid            2.00
INFO:   encoder                 Lavf55.22.102
INFO:   filesize                0.00
96350.345 kB / 1541.36 sec
greetz
Reply With Quote
  #3  
Old 11-26-2014, 11:56 AM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Re: Rtmp Help - King Of Queens???


Thanks for the help. If it's not possible to do by hand then how did you do it? I'm trying to learn.

Quote:
Originally Posted by troller12 View Post
Hi,

how many threads do you wanna start with the same question!The problem why your stream does close after a few seconds is the app using also a new hash each time.
Code:
"live?Y0MmY96fQbr6Q7iOF1azCbr8qNX033D1"
"live?MwxS5yD6WNa6c7qkm2iiuqBzQuWUzANE"
"live?CpTfsQ2m4X8VFQ2D9CY6ve6G3W3ikEzB"
"live?i67po2pfu4Pcx4JuRS0dwdEcdDRLz6GW"
The hash seems to get unvalidated very quick = you need to much time to call your link into VLC.So if you are quick (almost realtime / not possible to do it by hand) then it will also run without to close...(see below)
Code:
RTMPDump v2.4 GIT-2014-07-07 (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:   duration                0.00
INFO:   width                   640.00
INFO:   height                  360.00
INFO:   videodatarate           585.94
INFO:   framerate               29.97
INFO:   videocodecid            7.00
INFO:   audiodatarate           93.75
INFO:   audiosamplerate         44100.00
INFO:   audiosamplesize         16.00
INFO:   stereo                  TRUE
INFO:   audiocodecid            2.00
INFO:   encoder                 Lavf55.22.102
INFO:   filesize                0.00
96350.345 kB / 1541.36 sec
greetz
Reply With Quote
  #4  
Old 11-26-2014, 12:16 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Rtmp Help - King Of Queens???


I use a custom tool what can read the rtmp data in realtime and there I can execute it also directly before stream is loaded in browser.

So you could try to use the rtmpsrv-vlc but this dosen't work for your site.On the other hand you can patch your rtmpsuck file to execute rtmpdump with actually obtained rtmpdatas (instead to write a output file) so this should work too.Maybe anyone here can compile a version for you what can do this so I just patch or write new codes pieces by myself in debugger (OllyDBG) only.

But a better solution would be if anyone writes a script for your site (similar as WeebTV script by KSV) to read the app hash.

greetz
Reply With Quote
  #5  
Old 11-26-2014, 01:05 PM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

Re: Rtmp Help - King Of Queens???


Livestreamer supports Vaughnlive.TV:

Code:
http://livestreamer.readthedocs.org/en/latest/plugin_matrix.html
Code:
http://livestreamer.tanuki.se/en/latest/install.html
Code:
http://livestreamer-builds.s3.amazonaws.com/livestreamer-latest-win32.zip
Code:
livestreamer "http://vaughnlive.tv/lmshows_koq" best
Code:
[cli][info] Found matching plugin vaughnlive for URL http://vaughnlive.tv/lmshows_koq
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (rtmp)
Reply With Quote
  #6  
Old 11-26-2014, 02:21 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Rtmp Help - King Of Queens???


Hey thanks for the info nullacht (aber net fünfzehn ) so I also didn't check LS plugins. Yes it works very well now.

Just one little info for lajvguy: So you also should maybe use the MPC-HC player with this stream to prevent lagging to watch it in VLC if you want to watch it liquid and if you have problems with VLC.For me it lags in VLC and broswer too.

greetz
Reply With Quote
  #7  
Old 11-26-2014, 03:00 PM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Re: Rtmp Help - King Of Queens???


Thanks for the help. When I pasted, "livestreamer "http://vaughnlive.tv/lmshows_koq" best" I got an error message. "Unable to validate response text: Minimum length is 3 but value is 2." What should I do?

Quote:
Originally Posted by nullacht View Post
Livestreamer supports Vaughnlive.TV:

Code:
http://livestreamer.readthedocs.org/en/latest/plugin_matrix.html
Code:
http://livestreamer.tanuki.se/en/latest/install.html
Code:
http://livestreamer-builds.s3.amazonaws.com/livestreamer-latest-win32.zip
Code:
livestreamer "http://vaughnlive.tv/lmshows_koq" best
Code:
[cli][info] Found matching plugin vaughnlive for URL http://vaughnlive.tv/lmshows_koq
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (rtmp)
Reply With Quote
  #8  
Old 11-26-2014, 03:08 PM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Re: Rtmp Help - King Of Queens???


Thanks but I don't understand how to do that right now. I need more help.

Quote:
Originally Posted by troller12 View Post
I use a custom tool what can read the rtmp data in realtime and there I can execute it also directly before stream is loaded in browser.

So you could try to use the rtmpsrv-vlc but this dosen't work for your site.On the other hand you can patch your rtmpsuck file to execute rtmpdump with actually obtained rtmpdatas (instead to write a output file) so this should work too.Maybe anyone here can compile a version for you what can do this so I just patch or write new codes pieces by myself in debugger (OllyDBG) only.

But a better solution would be if anyone writes a script for your site (similar as WeebTV script by KSV) to read the app hash.

greetz
Reply With Quote
  #9  
Old 11-26-2014, 03:10 PM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Re: Rtmp Help - King Of Queens???


Where can I get the MPC-HC player? I want to try it.

Quote:
Originally Posted by troller12 View Post
Hey thanks for the info nullacht (aber net fünfzehn ) so I also didn't check LS plugins. Yes it works very well now.

Just one little info for lajvguy: So you also should maybe use the MPC-HC player with this stream to prevent lagging to watch it in VLC if you want to watch it liquid and if you have problems with VLC.For me it lags in VLC and broswer too.

greetz
Reply With Quote
  #10  
Old 11-26-2014, 03:14 PM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

Re: Rtmp Help - King Of Queens???


Quote:
Originally Posted by lajvguy View Post
Thanks for the help. When I pasted, "livestreamer "http://vaughnlive.tv/lmshows_koq" best" I got an error message. "Unable to validate response text: Minimum length is 3 but value is 2." What should I do?
You are using an outdated version.

Code:
http://livestreamer-builds.s3.amazonaws.com/livestreamer-latest-win32.zip
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 12:24 PM.


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