Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (Adult streaming videos) (http://stream-recorder.com/forum/forumdisplay.php?f=40)
-   -  

www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos

(http://stream-recorder.com/forum/showthread.php?t=10035)

jakeane123 10-15-2016 03:08 PM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
Quote:

Originally Posted by ihryjfbd (Post 88147)
Just checked the script it's a problem with the way the password is sent
for instance my password is

"X}W(2%^sf6x+"u"

but in the webpage cookie it's sent as

pbkdf2_sha256$24000$9WOf5OAQr9H2$TS6RrwHHbE77DUi4X NNA4lzKtO6W9HwdquoolXC9Zhs\u003D

so it's creating a sha256 of our password :confused:

What should i do then

Moonspell 10-15-2016 04:47 PM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
bah... is really difficult to open replay media catcher, goes in the room as guest or so, and record? I don't think so :)))

ihryjfbd 10-15-2016 05:12 PM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
Quote:

Originally Posted by jakeane123 (Post 88148)
What should i do then

k I found a fix, use wireshark to find your username through a Display Filter then use that filter and click on

Handshake C2|connect('live-edge')

then click

Real Time Messaging Protocol (AMF0 Command connect('live-edge'))

RTMP Body

the first string under 2.650 is your password without the ' '.

Code:

@echo off
setlocal enableDelayedExpansion

set CB_VERSION=2.650
set OUT_DIR=J:\captures
set SECONDS=15

set /p model=Enter username:
set model=%model:https://chaturbate.com/=%
set model=%model:/=%

if not exist %OUT_DIR% (mkdir %OUT_DIR%)

for /L %%i in (1,1,99) do (
  set N=!time:~9,12!
  set /a N=10000!N! %% 10000
  set rand=!random!
  set /a rand=!rand!* 31/32768+1
  set /a rand=!N!+!rand!
  set /a rand=!rand!*31/131+1
)
set server=edge%rand%

:doCapture
set ts=%date:/=-%_%time::=-%
set ts=%ts: =%
set output=%OUT_DIR%\%model%_%ts%.flv

color 2F && title %model% @ %time% - %server%
cls && echo Capturing: %model% @ %time% - %server% && echo.

rtmpdump --live --timeout 20 ^
-r "rtmp://%server%.stream.highwebmedia.com/live-edge" ^
-p "http://chaturbate.com/%model%" ^
-C S:username ^
-C S:%model% ^
-C S:%CB_VERSION% ^
-C S:password ^
-y "playpath" -o %output%

for %%r in (%output%) do (
  if %%~zr lss 1 del %output%
  color 4F && title %model% - OFFLINE
)

set /a rand=%random%*31/32768+1
set server=edge%rand%

timeout %SECONDS%
goto doCapture


jakeane123 10-15-2016 05:44 PM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
Quote:

Originally Posted by ihryjfbd (Post 88152)
k I found a fix, use wireshark to find your username through a Display Filter then use that filter and click on

Handshake C2|connect('live-edge')

then click

Real Time Messaging Protocol (AMF0 Command connect('live-edge'))

RTMP Body

the first string under 2.650 is your password without the ' '.

Code:

@echo off
setlocal enableDelayedExpansion

set CB_VERSION=2.650
set OUT_DIR=J:\captures
set SECONDS=15

set /p model=Enter username:
set model=%model:https://chaturbate.com/=%
set model=%model:/=%

if not exist %OUT_DIR% (mkdir %OUT_DIR%)

for /L %%i in (1,1,99) do (
  set N=!time:~9,12!
  set /a N=10000!N! %% 10000
  set rand=!random!
  set /a rand=!rand!* 31/32768+1
  set /a rand=!N!+!rand!
  set /a rand=!rand!*31/131+1
)
set server=edge%rand%

:doCapture
set ts=%date:/=-%_%time::=-%
set ts=%ts: =%
set output=%OUT_DIR%\%model%_%ts%.flv

color 2F && title %model% @ %time% - %server%
cls && echo Capturing: %model% @ %time% - %server% && echo.

rtmpdump --live --timeout 20 ^
-r "rtmp://%server%.stream.highwebmedia.com/live-edge" ^
-p "http://chaturbate.com/%model%" ^
-C S:username ^
-C S:%model% ^
-C S:%CB_VERSION% ^
-C S:password ^
-y "playpath" -o %output%

for %%r in (%output%) do (
  if %%~zr lss 1 del %output%
  color 4F && title %model% - OFFLINE
)

set /a rand=%random%*31/32768+1
set server=edge%rand%

timeout %SECONDS%
goto doCapture


Im having a little trouble figuring out how to find my username with display filters
EDIT: Figured it out thanks alot for all the help <3

jh82 10-16-2016 02:13 PM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
Quote:

Originally Posted by supersonic80 (Post 88068)
https://github.com/sstativa/captureb...ases/tag/0.2.3

This release works on Windows 7 without any problem.

Ok, for me at least, this has turned out to be just what the doctor ordered. Thank you so much for sharing this.

I'm still going to work on getting livestreamer working and I hope others will continue to post their CB downloading techniques. As we saw on the recent issues with CBrec, you never know when one method will no longer be viable. Thanks again.

ihryjfbd 10-16-2016 08:50 PM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
Quote:

Originally Posted by jh82 (Post 88167)
Ok, for me at least, this has turned out to be just what the doctor ordered. Thank you so much for sharing this.

I'm still going to work on getting livestreamer working and I hope others will continue to post their CB downloading techniques. As we saw on the recent issues with CBrec, you never know when one method will no longer be viable. Thanks again.

Livestreamer shouldn't really be any different to rtmpdump it probably needs the -C S:username ^ -C S:password ^ as nameless http headers instead


Youngfossil 10-17-2016 04:13 PM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
nvm i got it. Thanks a lot

jh82 10-23-2016 09:41 AM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
Quote:

Originally Posted by ihryjfbd (Post 88173)
Livestreamer shouldn't really be any different to rtmpdump it probably needs the -C S:username ^ -C S:password ^ as nameless http headers instead




Thanks, how do you get the nameless header?

jh82 10-23-2016 09:47 AM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
What is the best way to convert the CB flv files to mp4? I need lossless video conversion but the audio converted to something more compatible then that codec cb uses. I need something that can batch convert as I have lots and lots of files. Thanks

ihryjfbd 10-24-2016 12:45 AM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
ffmpeg

for %%a in ("*.flv") do ffmpeg -i "%%a" -vcodec copy -c:a aac -b:a 128k -bsf aac_adtstoasc "newfiles\%%~na.mp4"
pause


All times are GMT -6. The time now is 06:08 PM.