Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
record chaturbate hidden that that I tippedHey 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? |
#2
|
|||
|
|||
Re: record chaturbate hidden that that I tippedhttps://camjax.tv/ No more sad
|
#3
|
|||
|
|||
Re: record chaturbate hidden that that I tippedtry RTMPDump+RTMPDumphelper or TubeDigger
|
#4
|
|||
|
|||
Re: record chaturbate hidden that that I tippedBump. 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. |
#5
|
|||
|
|||
Re: record chaturbate hidden that that I tippedIf 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. |
#6
|
|||
|
|||
Re: record chaturbate hidden that that I tippedQuote:
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. |
#7
|
|||
|
|||
Re: record chaturbate hidden that that I tippedYou 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" 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 |
#8
|
|||
|
|||
Re: record chaturbate hidden that that I tippedThanks 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" Code:
|
#9
|
|||
|
|||
Re: record chaturbate hidden that that I tippedYeah,
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. |
Tags: chaturbate record hidden |
Thread Tools | |
Display Modes | |
|
|