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)

Moonspell 03-15-2017 04:00 PM

Re: Chaturbate Sample Rtmpdump


 
for record the privates, you need to goes in private, and register the private with a program like.. replay media catcher, it will work perfectly

Damianonymous 03-16-2017 06:36 AM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by jnektar (Post 90320)

Thanks. I had the script and rtmpdump in a folder but the script was not in the rtmpdump folder LOL.

It now works but how do I save the stream? As you can tell I know nothing. I have searched but cannot find answer. It must be too basic a question (:

If I understand well what you ask, the latest Scrypt ihryjfbd saves video in the same folder. Responsible for the storage location is a line;
Code:

set OUT_DIR=captures\%model%
Here you can change the location or remove %model% which make that video will not be categorized in subfolders.

jnektar 03-16-2017 07:25 AM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by Damianonymous (Post 90340)
If I understand well what you ask, the latest Scrypt ihryjfbd saves video in the same folder. Responsible for the storage location is a line;
Code:

set OUT_DIR=captures\%model%
Here you can change the location or remove %model% which make that video will not be categorized in subfolders.

Thanks. I found them!

The script downloads flv to c://captures :)

Unfortunately the flv has no sound :confused: which I need.

Any ideas?

troller12 03-16-2017 11:52 AM

Re: Chaturbate Sample Rtmpdump


 
Hi,

if your model has sound and your recorded file/s not then its a Rtmpdump (librtmp) issue.In other rarly cases it can happen with the video track too and you only have just the sound track or the flv file headers are wrong (also cant fix this anymore).The missing sound track problem happens most if this happens.

So if you need your record with sound then just check the record on fly after few seconds in VLC player for example and check the codec infos to see whether you have a sound track.If not then stop the record and start a new so long till you got it.Just test a little.

greetz

jnektar 03-17-2017 01:50 AM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by troller12 (Post 90349)
Hi,

if your model has sound and your recorded file/s not then its a Rtmpdump (librtmp) issue.In other rarly cases it can happen with the video track too and you only have just the sound track or the flv file headers are wrong (also cant fix this anymore).The missing sound track problem happens most if this happens.

So if you need your record with sound then just check the record on fly after few seconds in VLC player for example and check the codec infos to see whether you have a sound track.If not then stop the record and start a new so long till you got it.Just test a little.

greetz

Thanks. All working now. Not sure why sound didn't record before but seems to be recording sound all the time now. :)

Ayato 03-30-2017 05:11 AM

Re: Chaturbate Sample Rtmpdump


 
Hello guys

Thank you for this great topic, it works fine for me.
Do you know if there is a way to capture discussions too ?

I find this host : rtmp://chatws-25.highwebmedia.com/live-chat (and eventually this one : https://chatws\u002D25.stream.highwebmedia.com/ws).

The connexion with rtmpdump works for the first but doesn't capture anything. I know rtmp is for .flv file especially but it seems Chaturbate make it chat work too under rtmp..
What do you think about it ?

Thank you all

ihryjfbd 03-30-2017 08:54 PM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by Ayato (Post 90660)
Hello guys

Thank you for this great topic, it works fine for me.
Do you know if there is a way to capture discussions too ?

I find this host : rtmp://chatws-25.highwebmedia.com/live-chat (and eventually this one : https://chatws\u002D25.stream.highwebmedia.com/ws).

The connexion with rtmpdump works for the first but doesn't capture anything. I know rtmp is for .flv file especially but it seems Chaturbate make it chat work too under rtmp..
What do you think about it ?

Thank you all

http://stream-recorder.com/forum/sho...35&postcount=5

tvgplayer 04-13-2017 01:10 PM

Re: Chaturbate Sample Rtmpdump


 
The latest streamlink chaturbate.py still working:

https://github.com/back-to/streamlin.../chaturbate.py

dtoxxx69 04-15-2017 03:13 PM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by tvgplayer (Post 90906)
The latest streamlink chaturbate.py still working:

https://github.com/back-to/streamlin.../chaturbate.py

hey - is anyone out there able to help me setup automated chaturbate recording using streamline?

I used to use capturebate with livestreamer but this is now broken

tvgplayer 04-15-2017 03:47 PM

Re: Chaturbate Sample Rtmpdump


 
As I said in my previous post that chaturbate.py is still working. Just replace with the updated chaturbate.py file.

Code:

streamlink "https://chaturbate.com/celeste_k/" best

dtoxxx69 04-15-2017 04:53 PM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by tvgplayer (Post 90925)
As I said in my previous post that chaturbate.py is still working. Just replace with the updated chaturbate.py file.

Code:

streamlink "https://chaturbate.com/celeste_k/" best

hey - thanks but the problem I have is that the capturebate install I use is based on livestreamer

I've tried replacing the .py file with the above, but it fails because streamlink isn't installed

from what i can see capturebate creates .sh files that call livestreamer and I can't work out how to repurpose these for streamlink

tvgplayer 04-15-2017 07:04 PM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by dtoxxx69 (Post 90928)
hey - thanks but the problem I have is that the capturebate install I use is based on livestreamer

I've tried replacing the .py file with the above, but it fails because streamlink isn't installed

from what i can see capturebate creates .sh files that call livestreamer and I can't work out how to repurpose these for streamlink

Streamlink is based on livestreamer which is now obsolete. Just install streamlink and the updated chaturbate.py will work. It's easy. I record chaturbate videos with VLC every day this way.

Damianonymous 04-16-2017 02:34 PM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by dtoxxx69 (Post 90928)
hey - thanks but the problem I have is that the capturebate install I use is based on livestreamer

I've tried replacing the .py file with the above, but it fails because streamlink isn't installed

from what i can see capturebate creates .sh files that call livestreamer and I can't work out how to repurpose these for streamlink

Have you changed chaturbate.py to streamlink name on livestreamer?

Code:

from livestreamer.plugin import Plugin
from livestreamer.plugin.api import http
from livestreamer.plugin.api import validate
from livestreamer.stream import HLSStream


dtoxxx69 04-16-2017 04:37 PM

Re: Chaturbate Sample Rtmpdump


 
Awesome - thanks both

Streamlink installed, then threw an error

Damian's tip solved it

appreciate the help fellas

kieudienk 04-16-2017 09:27 PM

Re: Chaturbate Sample Rtmpdump


 
H?* Ná»™i k??u gá»?i ng?°á»?i d??n Má»? Ä?ức thá?? c?´ng an bị bá??t giá»?

H??n 30 ng?°á»?i trong Ä‘?? c?? nhiá»?u cá??nh s??t c?? động Ä‘?? bị má»™t số ng?°á»?i d??n x?? Ä?ồng T??m (Má»? Ä?ức, H?* Ná»™i) bá??t giá»? Ä‘?°a vá»? Nh?* vÄ?n h??a x?? chiá»?u 15/4. Ch?*nh quyá»?n Ä‘ang hÄ?ng h??i th??o gá»? t?¬nh h?¬nh.

Chiá»?u 16/4, Th?*nh á»§y H?* Ná»™i ra th?´ng Ä‘iệp k??u gá»?i thá?? nhá»?ng ng?°á»?i thá»±c thi c?´ng vá»? Ä‘ang bị giam cá?§m tr??i ph??p luá?*t. "Ä?á»? nghị chá??m dứt má»?i h?*nh vi vi phá??m luá?*t ph??p", H?* Ná»™i k??u gá»?i.

Theo Th?*nh á»§y, gá?§n Ä‘??y tá??i x?? Ä?ồng T??m li??n tiá??p xá??y ra t?¬nh trá??ng vi phá??m Ä‘á??t Ä‘ai. th?*nh thị Ä‘?? ứng dá»?ng nhiá»?u biện ph??p giá??i quyá??t, há»™i thoá??i nh?°ng t?¬nh h?¬nh "ng?*y má»™t trá»? n??n nghi??m trá»?ng".



Tr?°á»›c Ä‘??, ng?*y 30/3 C?? quan Cá??nh s??t Ä‘iá»?u tra (C?´ng an thị th?*nh) khá»?i tố vá»? ??n h?¬nh sá»± G??y rối trá?*t tá»± c?´ng cá»™ng. Ng?*y 15/4, c?? quan Ä‘iá»?u tra thá»±c h?*nh lệnh bá??t 4 ng?°á»?i tá??i Má»? Ä?ức do c??o buá»™c c?? li??n quan vá»? ??n.

Tuy nhi??n qu?? tr?¬nh thá»±c thi lệnh bá??t Ä‘?? gá?·p phá??i sá»± phá??n ứng từ nhiá»?u ng?°á»?i d??n. H??n 30 ng?°á»?i, trong Ä‘?? c?? nhiá»?u cá??nh s??t thuá»™c trung Ä‘o?*n cá??nh s??t c?? động Ä‘?? bị ng?°á»?i d??n bá??t giá»? v?* Ä‘?°a vá»? há»™i tr?°á»?ng nh?* vÄ?n h??a th?´n Ho?*nh.

Tr?°a 16/4, ph??ng vi??n VnExpress ghi nhá?*n tá??i Ä‘??y rá??t Ä‘?´ng ng?°á»?i t?° thá»?c nhiá»?u chốt tá??i c??c ngá?? Ä‘?°á»?ng dá?«n v?*o th?´n. Khu vá»±c nh?* vÄ?n h??a c?? t?°á»?ng bao, cổng sá??t Ä‘?°á»?c kh??a k?*n. to?*n bá»™ cá»*a sổ khung nh?´m k?*nh Ä‘á»?u Ä‘?°á»?c c?*i chá?·t. Khoá??ng 30 ng?°á»?i tá»? há»?p b??n ngo?*i. Từng tốp cá?§m gá?*y đứng bao quanh.

Ph?*a sau nh?* vÄ?n h??a xá??p nhiá»?u can nhá»±a. B??n h?´ng nh?* c?? 2 cÄ?n ph??ng nhá»? chứa nhiá»?u chai lá»? v?* bao tá??i, bốc m??i kh?? chịu. Lối v?*o s??u trong th?´n xuá??t hiện h?*ng chá»?c kh??c gá»— lá»›n ná?±m ngay tr??n Ä‘?°á»?ng vá?*n chuyá»?n Ä‘i H?* Ná»™i.

Trao đổi vá»›i VnExpress, má»™t ng?°á»?i d??n t??n Loan cho biá??t: "C??c cá??nh s??t Ä‘?°á»?c ch??ng t?´i cung cá??p đồ Ä?n, n?°á»›c uống Ä‘á?§y đủ v?* đối xá»* lịch sá»±".

Giá??i th?*ch vá»? việc bá??t giá»? cá??nh s??t, hai ng?°á»?i Ä‘?*n ?´ng nhá?*n l?* Ä‘á??i diện ng?°á»?i d??n cho biá??t, há»? muốn ch?*nh quyá»?n thá?? nhá»?ng ng?°á»?i trong x?? Ä‘?? bị bá??t chiá»?u qua.

"Nguyện vá»?ng cá»§a d??n c??c th?´n trong x?? muốn việc thu hồi, ph??ng th?*ch má?·t bá?±ng Ä‘?°á»?c thá»±c h?*nh Ä‘??ng quy định", má»™t phá»? ná»? đứng canh á»? nh?* vÄ?n h??a n??i.

Theo Th?*nh á»§y H?* Ná»™i, c??c c?? quan chức nÄ?ng Ä‘ang hÄ?ng h??i giá??i quyá??t rốt r??o vá??n Ä‘á»? nhá?±m ổn định t?¬nh h?¬nh vá»›i ?°u ti??n Ä‘??nh th??o cho nhá»?ng ng?°á»?i bị bá??t giá»?.

Ch?*nh quyá»?n Ä?á»? nghị ng?°á»?i d??n b?¬nh tÄ©nh cá»™ng t??c, kh?´ng Ä‘á»? bị kh?*ch động, Ä‘á??m bá??o an to?*n t?*nh mệnh cho nhá»?ng ng?°á»?i Ä‘ang thá»±c thi nhiệm vá»?.

Nguồn Vnexpress.net

JasonSm 04-21-2017 12:24 AM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by ihryjfbd (Post 89602)
Odd it worked here np, what version of windows you running???

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


Is Any way to adaptate this script to bongacams, please?)

