Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording (Adult streaming videos)
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #541  
Old 12-11-2015, 05:58 PM
tantanwind tantanwind is offline
Junior Member
 
Join Date: May 2015
Posts: 6
tantanwind is on a distinguished road
Default

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?
Reply With Quote
  #542  
Old 12-11-2015, 06:10 PM
Asudem Asudem is offline
Member
 
Join Date: Nov 2015
Posts: 36
Asudem is on a distinguished road
Default

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


Quote:
Originally Posted by tantanwind View Post
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.
Reply With Quote
  #543  
Old 12-11-2015, 06:50 PM
Wacker66 Wacker66 is offline
Junior Member
 
Join Date: Aug 2012
Posts: 24
Wacker66 is on a distinguished road
Default

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


Quote:
Originally Posted by Asudem View Post
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.
Reply With Quote
  #544  
Old 12-11-2015, 07:08 PM
tantanwind tantanwind is offline
Junior Member
 
Join Date: May 2015
Posts: 6
tantanwind is on a distinguished road
Default

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
Reply With Quote
  #545  
Old 12-11-2015, 08:21 PM
Asudem Asudem is offline
Member
 
Join Date: Nov 2015
Posts: 36
Asudem is on a distinguished road
Default

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


Quote:
Originally Posted by Wacker66 View Post
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 View Post
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.
Reply With Quote
  #546  
Old 12-11-2015, 09:14 PM
Wacker66 Wacker66 is offline
Junior Member
 
Join Date: Aug 2012
Posts: 24
Wacker66 is on a distinguished road
Default

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


Quote:
Originally Posted by Asudem View Post
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 View Post
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.
Reply With Quote
  #547  
Old 12-11-2015, 09:26 PM
Asudem Asudem is offline
Member
 
Join Date: Nov 2015
Posts: 36
Asudem is on a distinguished road
Default

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


Quote:
Originally Posted by Wacker66 View Post
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.
Reply With Quote
  #548  
Old 12-12-2015, 07:04 AM
cinesino cinesino is offline
Junior Member
 
Join Date: Apr 2011
Posts: 5
cinesino is on a distinguished road
Default

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


very nice, the new version seams working fine.
Reply With Quote
  #549  
Old 12-12-2015, 09:59 AM
Asudem Asudem is offline
Member
 
Join Date: Nov 2015
Posts: 36
Asudem is on a distinguished road
Default

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


Quote:
Originally Posted by cinesino View Post
very nice, the new version seams working fine.
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.

Last edited by Asudem : 12-12-2015 at 10:35 AM.
Reply With Quote
  #550  
Old 12-12-2015, 06:28 PM
cuteskater cuteskater is offline
Junior Member
 
Join Date: Dec 2015
Posts: 11
cuteskater is on a distinguished road
Default

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
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 02:04 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons