Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
showup.tv how to record with rtmpdump? |
#2
|
|||
|
|||
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"') 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" |
#3
|
|||
|
|||
Re: showup.tv how to record with rtmpdump?Quote:
|
#4
|
|||
|
|||
Re: showup.tv how to record with rtmpdump?It's not possible using this command.
|
#5
|
|||
|
|||
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"')})() |
#6
|
|||
|
|||
Re: showup.tv how to record with rtmpdump?use RTMPExplorer+rtmpsuck or rtmpsrv
|
#7
|
|||
|
|||
Re: showup.tv how to record with rtmpdump?is it possible to record privates without being in the room ??
|
#8
|
|||
|
|||
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"')})() |
#9
|
|||
|
|||
Re: showup.tv how to record with rtmpdump?Quote:
|
#10
|
|||
|
|||
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 |
Tags: showuptv rtmpdump rtmp |
Thread Tools | |
Display Modes | |
|
|