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
  #1  
Old 03-08-2017, 06:13 PM
rykorb rykorb is offline
Junior Member
 
Join Date: May 2016
Posts: 8
rykorb is on a distinguished road
Default

Unable to record from some CB models


Hi All,

Having an issue at the moment where I can't seem to record some models and just wonder if any of you have a solution? It seems like the models are the edge50 server. Using Streamlink or livestreamer I get a bad gateway error. However, if I then ssh to my US client the model seem to be on a different edge server and records just fine. I know that CB tend to add servers every so often but I have models on edge68 that are being recorded just fine.

Any help would be greatly appreciated,
Rykorb.
Reply With Quote
  #2  
Old 03-08-2017, 06:43 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Unable to record from some CB models


Hi,

so not all server address values are working every time so in this case just switch to another one and use this with your model.Not sure whether you can define this extra using LS or SL tools or not.

greetz
Reply With Quote
  #3  
Old 03-08-2017, 06:50 PM
Moonspell Moonspell is offline
Senior Member
 
Join Date: Sep 2016
Posts: 227
Moonspell is on a distinguished road
Default

Re: Unable to record from some CB models


why not simply use, a script with rtmpdump?
Reply With Quote
  #4  
Old 03-08-2017, 06:56 PM
rykorb rykorb is offline
Junior Member
 
Join Date: May 2016
Posts: 8
rykorb is on a distinguished road
Default

Re: Unable to record from some CB models


I use capturebate which in turn uses Livestreamer. So its not that easy to switch it over to RTMPdump.
Reply With Quote
  #5  
Old 03-08-2017, 06:58 PM
Damianonymous Damianonymous is offline
Senior Member
 
Join Date: Jan 2017
Posts: 187
Damianonymous is on a distinguished road
Default

Re: Unable to record from some CB models


I use the script to rtmpdump created by ihryjfbd but using Streamlink, enough to replace several lines of commands. During an error the script looking for a new server automatically
Reply With Quote
  #6  
Old 03-08-2017, 07:01 PM
rykorb rykorb is offline
Junior Member
 
Join Date: May 2016
Posts: 8
rykorb is on a distinguished road
Default

Re: Unable to record from some CB models


Quote:
Originally Posted by Damianonymous View Post
I use the script to rtmpdump created by ihryjfbd but using Streamlink, enough to replace several lines of commands. During an error the script looking for a new server automatically
Do you have a link please?
Reply With Quote
  #7  
Old 03-08-2017, 07:08 PM
Damianonymous Damianonymous is offline
Senior Member
 
Join Date: Jan 2017
Posts: 187
Damianonymous is on a distinguished road
Default

Re: Unable to record from some CB models


Quote:
Originally Posted by ihryjfbd View Post

Here's the latest script

Code:
@echo off
setlocal enableDelayedExpansion

set USERNAME=AnonymousUser
set PASSWORD=anonymous
set CB_VERSION=9

set SECONDS=15

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

set OUT_DIR=captures\%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
for /r %%F in (*) do if %%~zF==0 @del "%%F"
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
Lines of command rtmpdump mentioned on Streamlink can also Livestreamer.

Code:
streamlink "https://chaturbate.com/%model%/" best --http-header "swfUrl=https://chaturbate.com/static/flash/CBV_2p661.swf" --http-header "flashVer=WIN 24.0.0.221" -o "%OUT_DIR%\%model%_%ts%.ts
Reply With Quote
  #8  
Old 03-09-2017, 02:15 AM
rykorb rykorb is offline
Junior Member
 
Join Date: May 2016
Posts: 8
rykorb is on a distinguished road
Default

Re: Unable to record from some CB models


I still seem to be getting the same issue with this script. Looks like an issue with the chaturbate plugin for livestreamer and streamlink. It is weird how i can capture from a box in the US but not in the UK.
Reply With Quote
  #9  
Old 03-09-2017, 08:50 AM
ihryjfbd ihryjfbd is offline
Senior Member
 
Join Date: Oct 2015
Posts: 212
ihryjfbd is on a distinguished road
Default

Re: Unable to record from some CB models


Well some models do location restrict their cam, I know cause once this romanian model restricted it so only peeps from romania could access her page, accessing the page with romanian proxy worked as normal.
Reply With Quote
  #10  
Old 03-09-2017, 09:00 AM
Chakhal Chakhal is offline
Junior Member
 
Join Date: Mar 2017
Posts: 10
Chakhal is on a distinguished road
Default

Re: Unable to record from some CB models


I use hotspot shield add-ons to watch blocked cameras from my country
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 05:57 AM.


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