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)

tantanwind 12-11-2015 04:58 PM

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


 
Hi i have downlaoded your software, it get model list immediately after click button but the problem is it doesnt automatic update after 5minutes... have you changed in your setting?

Asudem 12-11-2015 05:10 PM

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


 
Quote:

Originally Posted by tantanwind (Post 81580)
Hi i have downlaoded your software, it get model list immediately after click button but the problem is it doesnt automatic update after 5minutes... have you changed in your setting?

I have tested this several times... you're running 1.0.0.3, correct? Check the about box.

Just waited 5 minutes and sure enough, it updated. Here is the code for the timer and the menu item. They are identical.

Code:

private void dispatcherTimer_Tick(object sender, EventArgs e)
{
_recorder.Run();
}

private void Model_Click(object sender, RoutedEventArgs e)
{
_recorder.Run();
}

What I don't think people understand is the data grabbed from MFC has a very flaky connection, doesn't matter how good your internet is. If you just wait for the timer over and over and over again, yes it's going to fail because of a WebException. This is why I added the manual check in the first place, so if it fails, you can simply do it again. I can try to implement something that auto-retries the download on fail though.

Wacker66 12-11-2015 05:50 PM

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


 
Quote:

Originally Posted by Asudem (Post 81579)
Very strange, I hope I can reproduce this issue...

EDIT: But you can view the model with ffmplay, correct? That works every time?

I did not try to view the model with ffplay when I noticed the recording was stuck. If I do notice that again I will try and view and see what happens. It did record about 270 mb of video before ffmpeg got stuck and stopped recording. Once I ended that stuck ffmpeg process with task manager it recorded about 60 mb before it happened again.

So far it has only happened with the 1 model but I have only tried recording about 5 different models. So far it looks like you fixed the problem where when a model went private or away and came back it only recorded about 2 mb before stopping. When this happened with the old recorder you would see the ffmpeg process in task manager was doing nothing.

tantanwind 12-11-2015 06:08 PM

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


 
Ye asudem it is 1.0.03 version

but i have seen the model list updated with latest time, but the actual model list is not updated, so after waiting about 1 hour, my included models are not auto downloaded even though they are online. When i click check model list manually, it downloads immediately, so is there any other way for software to auto click the model list every 15 minutes at least?

The old version even though it takes longer to download, but it will auto download model list, roughly every 15-30 minutes, i have tested your new version, it didnt do it for one hour

Asudem 12-11-2015 07:21 PM

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


 
Quote:

Originally Posted by Wacker66 (Post 81582)
I did not try to view the model with ffplay when I noticed the recording was stuck. If I do notice that again I will try and view and see what happens. It did record about 270 mb of video before ffmpeg got stuck and stopped recording. Once I ended that stuck ffmpeg process with task manager it recorded about 60 mb before it happened again.

So far it has only happened with the 1 model but I have only tried recording about 5 different models. So far it looks like you fixed the problem where when a model went private or away and came back it only recorded about 2 mb before stopping. When this happened with the old recorder you would see the ffmpeg process in task manager was doing nothing.

Tell you what I'm going to do. I'm going to add an option not to hide the FFMPEG program, and FFMPEG will tell you what error happens when it stops. That will help debug this issue.

Quote:

Originally Posted by tantanwind (Post 81583)
Ye asudem it is 1.0.03 version

but i have seen the model list updated with latest time, but the actual model list is not updated, so after waiting about 1 hour, my included models are not auto downloaded even though they are online. When i click check model list manually, it downloads immediately, so is there any other way for software to auto click the model list every 15 minutes at least?

The old version even though it takes longer to download, but it will auto download model list, roughly every 15-30 minutes, i have tested your new version, it didnt do it for one hour

I am working on a fix so when the timer times out, it will retry.

Wacker66 12-11-2015 08:14 PM

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


 
Quote:

Originally Posted by Asudem (Post 81579)
Very strange, I hope I can reproduce this issue...

EDIT: But you can view the model with ffmplay, correct? That works every time?

Quote:

Originally Posted by Asudem (Post 81588)
Tell you what I'm going to do. I'm going to add an option not to hide the FFMPEG program, and FFMPEG will tell you what error happens when it stops. That will help debug this issue.

It just happened again with the same model (1708635) with 241 mb recorded this time. I was able to view her fine with ffplay after I noticed ffmpeg was stuck.

Asudem 12-11-2015 08:26 PM

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


 
Quote:

Originally Posted by Wacker66 (Post 81589)
It just happened again with the same model (1708635) with 241 mb recorded this time. I was able to view her fine with ffplay after I noticed ffmpeg was stuck.

Okay, go try version 1.0.0.4 and in the File menu, uncheck "Don't Show FFMPEG", and once the file stops downloading, you will see what the error was. FFMPEG will continue to run after MFC Recorder is closed, you have to close the window manually.

Also 1.0.0.4 now retries GetModel if a WebException occurs when trying to grab the JSON data.

cinesino 12-12-2015 06:04 AM

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


 
very nice, the new version seams working fine.

Asudem 12-12-2015 08:59 AM

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


 
Quote:

Originally Posted by cinesino (Post 81596)
very nice, the new version seams working fine.

:D Thanks, I love hearing good feedback! By the way, if anyone wants to see continued enhancements and features, it's more likely for me to add them if you donate here! If people don't donate, don't worry, I'll try to get to as many features as I can.

cuteskater 12-12-2015 05:28 PM

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


 
hey guys, i am new here. I am lucky to found that nice forum.
I am a guy from germany and i am capping addicted too*lol*

I am doing that since old yahoo times haha

Now capturing other sites

is that mfc recording tool still works? Does it record prv too?

If not i am using other tool. Best to cap is "tubedigger" and u get regulary updates too.

For other sites Internet Download Manger. It record prv show in cam4 too.

But if u have a good working mfc recorder tell me.

Have a good day


All times are GMT -6. The time now is 12:26 AM.