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 07-25-2012, 05:33 AM
shakitoff222 shakitoff222 is offline
Junior Member
 
Join Date: May 2012
Posts: 14
shakitoff222 is on a distinguished road
Default

how i can use rtmpdump to recored Chaturbate?


1. i just Compile it with rtmpdump 2.3 , is that version still work on Chaturbate?
2. whats the "step" when i ues it to recored Chaturbate, plz make it detailedly cos im really dump lol
Reply With Quote
  #2  
Old 07-26-2012, 02:16 PM
yetanotherday yetanotherday is offline
tinyurl.com/sleazy-script
 
Join Date: Jul 2012
Posts: 54
yetanotherday is on a distinguished road
Default

Re: how i can use rtmpdump to recored Chaturbate?


lol hahha
Reply With Quote
  #3  
Old 07-26-2012, 06:34 PM
shakitoff222 shakitoff222 is offline
Junior Member
 
Join Date: May 2012
Posts: 14
shakitoff222 is on a distinguished road
Default

Re: how i can use rtmpdump to recored Chaturbate?


ok i figer itout , but seem likei got some pleoblem still not working for me oops.....

Code:
rtmpdump -r "rtmpe://edge1-b.stream.highwebmedia.com/live
-edge" -a "live-edge" -f "WIN 11,2,202,235" -W "http://zh.chaturbate.com/static/
flash/CBV_2p610.swf" -p "http://zh.chaturbate.com/lonelypussy/"  -C S:shakshakshak0 -C S:wrestlervic1 -C S:2.610 -C S:pbkdf2_sha256^$10000^$wv0lA80DOOHu^$Qbz1yJEC
qPquqxgEqe7VnIjXc8b/nV41S2WvA6K6Imo= -y "mp4:lonelypussy-sd-8907ee1c1a7e77346813
87b0745d31ef767537b3be1ce4a1f4f


