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)

WHOOKIDSON 05-07-2017 06:39 PM

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


 
Quote:

Originally Posted by antihero (Post 91495)
Thank you, I appreciate it.

Just sent you a PM.

CristianoA 05-07-2017 07:03 PM

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


 
Quote:

Originally Posted by antihero (Post 91494)
i fixed this issue :) new version: camgirlzREC 1.2.1

ok thanks :)

CristianoA 05-08-2017 10:20 AM

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


 
Quote:

Originally Posted by antihero (Post 91487)
camgirlzREC 1.2.1

changelog:
# the record-list contains the model names!
# auto-sort list if you add a model
# if the model changed their name then it get changed automatically in the record-list
# added auto-record if the model is new
# you can highlight new models in the main-table
# if a model is currently being recorded, it get automatically highlighted in the main-table and in the record-list
# you can change the recording naming
# added record-type (auto, manual, list)
# macOS support
# removed the donate button, because no one is willing to donate :( :( :(

notes:
sorry, the old setting.xml is not compatible with this version :-/

downloads: (ffmpeg and ffmplay included):
win32: http://www82.zippyshare.com/v/cWI9GU3P/file.html
win64: http://www82.zippyshare.com/v/7w2SJpyx/file.html
exe only: http://www82.zippyshare.com/v/CRBZutjZ/file.html
macOS: http://www82.zippyshare.com/v/MnYp1R3r/file.html

i noticed ID Status Name Rank and others settings don't save even if i save settings always when i start app all options are default

MisterLaz 05-08-2017 02:32 PM

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


 
Quote:

Originally Posted by antihero (Post 91487)
# removed the donate button, because no one is willing to donate :( :( :(

I don't do Bitcoin, nor even know how to. PayPal would perhaps be a better option.

horacio 05-08-2017 02:36 PM

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


 
Quote:

Originally Posted by antihero (Post 91359)
thx, i will definitely give it a try.

Are you shure that this command will only work with the older FFmpeg version? Or is there also a solution for the new version?

I managed to find a solution for the new ffmpeg version and new line is:

ffmpeg -i (url) -c:v copy -c:a aac -b:a 160k (path + filename)

You can freely substitute 'ts' with 'flv' extension :)

horacio 05-08-2017 03:56 PM

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


 
Quote:

Originally Posted by supersonic80 (Post 91318)
I opened about 10 models with "No Mobile Feed" in the browser (to use the Flash) and non of them were broadcasting. So the question, are they really broadcasting with the "older standard video settings" or not? How can we watch that streams? Can anyone give me a name of the model who uses only the "older standard video"?

I already wrote something about "No Mobile Feed" models. It seems that I first discovered that "No Mobile Feed" models have camserver less than 840 (camserver < 839) so I applied it in my the first mfc python script so that as I see it became standard now.
We Can't make a list of "No Mobile Feed" models because I've noticed that some models can be in both groups even in the same day!
We can see preview jpg of "No Mobile Feed" with 'http://img.mfcimg.com/livesnap320/?user=(100000000 + model.uid)'
That models can be recorded with RTMPDumpHelper with rtmpsuck.exe but not with standard rtmpdump.exe!
Perhaps our member @edge can make rtmpdump that could record "No Mobile Feed" because he has experience in past.
"No Mobile Feed" usually have video resolution 320x240, url is 'http://myfreecams.com/#Model_Name and rtmp url is like
rtmp://video338.myfreecams.com/NxServer/mfc_123151165 . Server number for other is camserver - 500 but for "No Mobile Feed" I can not find a similar rule. There are other programs like Tubedigger and Jaksta Media Recorder that can record "No Mobile Feed". I will try to animate the Streamlink team around it ;)

supersonic80 05-08-2017 07:58 PM

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


 
So, if I follow you right a model has "No Mobile Feed" if (vs == 0 && camserv < 840). Right?

Quote:

Originally Posted by horacio (Post 91516)
I already wrote something about "No Mobile Feed" models. It seems that I first discovered that "No Mobile Feed" models have camserver less than 840 (camserver < 839) so I applied it in my the first mfc python script so that as I see it became standard now.
We Can't make a list of "No Mobile Feed" models because I've noticed that some models can be in both groups even in the same day!
We can see preview jpg of "No Mobile Feed" with 'http://img.mfcimg.com/livesnap320/?user=(100000000 + model.uid)'
That models can be recorded with RTMPDumpHelper with rtmpsuck.exe but not with standard rtmpdump.exe!
Perhaps our member @edge can make rtmpdump that could record "No Mobile Feed" because he has experience in past.
"No Mobile Feed" usually have video resolution 320x240, url is 'http://myfreecams.com/#Model_Name and rtmp url is like
rtmp://video338.myfreecams.com/NxServer/mfc_123151165 . Server number for other is camserver - 500 but for "No Mobile Feed" I can not find a similar rule. There are other programs like Tubedigger and Jaksta Media Recorder that can record "No Mobile Feed". I will try to animate the Streamlink team around it ;)


horacio 05-09-2017 12:09 AM

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


 
Quote:

Originally Posted by supersonic80 (Post 91520)
So, if I follow you right a model has "No Mobile Feed" if (vs == 0 && camserv < 840). Right?

'vs' means 'video state'

vs[0] = "PUBLIC"
vs[2] = "AWAY"
vs[12] = "PVT"
vs[13] = "GROUP"
vs[90] = "CAM-OFF"
vs[127] = "OFFLINE"

... and it obviously has nothing to do with "No Mobile Feed".So, "No Mobile Feed" is determined exclusively by the server where a model is at a given time. I have chosen the number 840 although it could be the number 839 or 841 because there is some small border space that is not in use. You probably thought about the server == 0 because the "No Mobile Feed" script defines server == 0 although it's not zero in practice for the convenience of elimination.

supersonic80 05-09-2017 01:15 AM

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


 
All good, I've already checked the code. Thx for the hint.

Quote:

Originally Posted by horacio (Post 91524)
'vs' means 'video state'

vs[0] = "PUBLIC"
vs[2] = "AWAY"
vs[12] = "PVT"
vs[13] = "GROUP"
vs[90] = "CAM-OFF"
vs[127] = "OFFLINE"

... and it obviously has nothing to do with "No Mobile Feed".So, "No Mobile Feed" is determined exclusively by the server where a model is at a given time. I have chosen the number 840 although it could be the number 839 or 841 because there is some small border space that is not in use. You probably thought about the server == 0 because the "No Mobile Feed" script defines server == 0 although it's not zero in practice for the convenience of elimination.


porn4fun 05-09-2017 01:29 AM

Free Sex Webcams, free web cam


 
Cam2fun , webcam model Full adult webcams Satisfaction with free webcam. Best live webcam girls is ready to satisfy all your needs Join Free Cams ,Free Adult Video Chat ,Free Sex Webcams, free web cam model, Adult webcams Online.

http://www.cam2fun.com/

http://www.porn4fun.info/

Twitter Ac @camtofun


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