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

showup.tv how to record with rtmpdump?

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

tgl 02-23-2013 07:45 AM

showup.tv how to record with rtmpdump?


 
Hey, is there possibility to record streams from this site??

http://showup.tv/

thanks

oelk 02-23-2013 11:06 AM

Re: showup.tv how to record with rtmpdump?


 
There's no encryption and handshaking needed. (I think that'll change soon.)

You could use the script
Code:

javascript:document.write('rtmpdump --rtmp "'+srvE+'/'+streamID+'" --flv "'+streamID+'_'+Number(new Date()/1000).toFixed(0)+'.flv"')
to let your browser generate the rtmpdump line.

It seems, that every stream is available from every server. So the call
Code:

rtmpdump --rtmp "rtmp://176.31.238.202/liveedge/[username]" --flv "[output].flv"
with fixed ip should work for you, too. (But I don't know if the ip changes, so use the Javascript.)

albinos123 05-22-2013 04:19 AM

Re: showup.tv how to record with rtmpdump?


 
Quote:

Originally Posted by oelk (Post 59964)
There's no encryption and handshaking needed. (I think that'll change soon.)

Unfortunately there is a handshaking now. So you cann't record the private show.

It seems, that every stream is available from every server. So the call
Code:

rtmpdump --rtmp "rtmp://176.31.238.202/liveedge/[username]" --flv "[output].flv"
with fixed ip should work for you, too. (But I don't know if the ip changes, so use the Javascript.)

Is it possible to record this private feed?

oelk 05-22-2013 04:52 AM

Re: showup.tv how to record with rtmpdump?


 
It's not possible using this command.

kasper93 10-30-2013 06:32 PM

Re: showup.tv how to record with rtmpdump?


 
They've changed site a bit.

Here is new script, just put it into bookmarks :)
Code:

javascript:(function(){window.prompt("Copy this :)",'rtmpdump -v -r "rtmp://178.33.53.85/liveorigin/_definst_/'+transmission.streamID+'" -s "http://showup.tv/" -o "'+document.location.pathname.replace(/\//g,"")+"_"+Number(new Date/1e3).toFixed(0)+'.flv"')})()

hasomaso 10-31-2013 06:35 AM

Re: showup.tv how to record with rtmpdump?


 
use RTMPExplorer+rtmpsuck or rtmpsrv

CristianoA 12-17-2013 09:42 AM

Re: showup.tv how to record with rtmpdump?


 
is it possible to record privates without being in the room ??

afdsf3r2r32r 01-05-2014 09:06 PM

Re: showup.tv how to record with rtmpdump?


 
Any updates on this? Because it seems not to be working anymore :(

EDIT: Ok, I've modified kasper93's code to this:
Code:

javascript:(function(){window.prompt("Copy this :)",'rtmpdump -r "'+srvE+'" -a "liveedge" -f "WIN 11,9,900,170" -W "http://showup.tv/flash/suStreamer.swf" -p "'+document.location.href+'" --live -y "'+transmission.streamID+'" -o "'+document.location.pathname.replace(/\//g,"")+"_"+Number(new Date/1e3).toFixed(0)+'.flv"')})()
And now it seems to work fine

Stream Ripper 01-05-2014 10:45 PM

Re: showup.tv how to record with rtmpdump?


 
Quote:

Originally Posted by afdsf3r2r32r (Post 64196)
Any updates on this? Because it seems not to be working anymore :(

EDIT: Ok, I've modified kasper93's code to this:
Code:

javascript:(function(){window.prompt("Copy this :)",'rtmpdump -r "'+srvE+'" -a "liveedge" -f "WIN 11,9,900,170" -W "http://showup.tv/flash/suStreamer.swf" -p "'+document.location.href+'" --live -y "'+transmission.streamID+'" -o "'+document.location.pathname.replace(/\//g,"")+"_"+Number(new Date/1e3).toFixed(0)+'.flv"')})()
And now it seems to work fine

Works fine on this end :D

tgl 08-18-2014 04:57 AM

Re: showup.tv how to record with rtmpdump?


 
hey, this is what rtmpdump gets from private room, do you think there is posibility to find the random number without being in the room?

rtmpdump -r "rtmp://37.59.44.169/live" -a "live" -f "WIN 11,9,900,170" -W "http://showup.tv/flash/suStreamer.swf" -p "http://showup.tv/prv/111111-222222222" --live -y "111111-222222222" -o ".flv"

111111 - user number
222222222 - random number only for priv transmision


All times are GMT -6. The time now is 01:34 PM.