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 11-25-2017, 07:17 PM
asdy asdy is offline
Junior Member
 
Join Date: Nov 2017
Posts: 1
asdy is on a distinguished road
Default

record chaturbate hidden that that I tipped


Hey guys, I buyed a hidden show and was unable to record it, now I'm sad.
can someone give me suggestions on how to record it?
Reply With Quote
  #2  
Old 12-12-2017, 07:46 AM
Spotlight Spotlight is offline
Junior Member
 
Join Date: Nov 2017
Posts: 8
Spotlight is on a distinguished road
Thumbs up

Re: record chaturbate hidden that that I tipped


https://camjax.tv/ No more sad
Reply With Quote
  #3  
Old 12-13-2017, 05:29 PM
CristianoA CristianoA is offline
Senior Member
 
Join Date: Nov 2012
Location: Micronesia
Posts: 261
CristianoA is on a distinguished road
Default

Re: record chaturbate hidden that that I tipped


Quote:
Originally Posted by asdy View Post
Hey guys, I buyed a hidden show and was unable to record it, now I'm sad.
can someone give me suggestions on how to record it?
try RTMPDump+RTMPDumphelper or TubeDigger
Reply With Quote
  #4  
Old 04-16-2018, 01:27 PM
everix1992 everix1992 is offline
Junior Member
 
Join Date: Feb 2014
Posts: 5
everix1992 is on a distinguished road
Default

Re: record chaturbate hidden that that I tipped


Bump. I can do this with Tubedigger, but I would prefer to do this with RTMPDump if possible. Here's the command I use to record the non-hidden show:

rtmpdump.exe -r"rtmp://edge180.stream.highwebmedia.com/live-edge" -a"live-edge" -W"https://chaturbate.com/static/flash/CBV_2p680.swf" -p"https://chaturbate.com/akgingersnaps/" -CS:[my username here] -CS:akgingersnaps -CS:2.680 -CS:[my password hash here] --live -y"mp4:rtmp://origin14.stream.highwebmedia.com/live-origin/akgingersnaps" -o"akgingersnaps.flv" -q

This works just fine for non-hidden shows, but this fails to record once the show goes hidden. I'm looking to do this from a script, which is why I'm looking to do this with RTMPDump. Tubedigger works fine manually for now, but isn't ideal.
Reply With Quote
  #5  
Old 04-24-2018, 04:59 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: record chaturbate hidden that that I tipped


If you pay for your hidden shows you have an advantage for research.

I found secure token somewhere on github and despite that my batch file does not work,
there is something else missing as well.

Record your parameters with rtmpdump helper at all times
and see what is changing when you go from free to hidden show.

Nir Sofer has updated helper so now it works with new browsers, at least for chaturbate.

It would be great if you post here some parameters from hidden show.

Last edited by j_cool : 04-24-2018 at 05:38 PM.
Reply With Quote
  #6  
Old 04-30-2018, 06:12 PM
everix1992 everix1992 is offline
Junior Member
 
Join Date: Feb 2014
Posts: 5
everix1992 is on a distinguished road
Default

Re: record chaturbate hidden that that I tipped


Quote:
Originally Posted by j_cool View Post
If you pay for your hidden shows you have an advantage for research.

I found secure token somewhere on github and despite that my batch file does not work,
there is something else missing as well.

Record your parameters with rtmpdump helper at all times
and see what is changing when you go from free to hidden show.

Nir Sofer has updated helper so now it works with new browsers, at least for chaturbate.

It would be great if you post here some parameters from hidden show.
I'm not 100% sure how to record my parameters. I tried doing it today with a show and the only information I could find was what was shown in the rtmpsuck window. Here's what I got by copy pasting what was shown in rtmpsuck though:

https://pastebin.com/Di4Ei3pG (paid show)
https://pastebin.com/HKmeMWZq (free show)
Note: The information is for two different models as I was indisposed while the paid show was still open to the public. Not sure if there's any information to be gleaned here but I didn't see much.
Reply With Quote
  #7  
Old 05-01-2018, 09:04 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: record chaturbate hidden that that I tipped


You get more parameters with rtmpsrv, and that are parameters that you want.

You cannot run rtmpsrv in windows, RtmpdumpHelper runs rtmpsuck
and KSV's rtmpsuck creates command.txt file in which you get parameters as rtmpsrv would show.

Here is just one example of these parameters from free show, and these are the ones to use in batch file.
Params from rtmpsuck cmd window are not enough.