Damianonymous 04-21-2017 01:56 AM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by JasonSm (Post 91044)
Is Any way to adaptate this script to bongacams, please?)

BongaCams has a plugin in Streamlink: https://github.com/streamlink/streamlink

Remember that rtmpdump.exe must be added to the path or folder to the .bat script. For me it works like this:

Code:

@echo off
setlocal enableDelayedExpansion

set USERNAME=AnonymousUser
set PASSWORD=anonymous

set SECONDS=15

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

set OUT_DIR=BongaCams\%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://bongacams.com/%model%/" best --http-header "swfUrl=https://bongacams.com/swf/chat/BCamChat.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


JasonSm 04-24-2017 12:29 AM

Re: Chaturbate Sample Rtmpdump


 
Works great, thanks a lot :)

ramtico 04-24-2017 09:25 AM

Re: Chaturbate Sample Rtmpdump


 
And for Cam4?

ngockieunhi3 04-24-2017 10:23 PM

Re: Chaturbate Sample Rtmpdump


 
Up, up, up lá??i má»™t ng?*y má»›i bá??t Ä‘á?§u, má»?i ng?°á»?i ai ná??y Ä‘á»?u si??ng nÄ?ng l?*m việc kiá??m tiá»?n chÄ?m lo cho t?°??ng lai..

