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
  #261  
Old 04-04-2013, 05:02 AM
kasoscsk kasoscsk is offline
Junior Member
 
Join Date: Apr 2013
Posts: 2
kasoscsk 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 Elgero View Post
Does anybody know how to find out if a girl is online or not?

Currently I'm connecting to one of the chat servers, sending the 'hello fcserver' packet. Then I use the 'guest name' and 'fileno' sent by the server to connect to /mfc2/php/mobj.php?f=*_*&s=chat*. It returns a list of the online girls in json.

It works fine, but I'm sure there must be an easier way to check if one girl is online or not.
Can someone explain how you connect to the MFC chat servers and send packets? Thanks.
Reply With Quote
  #262  
Old 04-07-2013, 12:02 PM
kasoscsk kasoscsk is offline
Junior Member
 
Join Date: Apr 2013
Posts: 2
kasoscsk is on a distinguished road
Default

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


I was able to connect to the MFC chat servers and get the list of models using mobj.php. I am able to sort the list of models by Cam Score because it is given in the JSON, but how do I sort the models by most popular room (or room_count)?
Reply With Quote
  #263  
Old 05-23-2013, 02:54 AM
yerman yerman is offline
Junior Member
 
Join Date: May 2013
Posts: 8
yerman 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 llama View Post
Here's my quick attempt at writing a script to dump and use rtmp params as automatically as possible.

Requires:
1) linux
2) privileges to sniff network

a full page reload on cam page is required to obtain all 8 parameters.

A very good starting point for anyone who wants to investigate past the rickroll'd error message.
thanks for this, I use a similar method for cam4, think im getting the rickrolled error message?

Code:
DEBUG: HandleServerBW: server BW = 2500000
DEBUG: HandleClientBW: client BW = 2500000 2
DEBUG: RTMP_ClientPacket, received: invoke 182 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property: <Name:              level, STRING:     error>
DEBUG: Property: <Name:               code, STRING:     NetConnection.Connect.Rejected>
DEBUG: Property: <Name:        description, STRING:     Connection failed.>
DEBUG: Property: <Name:        application, OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name:            message, STRING:     You have been banned, or video unavailable>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_error>
ERROR: rtmp server sent error
DEBUG: RTMP_ClientPacket, received: invoke 18 bytes
Someone has added a patch to rtmpdump however i get a seg fault
Reply With Quote
  #264  
Old 05-23-2013, 03:53 AM
fefe78 fefe78 is offline
Junior Member
 
Join Date: Dec 2012
Posts: 8
fefe78 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 elgero View Post
Does anybody know how to find out if a girl is online or not?

Currently I'm connecting to one of the chat servers, sending the 'hello fcserver' packet. Then I use the 'guest name' and 'fileno' sent by the server to connect to /mfc2/php/mobj.php?f=*_*&s=chat*. It returns a list of the online girls in json.

It works fine, but I'm sure there must be an easier way to check if one girl is online or not.
very easy way.. I use it to check model status..

get profile page http://profiles.myfreecams.com/<model_name> using wget for example

look at html code and search for "g_nProfileState" variable;

these are the values, extracted from my script code:

Code:
                case $status in
                        "0")
                        status_text="Online"
                        ;;
                        "2")
                        status_text="Away"
                        ;;
                        "12")
                        status_text="In Private"
                        ;;
                        "13")
                        status_text="In Group Show"
                        ;;
                        "90")
                        status_text="Online"
                        ;;
                        "91")
                        status_text="In Private"
                        ;;
                        "127")
                        status_text="Offline"
                        ;;
hope this helps..
Reply With Quote
  #265  
Old 05-23-2013, 09:47 AM
Elgero Elgero is offline
Senior Member
 
Join Date: Feb 2012
Posts: 177
Elgero 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 fefe78 View Post
very easy way.. I use it to check model status..

get profile page http://profiles.myfreecams.com/<model_name> using wget for example

look at html code and search for "g_nProfileState" variable;

these are the values, extracted from my script code:

Code:
                case $status in
                        "0")
                        status_text="Online"
                        ;;
                        "2")
                        status_text="Away"
                        ;;
                        "12")
                        status_text="In Private"
                        ;;
                        "13")
                        status_text="In Group Show"
                        ;;
                        "90")
                        status_text="Online"
                        ;;
                        "91")
                        status_text="In Private"
                        ;;
                        "127")
                        status_text="Offline"
                        ;;
hope this helps..
Thank you. Until recently it was also possible to get the online status via the url below with the UserID of the broadcaster, but they have fixed/removed that.

Code:
http://profiles.myfreecams.com/?action=get_status&user_id=5676470&nocache=
Reply With Quote
  #266  
Old 05-23-2013, 10:22 AM
yerman yerman is offline
Junior Member
 
Join Date: May 2013
Posts: 8
yerman is on a distinguished road
Default

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


so it seems rtmpsuck will sucessfully downloan any my public myfreecam feeds. Can anyone who has the knowledge edit the rtmpsuck source so that it echos the full rtmpdump command?
Reply With Quote
  #267  
Old 05-23-2013, 11:36 AM
oelk oelk is offline
Member
 
Join Date: Nov 2011
Posts: 44
oelk is on a distinguished road
Default

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


There is no "full rtmpdump command".
You need a socket connection to a special mfc-server in order to stream. rtmpdump won't be able to do this. So standalone rtmpdump can't record a stream.
(That's how it was two month ago. I didn't verify it, but I don't think, they changed it.)
Reply With Quote
  #268  
Old 05-25-2013, 05:49 AM
Edge Edge is offline
Smashing FMS
 
Join Date: Apr 2013
Posts: 18
Edge is on a distinguished road
Default

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


^^-- the above is true, but all you really need is to be connected to the socket itself. What probably happens is just that your IP address gets stuffed into a big lookup table that is checked by the SSAS asc file, so you can telnet or netcat to chatNN.myfreecams.com. It shouldn't be a hindrance and it would be trivial to make a script that does it right before calling RTMPDump. My main hurdle is the wonky timestamping, even ffmpeg doesn't seem to fix it all the time.

E.
Reply With Quote
  #269  
Old 05-25-2013, 12:28 PM
Elgero Elgero is offline
Senior Member
 
Join Date: Feb 2012
Posts: 177
Elgero is on a distinguished road
Default

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


Is there a compiled version available of rtmpdump/librtmp with the MFC patch?
Reply With Quote
  #270  
Old 05-25-2013, 03:34 PM
Edge Edge is offline
Smashing FMS
 
Join Date: Apr 2013
Posts: 18
Edge is on a distinguished road
Default

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


Elegro, there is one on my MBP right here, but chances are you don't want the OS X version =]

I can also compile for 32 or 64 bit Linux but I don't have any Windows dev environment anywhere. If it builds easily with VS Express I can maybe do it in a VMWare or something?

E.
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 03:38 PM.


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