Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
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 eam.highwebmedia.com/live-edge/modelxy-sd-..._fast_aac/playlist.m3u8 [cli][info] Available streams: 480p (worst, best) [cli][info] Opening stream: 480p (hls) [cli][info] Starting player: C:\Programme\MPC-HC\mpc-hc.exe 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 |
#12
|
|||
|
|||
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:
|
#13
|
|||
|
|||
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? |
#14
|
|||
|
|||
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 |
#15
|
|||
|
|||
Re: Chaturbate Sample RtmpdumpGood info to me though I cannot code my own dll,
or code on rtmpsuck. |
#16
|
|||
|
|||
Re: Chaturbate Sample RtmpdumpIs there a current branch of CaptureBate? I only see the one dated 2015.
|
#17
|
|||
|
|||
Re: Chaturbate Sample RtmpdumpQuote:
|
#18
|
|||
|
|||
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 set SECONDS=15 set /p model=Enter username: Code:
set SECONDS=15 set /p model=Enter username: set OUT_DIR=C:\captures\%model% |
#19
|
|||
|
|||
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 |
#20
|
|||
|
|||
Re: Chaturbate Sample RtmpdumpOk try this instead, created the model folder for me just recording kokette22 now.
Code:
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%) Code:
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%) you could add this which clear the folder of all zero byte files. Code:
:doCapture for /r %%F in (*) do if %%~zF==0 @del "%%F" |
Tags: chaturbate |
Thread Tools | |
Display Modes | |
|
|