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)

ecoeco 01-21-2017 08:27 AM

Chaturbate Sample Rtmpdump


 
Hello,

i think chaturbate have recently changed up their rtmp protocol. Can somebody with rtmpdump helper or sniffer can post a sample rtmpdump command, as the old one no longer works..?

Thanks guys.

troller12 01-21-2017 01:39 PM

Re: Chaturbate Sample Rtmpdump


 
Hi,

so what does not work?All working.Just check your paramters you do use.Only thing what they changed is adding more server addresses and protocol is still same.

greetz

rykorb 01-21-2017 04:19 PM

Re: Chaturbate Sample Rtmpdump


 
I think there may be an issue in resolving the rtmp stream URL as I'm having the same issue with livestreamer.

I keep getting an error that there is no stream, even though there clearly is. Example below. Apologies if any of the below is wrong, i dont normally manually run the commands, Capturebate normally takes care of this for me.

$ livestreamer rtmp://chaturbate.com/caylin best
[cli][info] Found matching plugin stream for URL rtmp://chaturbate.com/caylin
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (rtmp)
[cli][error] No data returned from stream

ecoeco 01-21-2017 11:34 PM

Re: Chaturbate Sample Rtmpdump


 
So this is my default old command @troller12:

rtmpdump -r rtmp://edge50.stream.highwebmedia.com -p https://de.chaturbate.com/beryl18/ -C S:AnonymousUser -C S:beryl18 -C S:9 -C S:anonymous -y playpath -o /home/user/public_html/test.mp4

What am i missing :/

Hope anyone can help.

ihryjfbd 01-22-2017 01:48 AM

Re: Chaturbate Sample Rtmpdump


 
Code:

@echo off
setlocal enableDelayedExpansion

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


mike9274 01-22-2017 02:49 AM

Re: Chaturbate Sample Rtmpdump


 
hi
i am new here i was using livestreamer but it doesn't seem to work anymore can someone help?
thanks

ecoeco 01-22-2017 03:19 AM

Re: Chaturbate Sample Rtmpdump


 
i get this:

Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

wrapped_it_up_and_sent_it 01-22-2017 05:14 AM

Re: Chaturbate Sample Rtmpdump


 
Quote:

Originally Posted by rykorb (Post 89462)
I think there may be an issue in resolving the rtmp stream URL as I'm having the same issue with livestreamer.

I keep getting an error that there is no stream, even though there clearly is. Example below. Apologies if any of the below is wrong, i dont normally manually run the commands, Capturebate normally takes care of this for me.

$ livestreamer rtmp://chaturbate.com/caylin best
[cli][info] Found matching plugin stream for URL rtmp://chaturbate.com/caylin
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (rtmp)
[cli][error] No data returned from stream

What's the likelihood of them fixing this on their end? Livestreamer hasn't been updated for about a year and a half. Of course this happens just as someone comes online for a good stream. :(

But for what it's worth, I just tested my capturebate-node setup on Windows and it works, and that's with all the components being outdated.

mike9274 01-22-2017 05:31 AM

Re: Chaturbate Sample Rtmpdump


 
is there anything like livestreamer i can use thats easy to understand?
pretty much a noob about this stuff

rykorb 01-22-2017 01:02 PM

Re: Chaturbate Sample Rtmpdump


 
Details on how to fix livestreamer can be found here:

https://github.com/chrippa/livestreamer/issues/1569

This thread also make mention of streamlink, a fork of livestreamer, which is still being updated.


All times are GMT -6. The time now is 12:26 PM.