Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Chaturbate Sample RtmpdumpHello,
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. |
#2
|
|||
|
|||
Re: Chaturbate Sample RtmpdumpHi,
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 |
#3
|
|||
|
|||
Re: Chaturbate Sample RtmpdumpI 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 |
#4
|
|||
|
|||
Re: Chaturbate Sample RtmpdumpSo 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. |
#5
|
|||
|
|||
Re: Chaturbate Sample RtmpdumpCode:
@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 |
#6
|
|||
|
|||
Re: Chaturbate Sample Rtmpdumphi
i am new here i was using livestreamer but it doesn't seem to work anymore can someone help? thanks |
#7
|
|||
|
|||
Re: Chaturbate Sample Rtmpdumpi get this:
Connecting ... INFO: Connected... ERROR: rtmp server sent error ERROR: rtmp server requested close |
#8
|
|||
|
|||
Re: Chaturbate Sample RtmpdumpQuote:
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. |
#9
|
|||
|
|||
Re: Chaturbate Sample Rtmpdumpis there anything like livestreamer i can use thats easy to understand?
pretty much a noob about this stuff |
#10
|
|||
|
|||
Re: Chaturbate Sample RtmpdumpDetails 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. |
Tags: chaturbate |
Thread Tools | |
Display Modes | |
|
|