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)
-   -  

Chaturbate Sample Rtmpdump

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

rantanplan 06-02-2017 09:30 AM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by trkient8 (Post 91943)
Ph?? Tổng Gi??m đốc BQL dá»± ??n Ä??°á»?ng sá??t xin lá»—i sinh vi??n vá?? bá??n đồ

Moderator?

wizard 06-02-2017 09:48 AM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by rantanplan (Post 91944)
Moderator?

Unfortunately, moderators are away from here most of time. The best would be that you click on a spammer username, open his public profile and add him to the ignore list.

By doing this you will still see the bold threads when they reply but at least you will not have to scroll through ton of spam to find the regular content (spammer posts will be hidden :D :D :D )

Not the perfect but for sure far more the best solution you can have here as admins and mods are away ;)

rantanplan 06-02-2017 10:07 AM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by wizard (Post 91945)
Unfortunately, moderators are away from here most of time. The best would be that you click on a spammer username, open his public profile and add him to the ignore list.

By doing this you will still see the bold threads when they reply but at least you will not have to scroll through ton of spam to find the regular content (spammer posts will be hidden :D :D :D )

Not the perfect but for sure far more the best solution you can have here as admins and mods are away ;)

Thanks for the hint!

cabulo 06-02-2017 04:27 PM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by wizard (Post 91945)
admins and mods are away ;)

No, they are not away, they just don't interfere.

Somebody is paying for this for some reason of his own.

wizard 06-03-2017 02:38 AM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by cabulo (Post 91949)
No, they are not away, they just don't interfere.

Somebody is paying for this for some reason of his own.

Well if anyone do a little search it might be easy to figure out who and to guess the reasons why but that might go into a long discussion and is not a part of this topic. Therefore, let's keep on with CB discussion :)

rantanplan 06-04-2017 06:19 PM

Re: Chaturbate Sample Rtmpdump


 
OK... back to the topic:

I did some ethernet sniffing (with wireshark).
Indeed the CB player sends this new line (flashvar "auth"):
Code:

{"username":"myname","org":"ATL","expire":1496354230,"sig":"xxxxxx","room":"model_name"}
"sig" looks like this: 1d58fe0742f9687962d8b3f4819ae453e592117aa7e52edc2a c1f295182d6ca2
so this i a 32byte key.
Just copying it from a running CB session does not work. I think that as long as we don't know the meaning of this "sig" we are out of luck.

supersonic80 06-04-2017 07:42 PM

Re: Chaturbate Sample Rtmpdump


 
Nothing changed on Chaturbate, rtmpdump works fine as usual. I would recommend to check your rtmpdump.

Are you on Windows or Linux? I recently experienced an issue with linux when regular apt-get upgrade replaced patched rtmpdump library and everything stopped working until I manually restored rtmpdump-ksv.

Quote:

Originally Posted by rantanplan (Post 91991)
OK... back to the topic:

I did some ethernet sniffing (with wireshark).
Indeed the CB player sends this new line (flashvar "auth"):
Code:

{"username":"myname","org":"ATL","expire":1496354230,"sig":"xxxxxx","room":"model_name"}
"sig" looks like this: 1d58fe0742f9687962d8b3f4819ae453e592117aa7e52edc2a c1f295182d6ca2
so this i a 32byte key.
Just copying it from a running CB session does not work. I think that as long as we don't know the meaning of this "sig" we are out of luck.


confused.com 06-10-2017 05:08 AM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by wizard (Post 91959)
it might be easy to figure out who and to guess the reasons why

http://stream-recorder.com/forum/mem...stposter&t=956

Xirius 06-27-2017 12:43 PM

Re: Chaturbate Sample Rtmpdump


 
I'm using the .bat script for chaturbate and it has worked great so far. I start it and it looks for when a stream starts and and records.

But now for a few weeks something is wrong. Now when I start the script after maybe 10 minutes of testing if a stream is live (or less) it get stuck on this screen forever:



so when the stream goes live it doesn't capture because it's stuck here. People have the same problem? I didn't change anything in the script. It does record if I start the script just as the channel goes live but the reason for using it is so I can run when I'm not here.

JasonSm 06-28-2017 01:22 AM

Re: Chaturbate Sample Rtmpdump


 
yep, i have the same.

try to use this script for streamlink
Quote:

@echo off
setlocal enableDelayedExpansion

set USERNAME=AnonymousUser
set PASSWORD=anonymous

set SECONDS=15

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

set OUT_DIR=CB\%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.

streamlink "https://chaturbate.com/%model%/" best --http-header "swfUrl=https://en.chaturbate.com/static/flash/CBV_2p670.swf" --http-header "flashVer=WIN 25.0.0.148" -o "%OUT_DIR%\%model%_%ts%.flv

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


All times are GMT -6. The time now is 01:43 AM.