Code:
rtmpdump -r "rtmp://edge91.stream.highwebmedia.com/live-edge" 
-a "live-edge" 
-f "WIN 29,0,0,140" 
-W "https://chaturbate.com/static/flash/CBV_2p680.swf" 
-p "https://chaturbate.com/princesscin/" 
-C S:AnonymousUser 
-C S:princesscin 
-C S:2.680 
-C S:anonymous 
-C S:de30ea8589a8166427b6da47879d14d6948615c67c88fa603e5a54a5ff3a11b2 
-C S:{"username":"__anonymous__bPhZRsNrCeY","org":"ALB","expire":1525183000,"sig":"8b691a6279bbdcb516af9936c2a1e8f51cda6c8cc7b2e7e39c1cc067a7e57291","room":"princesscin"} 
--live 
-y "mp4:wowz://origin159.stream.highwebmedia.com/live-origin/princesscin-sd-54340e63b79499ce4ecdb525ed01fc076b75242c3d7346d515681b322c418efe_trns_h264_480p" 
-o "2018-05-01_02-56-03_princesscin-sd-54340e63b79499ce4ecdb525ed01fc076b75242c3d7346d515681b322c418efe_trns_h264_480p.flv"
And here is example of my batch file with work in progress without any modification,
which works for any free show and does not work for any kind of paid show

Code:
@for /f %%a in ('clblow.exe') do set model=%%a
@title RDUMP_CHATURBATE %model%
:start
@for /f %%x in ('dt.exe') do set d=%%x
@for /f %%z in ('ch_server.exe %model%') do set server=%%z
::@for /f %%y in ('ch_roomp.exe %model%') do set roompass=%%y

rp.exe -v -r "rtmp://%server%/live-edge" ^
-a "live-edge" ^
-W "https://chaturbate.com/static/flash/CBV_2p680.swf" ^
-p "http://www.confused.com/%model%" ^
-C S:jadran3 ^
-C S:%model% ^
-C S:2.680 ^
-C S:67b8d71f9ed644700489146f67c1a8e60b1e2ec47d9ca92be44319a94be9c07623967f94d97042b87f795abf81d1f2fe9afed0d8df29862cf208ae797768e433 ^
-y "mp4:wowz://origin185.stream.highwebmedia.com/live-origin/%model%" ^
-T "m9z#$dO0qe34Rxe@sMYxx" ^
-o "c:\%model%_%d%.flv"
FOR %%I in (c:\%model%_%d%.flv) do if %%~zI LSS 14 del "%%I"

::@timeout /t 60
sleep 60
goto start
goto:eof
Reply With Quote
  #8  
Old 05-01-2018, 12:13 PM
everix1992 everix1992 is offline
Junior Member
 
Join Date: Feb 2014
Posts: 5
everix1992 is on a distinguished road
Default

Re: record chaturbate hidden that that I tipped


Thanks for the info j_cool. I am on Windows and so I was stuck using rtmpsuck. I hadn't realized that it was making the Command.txt file, so I was able to fix my issues with the information in there. Here's what the parameters looked like:

Code:
rtmpdump
-r"rtmp://edge124.stream.highwebmedia.com/live-edge"
-a"live-edge"
-f"WIN 29,0,0,140"
-W"https://chaturbate.com/static/flash/CBV_2p680.swf"
-p"https://chaturbate.com/sexycollegecouplexx/"
-CS:[my username here]
-CS:sexycollegecouplexx
-CS:2.680
-CS:[my password hash]
-CS:[my room password]
-CS:{"username":"[my username here]","org":"PHX","expire":1525137044,"sig":"4a5f0bb4cf991608af8cd24d12d37c98d5ecc1ec0382630f061d068ef91a69b6","room":"sexycollegecouplexx"}
--live
-y"mp4:wowz://origin128.stream.highwebmedia.com/live-origin/sexycollegecouplexx-sd-e8745ad3c88b1122678fc9af76001378b941b068487d76993f3b84220ae7b4d7_trns_h264_1080p"
-o"2018-04-30_08-10-15_sexycollegecouplexx-sd-e8745ad3c88b1122678fc9af76001378b941b068487d76993f3b84220ae7b4d7_trns_h264_1080p.flv"
I've put below what I was originally sending. It looks like you don't necessarily need to change your parameters when the show becomes hidden as long as they are properly set up before (mine weren't).

Code:
Code:
rtmpdump
-r"rtmp://edge124.stream.highwebmedia.com/live-edge"
-a"live-edge"
-f"WIN 29,0,0,140"
-W"https://chaturbate.com/static/flash/CBV_2p680.swf"
-p"https://chaturbate.com/sexycollegecouplexx/"
-CS:[my username here]
-CS:sexycollegecouplexx
-CS:2.680
-CS:[my password hash]
--live
-y"mp4:wowz://origin128.stream.highwebmedia.com/live-origin/sexycollegecouplexx-sd-e8745ad3c88b1122678fc9af76001378b941b068487d76993f3b84220ae7b4d7_trns_h264_1080p"
-o"2018-04-30_08-10-15_sexycollegecouplexx-sd-e8745ad3c88b1122678fc9af76001378b941b068487d76993f3b84220ae7b4d7_trns_h264_1080p.flv"
Notably, I was leaving out the "room password" and the "edge auth" string (the parameter that contains your sig). Password hash / Room Password / Edge Auth string are all pulled from the start_defchat function. You can see those parameters there.
Reply With Quote
  #9  
Old 05-01-2018, 12:28 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: record chaturbate hidden that that I tipped


Yeah,

maybe something can be put together from all what we posted here.

I'll look at that some other time later.

Last edited by j_cool : 05-01-2018 at 01:42 PM.
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 05:36 AM.


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