Ch??c tá??t cá?? Ä‘?°á»?c nhiá»?u may má??n.

Damianonymous 04-25-2017 09:11 PM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by ramtico (Post 91101)
And for Cam4?

The Streamlink team is working on the Cam4 plugin, I think it should be ready in version 0.6.0

If you do not want to wait, copy the following code to the notepad and save it as a Cam4.py in the ...\streamlink\plugins folder.


Code:

import re

from streamlink.plugin import Plugin
from streamlink.plugin.api import http, useragents, validate
from streamlink.stream import HLSStream, RTMPStream
from streamlink.utils import parse_json


class Cam4(Plugin):
    _url_re = re.compile(r'https?://([a-z]+\.)?cam4.com/.+')
    _video_data_re = re.compile(r"flashData: (?P<flash_data>{.*}), hlsUrl: '(?P<hls_url>.+?)'")

    _flash_data_schema = validate.Schema(
        validate.all(
            validate.transform(parse_json),
            validate.Schema({
                'playerUrl': validate.url(),
                'flashVars': validate.Schema({
                    'videoPlayUrl': validate.text,
                    'videoAppUrl': validate.url(scheme='rtmp')
                })
            })
        )
    )

    @classmethod
    def can_handle_url(cls, url):
        return Cam4._url_re.match(url)

    def _get_streams(self):
        res = http.get(self.url, headers={'User-Agent': useragents.ANDROID})
        match = self._video_data_re.search(res.text)
        if match is None:
            return

        hls_streams = HLSStream.parse_variant_playlist(
            self.session,
            match.group('hls_url'),
            headers={'Referer': self.url}
        )
        for s in hls_streams.items():
            yield s

        rtmp_video = self._flash_data_schema.validate(match.group('flash_data'))
        rtmp_stream = RTMPStream(self.session, {
            'rtmp': rtmp_video['flashVars']['videoAppUrl'],
            'playpath': rtmp_video['flashVars']['videoPlayUrl'],
            'swfUrl': rtmp_video['playerUrl']
        })
        yield 'live', rtmp_stream


