Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#221
|
|||
|
|||
Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videosQuote:
because the second count "c" now imediately counts to "5" & calls "self.ok = False" if r1.ok: c = 0 d1 = self.decode_m3u8(r1) for i in d1: self.pool.spawn(self.get_and_decode, i) else: c += 1 if c >= 5 : self.ok = False I can change 'self.ok = False' to 'self.ok = True' and everything works as used to, which is ok as long as there is no error or cam reset. But it does give demo of how it should run while all is ok with the stream, although it wont close the stream and reset. Or increase 5 to 1000 for similar effect. But this is only a hack /work around in the crudest sense. Last edited by Horizon : 08-05-2017 at 06:08 AM. |
#222
|
|||
|
|||
Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videosQuote:
So after recording I processed the files by converting TS to FLV and then remove about 11 seconds of file startup. I also added colors for better visibility. For that must be installed: pip install colorama pip install termcolor All of the above problems don't have my 'cbffr.py' and 'cbffrts.py' scripts (https://codeload.github.com/horacio9...ous/zip/master) but I see most of you want just this 'chat.py' script. In fact, I did not try this script at a time when it worked without problems, so I'm interested in what are the differences compared to this version? Link for my version of chat.py is: http://www.mediafire.com/file/x1x41o...t_20170807.rar |
#223
|
|||
|
|||
Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videosQuote:
Well done my friend.... only on my system it seems to record in approx 2mb files still. I have increased 'c' to 500 in function Def run. Now at first glance it records in much larger files & with your added code when the cam goes offline, the process would appear to close and work fine. Should the cam come back on it restarts recording. I find having one python file to run much simpler overall. I have had a quick look at your code.. Does it only record 1 cam at a time?? I am having some problems at the moment getting it to record. root@k:~/Downloads/chaturbate-anonymous-master# python cb.py => START <= => 1 https://chaturbate.com/mayastings/ < I added this as i knew she was live. => 2 http://privatecams.com/harmonicdiv/ => 3 http://101cams.net/dayanna_sweet/ => 4 http://8tube.com/sweetmila1/ => 5 http://beeg.co/dolce4you69/ => 6 http://xxxtube.chat/xnicetitsx/ => 7 http://whosonlinecams.com/ronny_ponny/ => 8 http://xpcams.com/kalee_/ => 9 http://whosonlinecams.com/littlegingertwat/ => 10 http://tcams.me/fantasy_room/ => 11 http://motherless.tv/niley_hott/ => 12 http://mbate.me/felicity_yours/ => Select CB Model URL => 1 => Selected CB Model => mayastings => RP => 81de782701539fcfdf03b316c35a2e6cbfe90ee516582a45c3 d2023690840526 <= => INFO => MODEL: mayastings * BG: female * EDGE: 112 * ORIGIN: 14 <= => Start RECORD => mayastings_CB_07082017-073725.flv <= sh: 1: start: not found |
#224
|
|||
|
|||
Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos@Horizon
I think resolution problem is with hls_url ending with: '_trns_h264/playlist.m3u8' Link ending with '_fast_aac/playlist.m3u8' or '_aac/playlist.m3u8' do not have this problem You can remove # in script, line 180 and see full url in frame. My scripts is for single models but you can start scripts with batch file for more options. You must have rtmpdump.exe and ffmpeg.exe in the path of your PC. You can try 'remote' scripts, they work without a start option that raises a separate frame for rtmpdump.exe or ffmpeg.exe But these two scripts work in collaboration with 'cba.bat' |
#225
|
|||
|
|||
Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videosQuote:
Nice one.... Thanks for explanation. Perhaps this changed at chaturbate only it used to work just fine. I am starting to like playing with python script as much as watching the cam models. I have the basics and trying to understand sessions/urls and reading/writing files. This chat.py code is so easy, you leave it running the whole thing is automated. If any of the cams ( or even all of them) come online that are in the.txt file, it records them..... its so simple. Thank you.... Last edited by Horizon : 08-07-2017 at 09:02 AM. |
#226
|
|||
|
|||
Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videosQuote:
Chat.py has the plus that everything is in one window. What code should I add and in which line to have chat.py create the captures subfolder and save it? |
#227
|
|||
|
|||
Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videosQuote:
If someone for some reason does not want to use cba.bat in that case script `cbr.py`, `cbffr.py` and `cbffrts.py` must be started with model name at the end of command line, which can be seen in the script 'cba.bat' python cbr.py %MODEL% This is the reason for the error shown in your screenshot above. If you want to record more than one model at the same time then you need to start another copy of `cba.bat`. It would be best to have these files in the `C:/-cba-py` directory 01.08.2017. 19:36 3.440 cb.py 02.08.2017. 11:40 3.445 cba.bat 01.08.2017. 19:34 3.915 cbff.py 02.08.2017. 03:14 2.349 cbffr.py 02.08.2017. 12:32 2.356 cbffrts.py 01.08.2017. 19:36 4.643 cbm.py 01.08.2017. 20:15 2.936 cbr.py 09.08.2017. 12:06 300 CB_Model.txt 07.08.2017. 04:07 615 CB_URL.txt 01.08.2017. 17:00 88 config.cfg 30.07.2017. 09:25 2.630 README.md 30.07.2017. 08:05 116 Requirements.txt |
#228
|
|||
|
|||
Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos |
#229
|
|||
|
|||
Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videosThis python script was released on October 30, 2016 by @mutation and was well done before a while when Chaturbate made some changes.
I've made some changes and I think the current script can record without problems over 90% of the Chaturbate model. To be more accurate, 100% records well all models whose url ends with: '_aac/playlist.m3u8', while the model whose url ends with '_trns_h264/playlist.m3u8' may be a problem not to capture the maximum resolution (1280x720 or 1920x1080) Compromise 1024x576. In most cases, these models start recording at 640x480 resolution to switch to 1024x576 after about 10 seconds and remain at the end of the recording at that resolution. The worst variant is when the recording often switches between these two resolutions. For this reason, I invite the author (@mutation) or anyone else to try to find a better solution than the current one. As far as installation is concerned, it is simple and you can first look at the original post from the author of the script: http://stream-recorder.com/forum/sho...&postcount=148 I have slightly spaced rows and placed colors for a quicker insight into what the script is currently recording. I also added the start and end time of the recording. I've added also full hls-url so you know whether it's a classic 'aac' or a new 'amlst' system that does the actual problems. More about 'amlst' can be found on this link: https://www.wowza.com/docs/how-to-us...-file-requests In your existing Python 2.7.13 installation, you need to add this two modules with this commands: pip install colors pip install termcolor As you see on the above screenshot if you do not want a model to be recorded enough to put '#' at the beginning of the line. This will be accepted after the new start script, though I think it would be good to have it enabled during script work, such as adding new models to chaturbate.txt for new recording. The most important feature of this script is 'no freezing'! Download link is: http://www.mediafire.com/file/pvc605...t_20170815.rar |
#230
|
|||
|
|||
Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videosIn the meantime, I made version 1.0.2 with even better visibility.
I sometimes also noticed the error in the print line so I hope it is fixed now. You can also try 'Horacio_TS_FIX.bat' who all TS files in the directory where they are converted to FLV and fix any possible errors. After that, it is not a problem to edit the file. I use 'Machete 4.4 build 22' software for that. I know we all have some 'own systems' but it's always good to try something new Download link for above files is: http://www.mediafire.com/file/dkmz4m..._20170815b.rar |
Tags: aduly, chat, chaturbate, chaturbate com, live sex, record, web cam, webcam, www chaturbate com, xxx |
Thread Tools | |
Display Modes | |
|
|