PDA

View Full Version : record chaturbate hidden that that I tipped


asdy
11-25-2017, 06:17 PM
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?

Spotlight
12-12-2017, 06:46 AM
https://camjax.tv/ No more sad

CristianoA
12-13-2017, 04:29 PM
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

everix1992
04-16-2018, 12:27 PM
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.

j_cool
04-24-2018, 03:59 PM
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.

everix1992
04-30-2018, 05:12 PM
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.

j_cool
05-01-2018, 08:04 AM
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.


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:de30ea8589a8166427b6da47879d14d6948615c67c88fa60 3e5a54a5ff3a11b2
-C S:{"username":"__anonymous__bPhZRsNrCeY","org":"ALB","expire":1525183000,"sig":"8b691a6279bbdcb516af9936c2a1e8f51cda6c8cc7b2e7e39c 1cc067a7e57291","room":"princesscin"}
--live
-y "mp4:wowz://origin159.stream.highwebmedia.com/live-origin/princesscin-sd-54340e63b79499ce4ecdb525ed01fc076b75242c3d7346d515 681b322c418efe_trns_h264_480p"
-o "2018-05-01_02-56-03_princesscin-sd-54340e63b79499ce4ecdb525ed01fc076b75242c3d7346d515 681b322c418efe_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


@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:67b8d71f9ed644700489146f67c1a8e60b1e2ec47d9ca92b e44319a94be9c07623967f94d97042b87f795abf81d1f2fe9a fed0d8df29862cf208ae797768e433 ^
-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

everix1992
05-01-2018, 11:13 AM
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:

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":"4a5f0bb4cf991608af8cd24d12d37c98d5ecc1ec0382630f06 1d068ef91a69b6","room":"sexycollegecouplexx"}
--live
-y"mp4:wowz://origin128.stream.highwebmedia.com/live-origin/sexycollegecouplexx-sd-e8745ad3c88b1122678fc9af76001378b941b068487d76993f 3b84220ae7b4d7_trns_h264_1080p"
-o"2018-04-30_08-10-15_sexycollegecouplexx-sd-e8745ad3c88b1122678fc9af76001378b941b068487d76993f 3b84220ae7b4d7_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).

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-e8745ad3c88b1122678fc9af76001378b941b068487d76993f 3b84220ae7b4d7_trns_h264_1080p"
-o"2018-04-30_08-10-15_sexycollegecouplexx-sd-e8745ad3c88b1122678fc9af76001378b941b068487d76993f 3b84220ae7b4d7_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.

j_cool
05-01-2018, 11:28 AM
Yeah,

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

I'll look at that some other time later.