View Single Post
  #685  
Old 03-07-2017, 02:49 AM
horacio horacio is offline
Senior Member
 
Join Date: Oct 2012
Posts: 213
horacio is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


Thanks Incognito for nice Python code. I'm make a lot of changes and adapted for Windows7 and Python27.
My script exclusively use ffmpeg and ffplay who must be somewhere in path. For recording must be used ffmpeg v.2.7.2, ffplay is not critical but I recommend the latest version. BTW I am using ffplay v.3.2.2.
This script can record and play. This script takes care of the so-called NO MOBILE FEED models that most programs can't record.
These models can record with RtmpDumpHelper, TubeDigger, Jaksta or RMC (v.4/5/6).
Also working with our member @ruzzy method explained in this thread. BTW I made a script for Python27 which can record only first chunk but I don't know how to get python to record a complete stream so if someone knows can PM me
Both, ffmpeg and ffplay open for each model a separate window and we can easy record and watch the models in real time or stop recording or viewing. Recorded files are in FLV format and it is not necessary to fix or convert later.
I suppose someone will have a problem because no all necessary modules such as modules for colors.
Look at the top of the script which modules is used and than install with the command: pip install (modul_name).
Also you can edit path for recording or filename format what you like



http://www.mediafire.com/file/oiqm19...e9g/MFC_py.rar

Last edited by horacio : 03-08-2017 at 01:58 AM.
Reply With Quote