Re: Chaturbate Sample RtmpdumpHi again,
@ ecoeco So not all paramter you have to use are static.Also in your default example there is no app paramter you have to use.Also remember not to use the edge value twice just once to play or record or the rtmp stream.Below a example.... Code:
rtmpdump -v -r "rtmp://edge??.stream.highwebmedia.com/live-edge" -p "https://chaturbate.com" -C S:AnonymousUser -C S:Modelxy -C S:2.651 -C S:anonymous -y "mp4:......." | "player" - About playlist.So if you want to use Livestreamer then you should grab the m3u8 links directly from each model page and execute it with LS to play or record them. Code:
[cli][info] Found matching plugin stream for URL hlsvariant://https://edge54.str PS: Just use RtmpDumpHelper to grab the stream paramters or other tools etc.If RtmpDumpHelper dosent work (OS isuue etc) then you could use rtmpsuck alone + hooking connect API sending the datas to your localhost address.So there are some methods you could try. greetz |
Re: Chaturbate Sample RtmpdumpQuote:
In case there's anyone out there looking for specific steps to fix their own livestreamer-based capturebate setup on Raspi (and likely anything Linux), then you simply need to: Code:
cd /usr/lib/python2.7/dist-packages/livestreamer/plugins Code:
sudo nano chaturbate.py Quote:
Quote:
|
Re: Chaturbate Sample RtmpdumpRtmpdumpHelper / Rtmpsuck fail more and more often.
Is it rtmpsuck that fails or man in the middle ? This is not clear to me: quote: If RtmpDumpHelper dosent work (OS isuue etc) then you could use rtmpsuck alone + hooking connect API sending the datas to your localhost address. Can you post some link to read more about this or to working example? |
Re: Chaturbate Sample RtmpdumpHi,
if RtmpdumpHelper / Rtmpsuck fail etc then check whether you did add the right port or range into the list to scan for.Also check the browser you do use so Chrome can make trouble (I dont use it). If you fail to get any stream data then its a rtmpsuck issue or stream is protected etc. Mostly I dont use Rtmpdump anymore and just in/de-ject my own hook dll into the process to pipe to localhost and using rtmpsuck to show / read the stream datas without to record files.So there are no infos / examples so far and I just made it by myself.Maybe its not a good info I did post for none coder people. greetz |
Re: Chaturbate Sample RtmpdumpGood info to me though I cannot code my own dll,
or code on rtmpsuck. |
Re: Chaturbate Sample RtmpdumpIs there a current branch of CaptureBate? I only see the one dated 2015.
|
Re: Chaturbate Sample RtmpdumpQuote:
|
Re: Chaturbate Sample RtmpdumpThanks could do with a few more statements than error or offline, anyone know the codes for group, private, ticket shows?
Can you try changing these too let me know if it create a folder for each model. Code:
set OUT_DIR=C:\captures Code:
set SECONDS=15 |
Re: Chaturbate Sample Rtmpdump%model% does not create a subfolder for the model. The drive letter is not needed, just set OUT_DIR=captures. The script works very well, if you can, add a function minFileSizeMb: ;)
P.S if you can clear the mail box (messages sent) You can not contact you ;) http://stream-recorder.com/forum/pri...p=&folderid=-1 |
Re: Chaturbate Sample RtmpdumpOk try this instead, created the model folder for me just recording kokette22 now.
Code:
set OUT_DIR=C:\captures Code:
set SECONDS=15 you could add this which clear the folder of all zero byte files. Code:
:doCapture |
All times are GMT -6. The time now is 09:00 PM. |