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 > Video stream recording (Adult streaming videos)
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 05-19-2014, 02:58 PM
Xyvia Xyvia is offline
Junior Member
 
Join Date: May 2014
Posts: 1
Xyvia is on a distinguished road
Unhappy

Yet another newbie question (rtmpdump and chaturbate)


Hello,

Same as most other members requesting help, i'm new on this forum and in the whole recording stuff.

I've been reading alot, but sadly, the more I read, the less I understand.
So here are a few questions, which I hope someone can answer:

-I'm trying to figure out how rtmpdump, but i'm unable to connect correctly on chaturbate (I'm getting a handshake error while trying) - I found an old command that i modified a bit (like flash version and such) but i'm guessing they changed their rtmpe address?

-Could someone possibly post a working cmd command that would work correctly?

- I read somewhere that it's possible to record private shows, however the post was written 2 years ago - Is this still possible to do?

-I heard they changed the password hash encoding, so I'm supposed to add "^" before every "$" and replace "\u003D" with "=" Is this still a thing?

Thank you in advance!
Reply With Quote
  #2  
Old 05-20-2014, 03:14 PM
Luminal Luminal is offline
Junior Member
 
Join Date: Dec 2012
Posts: 16
Luminal is on a distinguished road
Default

Re: Yet another newbie question (rtmpdump and chaturbate)


I'm using RTMPDumpHelper along with rtmpdump so that it automatically gets the parameters/info and downloads the stream. However, it does crashes whenever the model goes group/private. If anyone have a fix for this, let me know
Reply With Quote
  #3  
Old 05-21-2014, 04:16 AM
bigbill902 bigbill902 is offline
Junior Member
 
Join Date: May 2014
Posts: 1
bigbill902 is on a distinguished road
Default

Re: Yet another newbie question (rtmpdump and chaturbate)


Download KSV's patched RTMPDUMP:
https://github.com/K-S-V/Scripts/releases
Download a copy of FFMPEG:
http://ffmpeg.zeranoe.com/builds/
Batch File:
https://gist.github.com/anonymous/820f2f254e5b56a40397
Save this text to a batch file "filename.bat"

Make sure you have a copy of ffmpeg.exe and rtmpdump.exe along with the batchfile in the same folder

Edit it.
Replace username with your chaturbate username
Replace PASSHASH with the password found when you viewsource on a chaturbate streampage CTRL-F password while viewing source on active stream.

should find something like this:
password: 'pbkdf2_sha256$12000$miururYxwHTS$yTDnPMUw8Q4Vp7ud 8/tktrj2WKhOCz98w4BjGaMcKsw\u003D',

you want the stuff within the qoutes

If you do all that right. When you run the batchfile it will ask you for the channel name then start download and encoding the stream at the sametime.


because chaturbate uses speex codec for the audio the sound will not work in most players. the use of ffmpeg to encode the rtmpdump on the fly prevents this.
Reply With Quote
  #4  
Old 06-16-2014, 06:11 PM
betoso01 betoso01 is offline
Junior Member
 
Join Date: Apr 2011
Posts: 6
betoso01 is on a distinguished road
Default

Re: Yet another newbie question (rtmpdump and chaturbate)


Thanks bigbill902, your info helped
Reply With Quote
  #5  
Old 06-17-2014, 05:46 PM
deckofcards deckofcards is offline
Junior Member
 
Join Date: Jun 2014
Posts: 1
deckofcards is on a distinguished road
Default

Re: Yet another newbie question (rtmpdump and chaturbate)


How do you stop the recoring? and where are the video files saved to?
Reply With Quote
  #6  
Old 06-16-2015, 02:02 PM
sa.tan sa.tan is offline
Junior Member
 
Join Date: Jun 2015
Posts: 3
sa.tan is on a distinguished road
Default

Re: Yet another newbie question (rtmpdump and chaturbate)


hi,

one question bigbill, or anyone who can help>> what should I use as Channel name?

the problem is> whatever I use as Channel name, the batch file starts, but after short time I got the error msg> Model status is error.

I tried password show, private show, but got this error all the time.

thanks for any help.

Last edited by sa.tan : 06-16-2015 at 05:17 PM.
Reply With Quote
  #7  
Old 06-17-2015, 07:59 PM
minipc minipc is offline
Member
 
Join Date: Apr 2011
Posts: 37
minipc is on a distinguished road
Default

Re: Yet another newbie question (rtmpdump and chaturbate)


Quote:
Originally Posted by sa.tan View Post
hi,

one question bigbill, or anyone who can help>> what should I use as Channel name?

the problem is> whatever I use as Channel name, the batch file starts, but after short time I got the error msg> Model status is error.

I tried password show, private show, but got this error all the time.

thanks for any help.
did you try using the broadcaster name for the channel ?
Reply With Quote
  #8  
Old 06-19-2015, 07:31 AM
sa.tan sa.tan is offline
Junior Member
 
Join Date: Jun 2015
Posts: 3
sa.tan is on a distinguished road
Default

Re: Yet another newbie question (rtmpdump and chaturbate)


Quote:
Originally Posted by minipc View Post
did you try using the broadcaster name for the channel ?
well this works, I am so stupid for not to try this

thanks a lot minipc, you are the hero today
Reply With Quote
  #9  
Old 07-30-2015, 07:23 AM
sa.tan sa.tan is offline
Junior Member
 
Join Date: Jun 2015
Posts: 3
sa.tan is on a distinguished road
Default

Re: Yet another newbie question (rtmpdump and chaturbate)


all works fine now with free chat. but not in password show, any ideas guys?
Reply With Quote
  #10  
Old 07-31-2015, 09:15 AM
mohqwt mohqwt is offline
Junior Member
 
Join Date: Nov 2014
Posts: 3
mohqwt is on a distinguished road
Default

Re: Yet another newbie question (rtmpdump and chaturbate)


Quote:
Originally Posted by bigbill902 View Post
Download KSV's patched RTMPDUMP:
https://github.com/K-S-V/Scripts/releases
Download a copy of FFMPEG:
http://ffmpeg.zeranoe.com/builds/
Batch File:
https://gist.github.com/anonymous/820f2f254e5b56a40397
Save this text to a batch file "filename.bat"

Make sure you have a copy of ffmpeg.exe and rtmpdump.exe along with the batchfile in the same folder

Edit it.
Replace username with your chaturbate username
Replace PASSHASH with the password found when you viewsource on a chaturbate streampage CTRL-F password while viewing source on active stream.

should find something like this:
password: 'pbkdf2_sha256$12000$miururYxwHTS$yTDnPMUw8Q4Vp7ud 8/tktrj2WKhOCz98w4BjGaMcKsw\u003D',

you want the stuff within the qoutes

If you do all that right. When you run the batchfile it will ask you for the channel name then start download and encoding the stream at the sametime.


because chaturbate uses speex codec for the audio the sound will not work in most players. the use of ffmpeg to encode the rtmpdump on the fly prevents this.
how can i make this file dont close his self when the model make refresh and waiting the model to be online , or Continue , sorry for my bad english
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 02:19 PM.


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