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
  #131  
Old 10-15-2016, 04:08 PM
jakeane123 jakeane123 is offline
Junior Member
 
Join Date: Oct 2016
Posts: 7
jakeane123 is on a distinguished road
Default

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


Quote:
Originally Posted by ihryjfbd View Post
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
What should i do then
Reply With Quote
  #132  
Old 10-15-2016, 05:47 PM
Moonspell Moonspell is offline
Senior Member
 
Join Date: Sep 2016
Posts: 227
Moonspell is on a distinguished road
Default

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 ))
Reply With Quote
  #133  
Old 10-15-2016, 06:12 PM
ihryjfbd ihryjfbd is offline
Senior Member
 
Join Date: Oct 2015
Posts: 212
ihryjfbd is on a distinguished road
Default

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


Quote:
Originally Posted by jakeane123 View Post
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
Reply With Quote
  #134  
Old 10-15-2016, 06:44 PM
jakeane123 jakeane123 is offline
Junior Member
 
Join Date: Oct 2016
Posts: 7
jakeane123 is on a distinguished road
Default

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


Quote:
Originally Posted by ihryjfbd View Post
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
Reply With Quote
  #135  
Old 10-16-2016, 03:13 PM
jh82 jh82 is offline
Member
 
Join Date: Sep 2016
Posts: 37
jh82 is on a distinguished road
Default

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


Quote:
Originally Posted by supersonic80 View Post
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.
Reply With Quote
  #136  
Old 10-16-2016, 09:50 PM
ihryjfbd ihryjfbd is offline
Senior Member
 
Join Date: Oct 2015
Posts: 212
ihryjfbd is on a distinguished road
Default

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


Quote:
Originally Posted by jh82 View Post
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 Sassword ^ as nameless http headers instead

Reply With Quote
  #137  
Old 10-17-2016, 05:13 PM
Youngfossil Youngfossil is offline
Junior Member
 
Join Date: Oct 2016
Posts: 5
Youngfossil is on a distinguished road
Default

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


nvm i got it. Thanks a lot
Reply With Quote
  #138  
Old 10-23-2016, 10:41 AM
jh82 jh82 is offline
Member
 
Join Date: Sep 2016
Posts: 37
jh82 is on a distinguished road
Default

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


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



Thanks, how do you get the nameless header?
Reply With Quote
  #139  
Old 10-23-2016, 10:47 AM
jh82 jh82 is offline
Member
 
Join Date: Sep 2016
Posts: 37
jh82 is on a distinguished road
Default

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
Reply With Quote
  #140  
Old 10-24-2016, 01:45 AM
ihryjfbd ihryjfbd is offline
Senior Member
 
Join Date: Oct 2015
Posts: 212
ihryjfbd is on a distinguished road
Default

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
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 11:33 PM.


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