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
  #301  
Old 01-30-2014, 09:59 AM
fireball fireball is offline
Junior Member
 
Join Date: Jan 2013
Posts: 3
fireball is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Any of you mac users know a step by step way of getting the ksv rtmpdump working ?? From downloading, patching and installing please.

I keep having issues with out of date guides, commands and links.
Reply With Quote
  #302  
Old 02-04-2014, 10:49 AM
DDMW DDMW is offline
Junior Member
 
Join Date: Aug 2012
Posts: 15
DDMW is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by Mestameh View Post
Code:
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION

set username=ENTERYOURUSERNAME
set password=%1
Set channel=%2
Set password=%password:\u003D=^=%
Set password=%password:$=^^$%


set now=%date:~6,4%%date:~3,2%%date:~0,2%
For /f "tokens=1-2 delims=/:" %%a in ('time /t') do (set mytime=%%a%%b)
SET mydate=%now%_%mytime%
echo ######################################################
echo ############   R E C O R D I N G #####################
echo       %channel%
echo ######################################################
IF NOT ["%password%"] == ["none"] (
	rtmpdump -v -r "rtmp://edge13-b.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/%channel%" -C S:%username% -C S:%channel% -C S:2.634 -C S:%password% -y "playpath" -o "%mydate%_%channel%.flv"
)
rtmpdump -v -r "rtmp://edge13-b.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/%channel%" -C S:AnonymousUser -C S:%channel% -C S:2.634 -C S:anonymous -y "playpath" -o "%mydate%_%channel%.flv"
ENDLOCAL
record none $channelname
example:
record none rockchannel
That worked perfect over weeks!
Now I get

K:\rtmpd>record none MODELNAME
################################################## ####
############ R E C O R D I N G #####################
MODELNAME
################################################## ####
RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
INFO: Model status is error

Thanks :/

edit//
Used the method with my own hashpassword like
record HASHPASSWORD Modelname and it worked then again lol ...

Is it possible to record more then one show at the moment?
Reply With Quote
  #303  
Old 02-04-2014, 06:39 PM
Dahoam Dahoam is offline
Junior Member
 
Join Date: May 2012
Posts: 5
Dahoam is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by DDMW View Post
That worked perfect over weeks!
Now I get

K:\rtmpd>record none MODELNAME
################################################## ####
############ R E C O R D I N G #####################
MODELNAME
################################################## ####
RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
INFO: Model status is error

Thanks :/

edit//
Used the method with my own hashpassword like
record HASHPASSWORD Modelname and it worked then again lol ...

Is it possible to record more then one show at the moment?
I get the error too when the cam is offline but it's still recording once it's online no matter if using anonymous or username + pw hash. Don't know what they've changed though.

You can still record multiple cams if you use your username and the according pw hash.

Edit: Seemed to be a temporary thing, they had some major server issues and down time of the last few days.

Last edited by Dahoam : 02-05-2014 at 03:14 AM.
Reply With Quote
  #304  
Old 02-05-2014, 08:12 AM
DDMW DDMW is offline
Junior Member
 
Join Date: Aug 2012
Posts: 15
DDMW is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Have no Sound on the recorded files.
Is it normal?
Reply With Quote
  #305  
Old 02-05-2014, 10:55 AM
phgonline phgonline is offline
Junior Member
 
Join Date: Jun 2011
Posts: 8
phgonline is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Been trying to cap PW shows, I have the pw but when I enter the room and get the 2nd hash and add it after the original I still get netstream.play.fail do I have to enter the actual pw somewhere?

Code:
-C S:username -C S:modelname -C S:2.644 -C S:userhash -C S:pwroomhash -T "key" --live
Reply With Quote
  #306  
Old 02-06-2014, 07:36 PM
malky malky is offline
Member
 
Join Date: Nov 2012
Posts: 34
malky is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


cb uses the speex audio codec which few players play hence no sound. You can convert the audio part of the file to mp3 using open source program, TEncoder video converter.
Reply With Quote
  #307  
Old 02-10-2014, 09:45 PM
miles_gloriosus miles_gloriosus is offline
Junior Member
 
Join Date: Feb 2014
Posts: 7
miles_gloriosus is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