Code:
RTMPDump v2.4 GIT-2012-02-24 (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 ...
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

any idea?
Reply With Quote
  #4  
Old 07-27-2012, 03:05 AM
shakitoff222 shakitoff222 is offline
Junior Member
 
Join Date: May 2012
Posts: 14
shakitoff222 is on a distinguished road
Default

Re: how i can use rtmpdump to recored Chaturbate?


finally!!!!!!!!!!!!!! it works on my stupie lenovo now...

these 2 codez work

1
Code:
rtmpdump -r"rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,2,202,235" -W "http://ccstatic.chaturbate.com/static/flash/CBV_2p610.swf" -p "http://chaturbate.com/performername/"  -C S:login_name -C S:performer_name -C S:2.610 -C S:your_password_hash
-y "mp4:anyname" -v -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "mp4:public-performername" -o "mp4_public-performername.flv"
Code:
rtmpdump -r "rtmpe://edge2-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,2,202,235" -W "http://ccstatic.chaturbate.com/static/flash/CBV_2p610.swf" -p "http://chaturbate.com/performername/"  -C S:login_name -C S:performer_name -C S:2.610 -C S:your_password_hash -y "mp4:performername" -v -T "m9z#$dO0qe34Rxe@sMYxx%" -o "performername.flv"

New question----"whats “-C S:2.610” why sometimes it change as “-C S:2.593” or “-C S:2.607” how can i get it from the page?
Reply With Quote
  #5  
Old 07-27-2012, 09:40 AM
non90 non90 is offline
Member
 
Join Date: Jun 2012
Location: Germany
Posts: 44
non90 is on a distinguished road
Default

Re: how i can use rtmpdump to recored Chaturbate?


Quote:
Originally Posted by shakitoff222 View Post
New question----"whats “-C S:2.610” why sometimes it change as “-C S:2.593” or “-C S:2.607” how can i get it from the page?
As far as I know it is the version of the chaturbate player (.swf file). And it only changes when chaturbare provides a new version of it. So at some point old versions of it doesn't work anymore.

You can find it on the source code of the html file of every cam site on chaturbate. There you will see something like this...
Code:
EmbedViewerSwf("/static/flash/CBV_2p610.swf"
As you can see, this is version 2.610. ("-C S:2.610")

When it changes to a new version like CBV_2p611.swf (2.611) you will have to adjust the file path of the .swf file and the correspondent "-C" parameter in your command line.
Reply With Quote
  #6  
Old 08-22-2012, 01:03 PM
InterdimensionalCow InterdimensionalCow is offline
Junior Member
 
Join Date: Aug 2012
Posts: 17
InterdimensionalCow is on a distinguished road
Default

Re: how i can use rtmpdump to recored Chaturbate?


Quote:
Originally Posted by shakitoff222 View Post
finally!!!!!!!!!!!!!! it works on my stupie lenovo now...

these 2 codez work

1
Code:
rtmpdump -r"rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,2,202,235" -W "http://ccstatic.chaturbate.com/static/flash/CBV_2p610.swf" -p "http://chaturbate.com/performername/"  -C S:login_name -C S:performer_name -C S:2.610 -C S:your_password_hash
-y "mp4:anyname" -v -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "mp4:public-performername" -o "mp4_public-performername.flv"
Code:
rtmpdump -r "rtmpe://edge2-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,2,202,235" -W "http://ccstatic.chaturbate.com/static/flash/CBV_2p610.swf" -p "http://chaturbate.com/performername/"  -C S:login_name -C S:performer_name -C S:2.610 -C S:your_password_hash -y "mp4:performername" -v -T "m9z#$dO0qe34Rxe@sMYxx%" -o "performername.flv"

New question----"whats “-C S:2.610” why sometimes it change as “-C S:2.593” or “-C S:2.607” how can i get it from the page?
I'm trying to do similarly, and I tried the above codes. I modified them a little to fit, but I'm still getting errors. The first code gives me an error about not specifying the path or something, so I modified from the second code.

Code:
rtmpdump -r "rtmpe://edge2-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,2,202,235" -W "http://chaturbate.com/static/flash/CBV_2p613.swf" -p "http://chaturbate.com/caylin/"  -C S:USERNAME -C S:caylin -C S:2.613 -C S:PASSWORDHASH -y "mp4:caylin" -v -T "m9z#$dO0qe34Rxe@sMYxx%" -o "caylin.flv"
This is what happens when trying his second code:

Code:
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed
I assume the -T is something specific I need to change... But if so, what? I am changing the USERNAME and PASSWORDHASH to mine after looking up how to get the hash. Sorry, I'm used to Replay Media Catcher, which you know doesn't work on this site. I do know coding though - just need to know the format, what to look for, etc.
Reply With Quote
  #7  
Old 08-25-2012, 12:27 AM
shakitoff222 shakitoff222 is offline
Junior Member
 
Join Date: May 2012
Posts: 14
shakitoff222 is on a distinguished road
Default

Re: how i can use rtmpdump to recored Chaturbate?


Quote:
Originally Posted by InterdimensionalCow View Post
I'm trying to do similarly, and I tried the above codes. I modified them a little to fit, but I'm still getting errors. The first code gives me an error about not specifying the path or something, so I modified from the second code.

Code:
rtmpdump -r "rtmpe://edge2-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,2,202,235" -W "http://chaturbate.com/static/flash/CBV_2p613.swf" -p "http://chaturbate.com/caylin/"  -C S:USERNAME -C S:caylin -C S:2.613 -C S:PASSWORDHASH -y "mp4:caylin" -v -T "m9z#$dO0qe34Rxe@sMYxx%" -o "caylin.flv"
This is what happens when trying his second code:

Code:
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: Closing connection: NetStream.Play.Failed
I assume the -T is something specific I need to change... But if so, what? I am changing the USERNAME and PASSWORDHASH to mine after looking up how to get the hash. Sorry, I'm used to Replay Media Catcher, which you know doesn't work on this site. I do know coding though - just need to know the format, what to look for, etc.
are you trying to recored the room with password protected? rtmp-dump not work with the passworded room anymore, hope someone can help us.
Reply With Quote
  #8  
Old 08-27-2012, 07:46 AM
InterdimensionalCow InterdimensionalCow is offline
Junior Member
 
Join Date: Aug 2012
Posts: 17
InterdimensionalCow is on a distinguished road
Default

Re: how i can use rtmpdump to recored Chaturbate?


Quote:
Originally Posted by shakitoff222 View Post
are you trying to recored the room with password protected? rtmp-dump not work with the passworded room anymore, hope someone can help us.
Well, I was able to watch it without an account. I only made the account due to reading some examples of the code I'd use. I don't think it'd be passworded then...

Edit: I think I'll centralize my posts here: http://stream-recorder.com/forum/sho...1&postcount=66 I'll be watching that page instead of both.
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 11:12 AM.


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