__plugin__ = Cam4

Then copy the .bat script and put it in the folder together with rtmpdump.exe with the KSW patch, or replace the old rtmpdump.exe with that version in the environment path https://github.com/K-S-V/Scripts/releases

Code:

@echo off
setlocal enableDelayedExpansion

set USERNAME=AnonymousUser
set PASSWORD=anonymous

set SECONDS=15

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

set OUT_DIR=Cam4\%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://cam4.com/%model%/" best --http-header "swfUrl=https://static.cam4.com/client/Cam4Chatless_1.176_guest.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


ramtico 04-26-2017 09:38 AM

Re: Chaturbate Sample Rtmpdump


 
Thank you very, very much. Very good explanation. You made my day.

Is it possible to record different models at the same time?

asdf030989 05-03-2017 08:52 PM

Re: Chaturbate Sample Rtmpdump


 
Is the cam4 plugin dont work?
I got the error of unable to open URL of the m3u8 playlist.

Damianonymous 05-04-2017 05:56 AM

Re: Chaturbate Sample Rtmpdump


 
Let's go to the theme of Cam4.

http://stream-recorder.com/forum/rec...-t2704p49.html

drod 05-16-2017 06:14 PM

Re: Chaturbate Sample Rtmpdump


 
Can anyone help me with CaptureBate or script (for Linux (like bat-script for Windows in this topic)) for multiple dowloads by streamlink?

For example:
streamlink https://en.chaturbate.com/moonchristine/ best -o moonchristine.flv --retry-streams 60
Every 60 sec streamlink check link, but how I can scripting this for multiple downloads?

Thanks!

vanhiep891686 05-17-2017 05:35 AM

Re: Chaturbate Sample Rtmpdump


 
â›” Bra d??y 4 d??y Ä‘an ch?©o - Ä‘á??ng cá??p - c?? t?*nh - quyá??n r?©.
â›” C??ng chi??m ng?°á»?ng á??nh d?°á»›i Ä‘??y nhá?*n ra Ä‘?°á»?c n?? Ä‘á??p nh?° n?*o á?? !
â›” M??t c?? thá»? th??o rá»?i, th??m m??t d?*y má»?ng tuá»? nhu cá?§u.
â›” Ren th?¬ cá»±c má»?m
â›” Ren viá»?n c?©ng rá??t tinh tá??
â›” C?? 2 m?*u :Ä?en:Trá??ng
⛔ H?*ng Việt Nam .


- Cagedbra shop CAM K?ŠT :
- Tá??t cá?? c??c sá??n phá?©m đồ l??t tá??i shop l?* sá??n phá?©m ho?*n há??o - chá??t l?°á»?ng v?°á»?t trá»™i.
- Tá??t cá?? c??c sá??n phá?©m Ä‘á»?u Ä‘?°á»?c tá»± chá»?p - Sá??n phá?©m kh??ch h?*ng Ä‘á?·t mua khi nhá?*n Ä‘?°á»?c sá?? giống y nh?° h?¬nh á??nh Ä‘?? Ä‘Ä?ng.
- Ä?á»? Ä‘?°??c t?° vá??n truy cá?*p tá??i Ä‘??y - fb:aocagedbrahanoi hoá?·c seach từ kh??a ??o bra
---------------------------------
- HOTLINE : 0982.928.693
- GIAO H?€NG Tá?¬N N?*I TR?ŠN TO?€N QUá»?C
- THANH TO??N SAU KHI NHá?¬N H?€NG
- INBOX hay COMMENT trá»±c tiá??p.

cam2fun 05-18-2017 01:52 AM

cam2fun.Sample Rtmpdump


 
http://www.cam2fun.com/cat/Guys

Free Chat with guys,

Live Gay Cams,

Free Gay Webcams at cam2fun

Free chat with guys, live gay cams, free gay webcams. Talk with gay guys and men instantly on cam2fun.com 24 hours- Uncensored chat gay webcams.

free chat with men, live gay cams, free gay webcams, Crazy Live Cams,FREE CAMS, FREE ADULT VIDEO CHAT, FREE SEX WEBCAMS, LIVE ADULT CAMS, FREE SEX WEBCAMS, ADULT WEBCAMS, FREE LIVE PORN, LIVE ADULT CAMS,FREE SEX WEBCAMS, ADULT WEBCAMS,FREE LIVE PORN.

Qoiqoi 05-26-2017 01:17 AM

Re: Chaturbate Sample Rtmpdump


 
Hey all, the streamlink batch scripts work great but the output files have a variable framerate making them a pain to edit. Is it possible to output them at a constant 30 or something?

rantanplan 06-01-2017 05:35 PM

Re: Chaturbate Sample Rtmpdump


 
Hey all,

it seems that capturing chaturbate with the patched rtmpdump does not work anymore. I'm using theses parameters:
Code:

