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
  #1351  
Old 11-22-2017, 08:03 PM
TonyStark TonyStark is offline
Junior Member
 
Join Date: Nov 2017
Posts: 6
TonyStark 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 fishsticks View Post
Download the .msi file and run it instead of the zip I assume you're downloading.
That msi installer will only work on Windows7 or higher. Of course I'm still using Vista ..So I guess I'm SOL on getting this recorder to work on my system unless there is a working node for Vista. Thank you fishsticks and horacio for trying to help this noob out!!! When I get my new system built, hopefully within he next 6 months, I'll try again. I'll will check back to see if anybody has a workaround. Again THANKS...!!!
Reply With Quote
  #1352  
Old 11-22-2017, 08:20 PM
korexaj korexaj is offline
Member
 
Join Date: Feb 2017
Posts: 63
korexaj 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 TonyStark View Post
That msi installer will only work on Windows7 or higher. Of course I'm still using Vista ..So I guess I'm SOL on getting this recorder to work on my system unless there is a working node for Vista. Thank you fishsticks and horacio for trying to help this noob out!!! When I get my new system built, hopefully within he next 6 months, I'll try again. I'll will check back to see if anybody has a workaround. Again THANKS...!!!
not trying to be rude or anything but how are you able to use windows vista, that shit is cancer man.

anyways. try this link https://nodesource.com/blog/installi...orial-windows/ and this link https://stackoverflow.com/questions/...-open-on-vista
Reply With Quote
  #1353  
Old 11-22-2017, 11:32 PM
korexaj korexaj is offline
Member
 
Join Date: Feb 2017
Posts: 63
korexaj is on a distinguished road
Default

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


horacio, with your rtmp version of the script (streamate) is it possible to detect if model is in private?

Only reason I ask is because if you record same model 24/7 it creates emtpy files when model is in private.
Reply With Quote
  #1354  
Old 11-23-2017, 05:08 AM
Hermiod Hermiod is offline
Member
 
Join Date: Jun 2017
Posts: 56
Hermiod 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 korexaj View Post
horacio, with your rtmp version of the script (streamate) is it possible to detect if model is in private?

Only reason I ask is because if you record same model 24/7 it creates emtpy files when model is in private.
That has never happened to me before.
Reply With Quote
  #1355  
Old 11-23-2017, 06:16 AM
korexaj korexaj is offline
Member
 
Join Date: Feb 2017
Posts: 63
korexaj 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 Hermiod View Post
That has never happened to me before.
I'm using mac so the bat file doesnt work and my programming skills suck . atm i'm using shell script consisting of a while loop to execute the smr.py script every 30 seconds. This means it only works properly if the model is either online or offline, not when in private (i.e. it creates multiple empty files).

Since I dont want to mess about with the python script, I'm working on another shell script so that I can execute multiple instances of smr.py in parallel for each model in the list. It partly works but only for the first time the while loop competes, after that, it records models that are already recording.
Reply With Quote
  #1356  
Old 11-23-2017, 10:35 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)


The new version of MFC Node recorder v.2.0.8 is now available on:

https://github.com/horacio9a/mfc-node/tree/v2

I also updated the README.md file to make the installation easier.
If this is complicated for someone, my advice is to use the 'mfc.exe' version. (http://stream-recorder.com/forum/sho...postcount=1333)

The zip download link is: https://codeload.github.com/horacio9a/mfc-node/zip/v2
Reply With Quote
  #1357  
Old 11-23-2017, 12:53 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

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


Hi,

so its possible to detect whether model is private / free or not online on streamate if you check the stream json file of model xy.If you dont get access to this json file (status 403) because model is private (not free).If you get status 404 = offline or status 200 online.So this you can check before executing any other stream datas (from pagesource) and to prevent creating emtpy bytes files for example if you watch any models around the clock.Like on my picture below....

greetz
Reply With Quote
  #1358  
Old 11-23-2017, 01:06 PM
korexaj korexaj is offline
Member
 
Join Date: Feb 2017
Posts: 63
korexaj 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 troller12 View Post
Hi,

so its possible to detect whether model is private / free or not online on streamate if you check the stream json file of model xy.If you dont get access to this json file (status 403) because model is private (not free).If you get status 404 = offline or status 200 online.So this you can check before executing any other stream datas (from pagesource) and to prevent creating emtpy bytes files for example if you watch any models around the clock.Like on my picture below....

greetz
Thanks but how would one implement this in exisitng script?
Reply With Quote
  #1359  
Old 11-23-2017, 02:49 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

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


So I dont work with scripts and only code apps with GUI (picture was from my app).But horacio could add this checks in his script too of course.

greetz
Reply With Quote
  #1360  
Old 11-24-2017, 09:38 AM
korexaj korexaj is offline
Member
 
Join Date: Feb 2017
Posts: 63
korexaj 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 troller12 View Post
So I dont work with scripts and only code apps with GUI (picture was from my app).But horacio could add this checks in his script too of course.

greetz

What application are you using to record them? or did you just create GUI for horacio's script?


EDIT: managed to add a check to see if model is in private
EDIT2: there is bug on both scripts (my edited rtmp version and horacio's) , some models (in my case just 1 sweet_demi) appears "online" at all times. it doesnt record the model due to a check but the rtmp process still runs in background each time

Last edited by korexaj : 11-25-2017 at 04:45 AM.
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 04:42 AM.


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