What version of rtmpdump 2.4 was KSV's build (from Nov 9, 2012) patched against? I'm seeing 2 failed hunks when patching against 2.4 pulled from git.

Code:
$ patch --dry-run -p 0 < ../../rtmpdump-2.4-ksv/Patch.diff 
patching file Makefile
patching file librtmp/Makefile
Hunk #1 succeeded at 26 with fuzz 2 (offset 1 line).
patching file librtmp/amf.c
patching file librtmp/handshake.h
patching file librtmp/hashswf.c
patching file librtmp/log.c
patching file librtmp/parseurl.c
patching file librtmp/rtmp.c
Hunk #21 succeeded at 2975 (offset 11 lines).
Hunk #23 succeeded at 3015 (offset 11 lines).
Hunk #25 succeeded at 3245 (offset 11 lines).
Hunk #27 succeeded at 3277 (offset 11 lines).
Hunk #29 succeeded at 3392 (offset 11 lines).
Hunk #31 succeeded at 3513 (offset 11 lines).
Hunk #32 FAILED at 3688.
Hunk #33 succeeded at 3763 (offset -3 lines).
Hunk #34 succeeded at 3886 (offset 11 lines).
Hunk #35 succeeded at 4178 (offset -3 lines).
Hunk #36 succeeded at 4654 (offset 11 lines).
Hunk #37 succeeded at 4660 (offset -3 lines).
Hunk #38 succeeded at 4815 (offset 11 lines).
Hunk #39 succeeded at 4823 (offset -3 lines).
Hunk #40 succeeded at 4861 (offset 11 lines).
Hunk #41 succeeded at 4880 (offset -3 lines).
Hunk #42 FAILED at 5417.
Hunk #43 succeeded at 5598 (offset 13 lines).
2 out of 43 hunks FAILED -- saving rejects to file librtmp/rtmp.c.rej
patching file librtmp/rtmp.h
patching file librtmp/rtmp_sys.h
patching file rtmpdump.c
patching file rtmpgw.c
patching file rtmpsrv.c
patching file rtmpsuck.c
$
At any rate, has anybody successfully recorded streams from the latest CB (2.644)?
Reply With Quote
  #308  
Old 02-10-2014, 11:08 PM
malky malky is offline
Member
 
Join Date: Nov 2012
Posts: 34
malky is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


The simple answer to your question is yes. I have had no problems recording 2.644.
Reply With Quote
  #309  
Old 02-11-2014, 08:55 AM
miles_gloriosus miles_gloriosus is offline
Junior Member
 
Join Date: Feb 2014
Posts: 7
miles_gloriosus is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by malky View Post
The simple answer to your question is yes. I have had no problems recording 2.644.
What do you use to record?
Reply With Quote
  #310  
Old 02-11-2014, 02:19 PM
malky malky is offline
Member
 
Join Date: Nov 2012
Posts: 34
malky is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


I use KSVs version of Rtmpdump downloaded from github dated 30.12.2012, and the Javascript script downloaded from this forum all thanks to the both authors.

javascript:var raw=$('param[name="FlashVars"]').val().split('&');var fv={}; for(var i in raw) {var d=raw[i].split('='); fv[d[0]] = unescape(d[1]);} var swfu=$('#movie').attr('data'); swfv = swfu.substring(swfu.indexOf('_')+1,swfu.indexOf('. ')).replace('p','.'); prompt('RTMPDumpCL','rtmpdump -v -r "rtmp://'+fv['address']+'/live-edge" -p "http://'+fv['dom']+'/'+fv['pid']+'" -C S:'+fv['uid']+' -C S:'+fv['pid']+' -C S:'+swfv+' -C S:'+fv['pw']+' -C S:'+fv['rp']+' -T "m9z#$dO0qe34Rxe@sMYxx%%" -y "playpath" -o "'+fv['pid']+'_'+Number(new Date()/1000).toFixed(0)+'.flv"');

I created a bookmark by pressing ctrl-D, any page will do, edited the bookmark to rename it, chaturbate download, and pasted the above JS in the url part. To use it I open a cmd window to rtmpdump, and click on the bookmark when on a broadcasters page. I then copy the highlighted text from the popup window and paste in the cmd window and press return. Job done.

Don't forget to cancel the popup window.
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:07 AM.


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