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
|
Tags: showuptv rtmpdump rtmp |
Thread Tools | |
Display Modes | |
|
|