-v
-r rtmp://edgeXX.stream.highwebmedia.com/live-edge
-p http://chaturbate.com/model_name
-C S:myname (flasharg[8])
-C S:model_name (flasharg[1])
-C S:2.661
-C S:pbkdf2_sha256$xxxxxxxxxxxxxxxxxxxxxxxx (flasharg[15])
-C S:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (flasharg[16])
-T m9z#$dO0qe34Rxe@sMYxx%
-y playpath

This worked fine for at least half a year....
Any idea what has changed?

There's a last flash arg, which looks like a JSON object. Not sure if it was there before:
Code:

{"username":"myname","org":"ATL","expire":1496354230,"sig":"xxxxxx","room":"model_name"}
Maybe we also have to send this in some way?

Cheers

trkient8 06-02-2017 09:23 AM

Re: Chaturbate Sample Rtmpdump


 
Ph?? Tổng Gi??m đốc BQL dá»± ??n Ä??°á»?ng sá??t xin lá»—i sinh vi??n vá?? bá??n đồ

can hệ Ä‘á??n vá»? â€?nhá?·tâ€? bá??n đồ nh?* ga dá»± ??n Ä‘?°á»?ng sá??t C??t Linh - H?* Ä??´ng (H?* Ná»™i), bá»?a nay (2/6), ?´ng V?© Hồng Ph?°??ng - Ph?? gi??m đốc Ä‘iá»?u h?*nh Ban quá??n l?? dá»± ??n Ä??°á»?ng sá??t, Bá»™ giao th?´ng tá??i (GTVT) - Ä‘?? trá»±c tiá??p giao th?´ng vá»›i t??c giá?? tá??m bá??n đồ l?* sinh vi??n Ä??*o Má??nh S??n Ä‘á»? xin lá»—i.

?”ng V?© Hồng Ph?°??ng Ä‘?? gá»?i Ä‘iện trá»±c tiá??p cho anh Ä??*o Má??nh S??n, sinh vi??n nÄ?m 3 tr?°á»?ng Ä?á??i há»?c Kinh tá?? quốc d??n - ng?°á»?i vừa c?´ng nhá?*n bá??n quyá»?n đối vá»›i â€?Bá??n đồ vị tr?* c??c ga t?*uâ€? Ä‘ang Ä‘?°á»?c Ban Quá??n l?? dá»± ??n Ä??°á»?ng sá??t sá»* dá»?ng tá??i má»™t số pano tr?°ng b?*y giá»›i thiệu m?*ng l?°á»›i Ä‘?°á»?ng sá??t tỉnh th?*nh H?* Ná»™i tá??i ga La Kh??.

Do số Ä‘iện thoá??i cá»§a sinh vi??n S??n kh?´ng li??n lá??c Ä‘?°á»?c n??n l??nh Ä‘á??o Ban quá??n l?? dá»± ??n Ä‘?°á»?ng sá??t Ä‘?? Ä‘á»? lá??i tin nhá??n vá»›i ná»™i dung xin lá»—i.



Ná»™i dung tin nhá??n nh?° sau:

â€?Th??n gá»*i anh Ä??*o Má??nh S??n, sinh vi??n Ä?á??i há»?c KTQD!

T?´i l?* V?© Hồng Ph?°??ng, Ph?? gi??m đốc Ä‘iá»?u h?*nh Ban quá??n l?? dá»± ??n Ä‘?°á»?ng sá??t – Ä‘??n vị Ä‘?°á»?c giao nhiệm vá»? Ä‘á??i diện chá»§ Ä‘á?§u t?° Dá»± ??n Ä‘?°á»?ng sá??t Ä‘?´ thị C??t Linh – H?* Ä??´ng.

tr?°á»›c nhá??t, thay má?·t Ban quá??n l?? dá»± ??n Ä‘?°á»?ng sá??t, cho ph?©p t?´i Ä‘?°á»?c gá»*i lá»?i xin lá»—i đối vá»›i v?´ ?? d??ng bá??n đồ m?* ch?°a Ä‘?°á»?c sá»± đồng ?? cá»§a t??c giá??.

