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)

urbateMast 10-11-2016 08:34 AM

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


 
Quote:

Originally Posted by jh82 (Post 88042)
Has anybody used livestream or those batch files mentioned earlier in this thread?

I've tried livestreamer. But problems still exists.
I've tried youtube-dl too. By default it uses internal ffmpeg for recording, so I typed "--hls-prefer-native" and received only 2-seconds video.
It's such annoying and I completely went to MFC (mfc-node).

ihryjfbd 10-11-2016 03:38 PM

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


 
Working fine here

Code:

@echo off
setlocal enableDelayedExpansion

set USERNAME=AnonymousUser
set PASSWORD=anonymous
set CB_VERSION=9
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
set PASSWORD=%PASSWORD:\u003D==%

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


jh82 10-11-2016 07:46 PM

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


 
Quote:

Originally Posted by ihryjfbd (Post 88054)
Working fine here

Code:

@echo off
setlocal enableDelayedExpansion

set USERNAME=AnonymousUser
set PASSWORD=anonymous
set CB_VERSION=9
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
set PASSWORD=%PASSWORD:\u003D==%

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



Is this livestreamer? Is there any info available on how to set this up for CB? Can it run continuously and check when selected models come online and then record them? I heard somewhere that it will crash when a model goes private. Can you verify if that's true?

ihryjfbd 10-11-2016 10:05 PM

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


 
Quote:

Originally Posted by jh82 (Post 88057)
Is this livestreamer? Is there any info available on how to set this up for CB? Can it run continuously and check when selected models come online and then record them? I heard somewhere that it will crash when a model goes private. Can you verify if that's true?

rtmpdump, it loops the script and records as soon as they go public.
for livestreamer, also has the benefit of recording with the AAC audio codec instead of Speex.

Code:

@echo off
:loop
echo livestreamer is now Recording... Chaturbate
@echo off
cd I:\StreamS\Chaturbate
for /r %%F in (*) do if %%~zF==0 @del "%%F"
set /p model=Enter model username:
SET hour=%time:~0,2%
IF "%hour:~0,1%" == " " SET hour=0%hour:~1,1%
SET min=%time:~3,2%
IF "%min:~0,1%" == " " SET min=0%min:~1,1%
SET secs=%time:~6,2%
IF "%secs:~0,1%" == " " SET secs=0%secs:~1,1%
SET year=%date:~-4%
SET month=%date:~3,2%
IF "%month:~0,1%" == " " SET month=0%month:~1,1%
SET day=%date:~0,2%
IF "%day:~0,1%" == " " SET day=0%day:~1,1%
SET _my_datetime=%day%-%month%-%year%_%hour%-%min%-%secs%
SET file=%_my_datetime%
livestreamer "https://chaturbate.com/%model%/" best --http-header "swfUrl=https://chaturbate.com/static/flash/CBV_2p650.swf" --http-header "flashVer=WIN 23,0,0,162" -o "I:\StreamS\Chaturbate\%file%_%model%_Chaturbate.ts"
goto loop


supersonic80 10-12-2016 03:45 AM

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


 
https://github.com/sstativa/captureb...ases/tag/0.2.3

This release works on Windows 7 without any problem.

jh82 10-12-2016 07:19 AM

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


 
Quote:

Originally Posted by ihryjfbd (Post 88059)
rtmpdump, it loops the script and records as soon as they go public.
for livestreamer, also has the benefit of recording with the AAC audio codec instead of Speex.

Code:

@echo off
:loop
echo livestreamer is now Recording... Chaturbate
@echo off
cd I:\StreamS\Chaturbate
for /r %%F in (*) do if %%~zF==0 @del "%%F"
set /p model=Enter model username:
SET hour=%time:~0,2%
IF "%hour:~0,1%" == " " SET hour=0%hour:~1,1%
SET min=%time:~3,2%
IF "%min:~0,1%" == " " SET min=0%min:~1,1%
SET secs=%time:~6,2%
IF "%secs:~0,1%" == " " SET secs=0%secs:~1,1%
SET year=%date:~-4%
SET month=%date:~3,2%
IF "%month:~0,1%" == " " SET month=0%month:~1,1%
SET day=%date:~0,2%
IF "%day:~0,1%" == " " SET day=0%day:~1,1%
SET _my_datetime=%day%-%month%-%year%_%hour%-%min%-%secs%
SET file=%_my_datetime%
livestreamer "https://chaturbate.com/%model%/" best --http-header "swfUrl=https://chaturbate.com/static/flash/CBV_2p650.swf" --http-header "flashVer=WIN 23,0,0,162" -o "I:\StreamS\Chaturbate\%file%_%model%_Chaturbate.ts"
goto loop


I'm sorry, I'm an idiot. Is there any other page on this site or link that could assist with setting this up?

jh82 10-12-2016 07:22 AM

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.


Thank you very much. Do I need something besides that zip on the page labeled as source code, to get this to work?

jh82 10-12-2016 08:45 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.

Quote:

Originally Posted by jh82 (Post 88070)
Thank you very much. Do I need something besides that zip on the page labeled as source code, to this to work?

Believe or not, I think that I got this to work.:) At least it's downloading and there are .flv files in the captures directory. Is there a command to stop the downloads or do you just close the command prompt window?

Right now It's running on Win 7 64bit. I'm going to try it on a win 10 machine in the next days or two. And it is a cb profile that doesn't have a lot of follows. Soon, I will try it with another profile that has whole lot more models followed. Is there a max to how many streams it can download at one time?

I still don't know where to start for livestreamer.

ihryjfbd 10-12-2016 10:57 PM

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


 
Quote:

Originally Posted by jh82 (Post 88069)
I'm sorry, I'm an idiot. Is there any other page on this site or link that could assist with setting this up?

Install this
https://github.com/chrippa/livestrea...in32-setup.exe

Copy my above script into notepad, click save as, save as type
All Files (*.*) then put the filename as something.bat click save, then double click the new .bat / batch file, type your modelname and hit enter.

Also try changing https://chaturbate.com to https://m.chaturbate.com in both the RTMPDump and Livestreamer scripts it may alter the quality
/ codecs used instead of flash video.

supersonic80 10-13-2016 03:16 AM

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


 
Quote:

Originally Posted by jh82 (Post 88084)
Is there a max to how many streams it can download at one time?

I have no idea about the limits. Once I saw 13 streams on the old Atom PC (1.6Ghz) running Ubuntu. I know nothing about Windows.


All times are GMT -6. The time now is 04:56 PM.