Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (Adult streaming videos) (http://stream-recorder.com/forum/forumdisplay.php?f=40)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=3851)

Vanness 01-12-2016 12:58 AM

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


 
Hi Asudem, thanks for your work!
But how can I stop a recording? Really need a quick help page in the program :)

betoso01 01-14-2016 10:57 AM

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


 
I was eager to test the MFCRecorder Continued v1005 , but Avira antivirus detected a trojan called Confuser.943616 . Nevertheless I wonder if it's safe to use the program.

thefan 01-14-2016 02:31 PM

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


 
Most likely a false positive. Haven't used the program, but most programs like this get detected by antivirus to be trojans or viruses.

morebull 01-14-2016 10:05 PM

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


 
William Haley from flirt4free please :(

betoso01 01-16-2016 03:20 PM

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


 
Quote:

Originally Posted by thefan (Post 82240)
Most likely a false positive. Haven't used the program, but most programs like this get detected by antivirus to be trojans or viruses.

but the Avira did not detect any trojan or virus in the original MFCRecorder.

cuteskater 01-26-2016 12:45 PM

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


 
Hey AnonCapper, thx for sharing your downloader.

But i think the best tools are these 2

Internet Downloadmanager

TubeTiger

Regulary Updated and records all.

Internet Downloadmanager even records cam4 the privates shows too.

I would love to see a tool who can record mfc and cb privates too.

ZeChico 01-30-2016 04:21 AM

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


 
For those who use MFCRecorder and have many folders from models on the recording folder and are anoyed to have to seek all those folders to see the recordings, I have created a batch file to help.

Put this code on a bat (ex: "_Move.bat") in the "Recordings" folder, this will move any TS (not in use/record) into the "Recordings" folder.

Code:

@ECHO OFF

FOR /D %%D IN (*) DO (
        FOR %%F IN ("%%D"\*.ts) DO (
                IF "%%D" NEQ "OK" (
                        ECHO -----------------------------------------------------------------------------
                        ECHO "%%~nxF"
                        move "%%~fF" "%~dp0"
                )
        )
)

ECHO All done!
pause

Then I have a folder called "OK" that I put all the TS that I want to convert to MP4.

Then use this other batch to convert all TS to MP4, this must be on the OK folder, will delete the original TS file if the convertion to MP4 was successfull, ffmpeg must be on the same folder or the path must be added.
The destination for the MP4 can also be edited (change "." in savedir for the destination folder).

Code:

@ECHO OFF

SET savedir=.
FOR %%A IN (*.ts) DO (
CALL :CONVERT "%%A"
)
GOTO END

:CONVERT
ECHO -------------------------------------------------------
ECHO - Converting %1...
SET input=%1
SET input=%input:~1%
SET output=%savedir%\%input%
SET output="%output:~0,-3%mp4"

ECHO Converting to MP4...
ffmpeg.exe -i %1 -strict experimental -c copy -bsf:a aac_adtstoasc %output%


call :setsize %output%
IF %size% LSS 2048 (
        DEL %output%
        ECHO:
        ECHO %output%
        ECHO:
        ECHO Convertion failed!
        ECHO:
        GOTO :eof
) ELSE (
        DEL %1
        ECHO:
        ECHO %output%
        ECHO:
        ECHO Convertion done!
        ECHO:
        GOTO :eof
)

:setsize
SET size=%~z1
GOTO :eof

:END
ECHO -------------------------------------------------------
ECHO:
ECHO All done!
ECHO ON

@PAUSE


rambus8 02-18-2016 03:41 AM

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


 
hi all,
i'm trying to make an app with visual studio by myself, but i have a problem.

using ffmpeg the command is:
ffmpeg -i "http://videoXXX.myfreecams.com:1935/NxServer/mfc_ModelID.f4v_aac/playlist.m3u8" -c copy "myOutput.ts"

this is basically a static string, the only thing that changes is the XXX number,
which changes each time the model starts a new broadcast.

so...can anyone know where I have to look to find this XXX number ?

for example for the status of a model I can watch inside the html of the profile page with httpwebresponse and
webrequest. Is there a place where I can look to find this XXX number ?

thanks.


anyway....also HitmanPro reports MFCRecorderContinued as a trojan (Trojan.GenericKD.2944071)

sillyfooly 02-19-2016 09:58 AM

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


 
rtmp://video410.myfreecams.com/NxServer/mp4:mfc_120940140.f4v


how to see this link ?
i use vlc player

sillyfooly 02-26-2016 09:44 AM

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


 
i have go to private show and get link

rtmp://video462.myfreecams.com/NxServer/mp4: pvt_220517810_369183466.f4v


how to record it when out of private room ?


All times are GMT -6. The time now is 05:36 AM.