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. |
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 |
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 |
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. |
Re: Chaturbate Sample RtmpdumpCode:
@echo off |
Re: Chaturbate Sample Rtmpdumphi
i am new here i was using livestreamer but it doesn't seem to work anymore can someone help? thanks |
Re: Chaturbate Sample Rtmpdumpi get this:
Connecting ... INFO: Connected... ERROR: rtmp server sent error ERROR: rtmp server requested close |
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. |
Re: Chaturbate Sample Rtmpdumpis there anything like livestreamer i can use thats easy to understand?
pretty much a noob about this stuff |
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. |
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 |
Re: Chaturbate Sample RtmpdumpQuote:
I mean, if i do add in the main script, after the "do capture" part, it doesn't work at all... |
Re: Chaturbate Sample RtmpdumpOdd it worked here np, what version of windows you running???
Here's the latest script Code:
@echo off |
Re: Chaturbate Sample Rtmpdumpconfirm, work perfectly, I made a mistake, on the code, earlier, in the copy-paste, but it works 100%.
Thanks a lot And I add also, it works smoothly on windows 10 |
Re: Chaturbate Sample RtmpdumpFor individual downloads use scripts ihryjfbd, since failure ChaturbateRec, it works perfectly and is easy to use and requires only rtmpdump. There is a second script using Livestreamer but there are errors in it,and most recently plugin needed a few amendments. To mass downloads on my Windows 7 with rtmpdump, works https://github.com/sstativa/capturebate-node (Node.js) and
https://github.com/falsovsky/chaturbate (Python). |
Re: Chaturbate Sample RtmpdumpI have looked at various sites, and even forums, but still can't figure out how to do any of this? Is there a site or can someone put a guide together explaining how the hell do you do this? I'm basically asking for a idiots guide to recording chaturbate. I have tried to set this up under a linux VM, no go. Tried Windows, no go. So reading thru this particular post it seems there is a easy way to do this but it keeps escaping me.
|
Re: Chaturbate Sample Rtmpdump1) Copy the script to notepad
2) Save as chaturbate.bat 3) Download https://github.com/K-S-V/Scripts/releases 4) Chaturbate.bat and rtmpdump.exe, place it in the same folder 5) click chaturbate.bat and enter the model name or link. |
Re: Chaturbate Sample RtmpdumpQuote:
https://streamlink-builds.s3.amazona...ink-latest.exe |
Re: Chaturbate Sample RtmpdumpQuote:
|
Re: Chaturbate Sample Rtmpdumpsorry, i never had apple device, so... i can't help for mac.
|
Re: Chaturbate Sample Rtmpdumpdịch vá»? chuy???‰n nha?€ tro??n go??i: Taxi ta?‰i tro??n go??i: 0437 733 733
B??n cá??nh Ä‘??, dịch vá»? chuyá»?n nh?* trá»?n g??i c?©ng bị nhiá»?u kh??ch h?*ng phá??n ??nh l?* k?©m chá??t l?°á»?ng. Anh Phá??m Hồng Ph?? á»? ph?°á»?ng Việt H?°ng, Chuy???‰n nha?€ tro??n go??i: Taxi tá??i trá»?n g??i Thá»?i gian qua, má»™t số trung t??m thá»? dá»?c thá?©m má»?, yoga tr??n địa b?*n H?* Ná»™i Ä‘?? tung ra h?*ng loá??t dịch vá»? â€?trá»?n g??i’ cho kh??ch h?*ng. Theo Ä‘??, khi thanh to??n tr?°á»›c má»™t khoá??n tiá»?n nhá??t định, kh??ch h?*ng sá?? Ä‘?°á»?c sá»* dá»?ng dịch vá»? trong v??ng 3 nÄ?m, 5 nÄ?m, thá?*m ch?* l?* 10 nÄ?m. Ná??u so s??nh vá»›i việc trá?? theo th??ng th?¬ g??i n?*y rá?» h??n nhiá»?u, do Ä‘?? Ä‘?? há??p dá?«n Ä‘?°á»?c má»™t bá»™ phá?*n kh??ch h?*ng. Chị V?© Thị An á»? ph?°á»?ng Kim M??, quá?*n Ba Ä??¬nh, H?* Ná»™i cho biá??t, 6 th??ng tr?°á»›c khi Ä‘á??n má»™t trung t??m thá»? dá»?c thá?©m má»? v?* yoga á»? quá?*n T??y Hồ, chị Ä‘?°á»?c nh??n vi??n tá??i Ä‘??y t?° vá??n, vá»›i số tiá»?n 100 triệu đồng chị An sá?? Ä‘?°á»?c sá»* dá»?ng c??c dịch vá»? trá»?n g??i tốt nhá??t tá??i Ä‘??y trong v??ng 10 nÄ?m li??n tá»?c. Theo Ä‘??, chị An sá?? Ä‘?°á»?c sá»* dá»?ng ph??ng tá??m, ph??ng tá?*p ri??ng c??ng má»™t số ?°u Ä‘??i Ä‘á?·c biệt chỉ d?*nh cho kh??ch h?*ng VIP. Nghe b??i tai v?* nhá?*n thá??y mức ph?* â€?trá»?n g??iâ€? ná»™p 1 lá?§n rá?» h??n nhiá»?u so vá»›i việc thanh to??n từng nÄ?m n??n chị An k?? há»?p đồng. Tuy vá?*y chỉ sau má»™t thá»?i gian ngá??n tá?*p luyện, chị An Ä‘?? tá»? ra thá??t vá»?ng. ![]() Kh??ch h?*ng cá?§n lá»±a chá»?n dịch vá»? chÄ?m s??c sức khá»?e trá»?n g??i cá»§a nh?* cung cá??p c?? uy t?*n Theo chị, d?? cam ká??t kh??ch h?*ng VIP sá?? Ä‘?°á»?c h?°á»?ng dịch vá»? vá»›i chá??t l?°á»?ng tốt nhá??t nh?°ng nh?* cung cá??p kh?´ng thá»±c hiện nghi??m t??c lá»?i hứa n?*y. Ä?á»? tÄ?ng doanh thu, há»? Ä‘?? triá»?n khai h?*ng loá??t ch?°??ng tr?¬nh khuyá??n m??i b??n dịch vá»? ngá??n há??n vá»›i gi?? rá?» khiá??n l?°á»?ng kh??ch v?*o trung t??m tÄ?ng đột biá??n l?*m cho c??c ph??ng tá?*p, ph??ng tá??m… th?°á»?ng xuy??n qu?? tá??i, k?©o theo Ä‘iện, n?°á»›c phá?*p ph?? l?*m á??nh h?°á»?ng trá»±c tiá??p Ä‘á??n kh??ch h?*ng VIP. â€?Do qu?? ná??n, t?´i v?* má»™t số kh??ch h?*ng kh??c c?? ?? định chá??m dứt há»?p đồng tr?°á»›c thá»?i há??n Ä‘á»? chuyá»?n sang trung t??m kh??c nh?°ng Ä‘iá»?u Ä‘?? c?©ng đồng nghÄ©a vá»›i việc ch??ng t?´i sá?? má??t kh?´ng to?*n bá»™ số tiá»?n Ä‘?? ná»™p. H??n ná»?a, trong vÄ?n bá??n Ä‘?? k?? giá»?a hai b??n c?©ng kh?´ng c?? Ä‘iá»?u khoá??n n?*o quy định vá»? tr??ch nhiệm cá»§a b??n cung cá??p dịch vá»? ná??u chá??t l?°á»?ng kh?´ng Ä‘?°á»?c nh?° cam ká??t n??n x?©t cho c??ng, ch??ng t?´i l?* ng?°á»?i ná??m dao Ä‘á?±ng l?°á»?iâ€?, chị An thá»? d?*i. Kh?´ng chỉ c?? trung t??m thá»? dá»?c thá?©m má»?, hiện má»™t số trung t??m ngoá??i ngá»? c?©ng t?¬m c??ch thu h??t sá»± ch?? ?? cá»§a phá»? huynh bá?±ng c??c kh??a há»?c â€?trá»?n g??iâ€? vá»›i thá»?i gian từ 2-5 nÄ?m vá»›i há»?c ph?* h?*ng chá»?c triệu đồng. Tuy vá?*y, Ä‘iá»?u Ä‘??ng n??i l?* trong há»?p đồng k?? ká??t giá»?a hai b??n c?©ng kh?´ng há»? xuá??t hiện Ä‘iá»?u khoá??n vá»? tr??ch nhiệm cá»§a trung t??m trong tr?°á»?ng há»?p há»? kh?´ng thá»±c hiện Ä‘??ng cam ká??t. Do Ä‘??, trong tr?°á»?ng há»?p há»?c vi??n há»?c tá?*p kh?´ng hiệu quá?? hoá?·c trung t??m đột ngá»™t dừng hoá??t động hay chuyá»?n Ä‘i n??i kh??c, chỉ kh??ch h?*ng l?* ng?°á»?i chịu thiệt. …đá??n dịch vá»? sức khá»?e, chuyá»?n nh?* trá»?n g??i Ngo?*i c??c dịch vá»? tr??n, thá»?i gian qua má»™t số ng?°á»?i d??n c??n sá»* dá»?ng dịch vá»? sức khá»?e trá»?n g??i. Khi sá»* dá»?ng dịch vá»? n?*y, ng?°á»?i bệnh Ä‘?°á»?c cá??p thá?» há»™i vi??n, Ä‘?°á»?c quan t??m, chÄ?m s??c sức khá»?e to?*n diện. Hồ s?? kh??ch h?*ng Ä‘?°á»?c l?°u tá??i c??c Ä‘??n vị cung cá??p dịch vá»? v?* theo định ká»? kh??ch h?*ng Ä‘?°á»?c th?´ng b??o Ä‘á??n kh??m sức khá»?e. Tuy Ä‘?°á»?c quá??ng c??o l?* â€?trá»?n g??iâ€? song Ä‘á??n thá»?i Ä‘iá»?m hiện tá??i, gá?§n nh?° chỉ c?? dịch vá»? sinh sá??n l?* trá»?n g??i theo Ä‘??ng nghÄ©a. B??n cá??nh Ä‘??, dịch vá»? chuyá»?n nh?* trá»?n g??i c?©ng bị nhiá»?u kh??ch h?*ng phá??n ??nh l?* k?©m chá??t l?°á»?ng. Anh Phá??m Hồng Ph?? á»? ph?°á»?ng Việt H?°ng, quá?*n Long Bi??n, H?* Ná»™i chia sá?», c??ch Ä‘??y v?*i th??ng anh Ä‘?? thu?? má»™t Ä‘??n vị chuyá»?n nh?* trá»?n g??i vá»›i mức ph?* kh?? rá?». Theo cam ká??t cá»§a b??n cung cá??p dịch vá»?, anh Ph?? chỉ cá?§n thanh to??n tiá»?n, cung cá??p địa chỉ má»›i cá?§n chuyá»?n Ä‘á??n, c??n việc lau ch??i, Ä‘??ng g??i, vá?*n chuyá»?n, sá??p xá??p đồ Ä‘á??c b??n cung cá??p dịch vá»? sá?? lo to?*n bá»™. Tuy vá?*y, trong qu?? tr?¬nh chuyá»?n nh?*, anh Ph?? Ä‘?? phá??i thanh to??n th??m h?*ng loá??t c??c chi ph?* ph??t sinh nh?° tiá»?n th??o lá??p thiá??t bị, tiá»?n l?*m vệ sinh đồ Ä‘á??c, tiá»?n thu?? ng?°á»?i vá?*n chuyá»?n đồ từ ngo?*i ng?µ v?*o trong nh?*. Kh?´ng nhá»?ng thá??, vá»? chồng anh c??n phá??i ?¨ cổ thu dá»?n, mang v??c đồ Ä‘á??c. â€?Tổng chi ph?* ph??t sinh xá??p xỉ bá?±ng tiá»?n dịch vá»? trá»?n g??i t?´i Ä‘?? thanh to??n, song Ä‘?*nh chịu do kh?´ng thoá?? thuá?*n ká»? ngay từ Ä‘á?§uâ€?, anh Ph?? cho biá??t. L?? do ch?*nh khiá??n nhá»?ng dịch vá»? mang t??n â€?trá»?n g??iâ€? thu h??t sá»± quan t??m cá»§a nhiá»?u ng?°á»?i d??n chá??ng qua l?* Ä‘??nh tr??ng t??m l?? muốn Ä‘?°á»?c h?°á»?ng dịch vá»? chá??t l?°á»?ng cao vá»›i chi ph?* thá??p. Song theo luá?*t s?° Ho?*ng Huy Ä??°á»?c - Ph?? Chá»§ nhiệm Ä?o?*n Luá?*t s?° H?* Ná»™i, ná??u kh?´ng Ä‘á»?c ká»? há»?p đồng tr?°á»›c khi Ä‘á?·t b??t k??, kh??ch h?*ng sá?? tá»± Ä‘á?©y m?¬nh v?*o ho?*n cá??nh bá??t lá»?i. Bá»?i há?§u há??t c??c há»?p đồng trá»?n g??i Ä‘á»?u do b??n cung cá??p dịch vá»? Ä‘?°a ra vá»›i c??c Ä‘iá»?u khoá??n soá??n sá?µn, trong Ä‘?? chá»§ yá??u n??i vá»? nghÄ©a vá»? cá»§a kh??ch h?*ng, há?§u nh?° kh?´ng Ä‘á»? cá?*p Ä‘á??n tr??ch nhiệm ph??p l?? cá»§a b??n cung cá??p dịch vá»?. B??n cá??nh Ä‘??, tr?°á»›c khi sá»* dá»?ng dịch vá»?, kh??ch h?*ng há?§u nh?° phá??i thanh to??n 100% ph?* n??n trong tr?°á»?ng há»?p ná??u kh?´ng thá»?a m??n vá»? chá??t l?°á»?ng dịch vá»?, kh??ch h?*ng c?? muốn chá??m dứt há»?p đồng c?©ng kh?´ng thá»? Ä‘??i lá??i Ä‘?°á»?c tiá»?n n??n Ä‘?*nh â€?Ä‘??m lao phá??i theo lao |
Re: Chaturbate Sample RtmpdumpQuote:
Is it possible to view rooms once even if they are in private or a ticket show? |
Re: Chaturbate Sample RtmpdumpI am also curious but no one publicly give this method, because administrators Chaturbate read the forum and regularly patch up holes.
|
Re: Chaturbate Sample RtmpdumpQuote:
Got a few PM's asking if anyone has told me already (i havent unfortunately :D) |
Re: Chaturbate Sample RtmpdumpQuote:
|
Re: Chaturbate Sample RtmpdumpQuote:
|
Re: Chaturbate Sample RtmpdumpQuote:
|
Re: Chaturbate Sample RtmpdumpQuote:
rtmpdump not recognised as int or ext command, operative program or batch file. I googled it and tried to edit Path without success. Can someone walk me through a simple step by step (like the above quoted one) to fix this. I am on W7. TIA. |
Re: Chaturbate Sample RtmpdumpYou can paste the screenshot command window. Such an error gets when you do not have rtmpdump in the same folder as the script.
|
Re: Chaturbate Sample RtmpdumpAttachment 460
Quote:
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 (: |
Re: Chaturbate Sample RtmpdumpHi bros..
Is anyone help about record c4 and cb private records... Really make me happy... pm please... thnks. |
All times are GMT -6. The time now is 09:11 PM. |