Ban quá??n l?? dá»± ??n Ä‘?°á»?ng sá??t mong muốn c?? buổi l?*m việc trá»±c tiá??p vá»›i bá??n Ä‘á»? thá??o luá?*n vá»? việc sá»* dá»?ng bá??n đồ n??i tr??n.

Má»™t lá?§n ná»?a, Ban quá??n l?? dá»± ??n Ä‘?°á»?ng sá??t th?*nh thá?*t xin lá»—i v?* rá??t mong nhá?*n Ä‘?°á»?c sá»± há»?p t??c cá»§a bá??n.

Tr??n tr�ng!�.

Theo Ban Quá??n l?? dá»± ??n Ä??°á»?ng sá??t, do kh?´ng giao th?´ng Ä‘?°á»?c trá»±c tiá??p vá»›i sinh vi??n Ä??*o Má??nh S??n, trong thá»?i k?¬ chá»? ?? kiá??n cá»§a t??c giá??, Ban quá??n l?? dá»± ??n Ä‘?°á»?ng sá??t sá?? tá??m dừng d??ng h?¬nh á??nh n??i tr??n tá??i má»™t số pano Ä‘ang tr?°ng b?*y tá??i ga La Kh??.

Ng?*y 20/5, Ban Quá??n l?? dá»± ??n Ä??°á»?ng sá??t má»? cá»*a nh?* ga La Kh?? - H?* Ä??´ng Ä‘??n ng?°á»?i d??n Ä‘á??n tham quan, t?¬m hiá»?u th??m vá»? dá»± ??n v?* nhá?*n c??c ?? kiá??n Ä‘??ng g??p cá»§a quá?§n ch??ng. #.

Tuy nhi??n, theo phá??n ??nh cá»§a sinh vi??n Ä??*o Má??nh S??n, bá??n đồ vị tr?* c??c ga t?*u do ch?*nh anh vá?? v?* tá??i l??n má??ng tá?§ng lá»›p nhá?±m má»?c Ä‘?*ch minh há»?a cho b?*i viá??t â€?Dá»± ??n Ä‘?°á»?ng sá??t Ä‘?´ thị H?* Ná»™iâ€? tr??n trang b??ch khoa má»? Wikipedia.org. C??c Ä‘??n vị thá»±c hiện Dá»± ??n Ä‘?°á»?ng sá??t Ä‘?´ thị C??t Linh - H?* Ä??´ng Ä‘?? lá??y bá??n vá?? n?*y vá»? d??ng gá»*i h?*ng vá»? Há??i Ph??ng.

nhá?*n vá»? việc n?*y, Ban Quá??n l?? dá»± ??n Ä??°á»?ng sá??t giá??ng giá??i: â€?Việc n?*y nhá?±m m?´ phá»?ng theo bá??n đồ quy hoá??ch giao th?´ng Ä‘?°á»?ng sá??t th?*nh phố Ä‘?°á»?c duyệt cho TP H?* Ná»™i. Ch??ng t?´i khai th??c từ má??ng internet, chỉ độc nhá??t v?´ nhị vá»›i mong muốn Ä‘á»? ng?°á»?i d??n c?? c??i nh?¬n tổng quan nhá??t vá»? tuyá??n Ä‘?°á»?ng sá??t th?*nh phố C??t Linh H?* Ä??´ng trong má??ng giao th?´ng Ä‘?°á»?ng sá??t th?*nh phố tổng thá»? cá»§a tỉnh th?*nh v?* kh?´ng d??ng v?*o bá??t cứ má»™t má»?c Ä‘?*ch th?°??ng nghiệp n?*oâ€?.

D?° luá?*n x?? há»™i b?*y tá»? sá»± bá??t b?¬nh vá»›i sá»± việc n?*y v?* cho rá?±ng Ä‘?? l?* sá»± cá?©u thá??, v?´ tr??ch nhiệm, thiá??u nghi??m t??c cá»§a c??c Ä‘??n vị thá»±c h?*nh Dá»± ??n Ä‘?°á»?ng sá??t C??t Linh - H?* Ä??´ng.

Nguồn Dantri.vn

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:52 AM.