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
  #111  
Old 10-11-2016, 08:34 AM
urbateMast urbateMast is offline
Junior Member
 
Join Date: Aug 2015
Posts: 11
urbateMast 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
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).
Reply With Quote
  #112  
Old 10-11-2016, 03:38 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


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
Reply With Quote
  #113  
Old 10-11-2016, 07:46 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 ihryjfbd View Post
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?
Reply With Quote
  #114  
Old 10-11-2016, 10:05 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
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
Reply With Quote
  #115  
Old 10-12-2016, 03:45 AM
supersonic80 supersonic80 is offline
Senior Member
 
Join Date: Mar 2016
Posts: 138
supersonic80 is on a distinguished road
Default

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.
Reply With Quote
  #116  
Old 10-12-2016, 07:19 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
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?
Reply With Quote
  #117  
Old 10-12-2016, 07:22 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 supersonic80 View Post
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?

Last edited by jh82 : 10-13-2016 at 06:26 AM. Reason: missed words in sentence
Reply With Quote
  #118  
Old 10-12-2016, 08:45 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.
Quote:
Originally Posted by jh82 View Post
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.
Reply With Quote
  #119  
Old 10-12-2016, 10:57 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
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.
Reply With Quote
  #120  
Old 10-13-2016, 03:16 AM
supersonic80 supersonic80 is offline
Senior Member
 
Join Date: Mar 2016
Posts: 138
supersonic80 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
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.
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 01:25 AM.


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