Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#261
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
|
#262
|
|||
|
|||
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)?
|
#263
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
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 |
#264
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
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" ;; |
#265
|
|||
|
|||
Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)Quote:
Code:
http://profiles.myfreecams.com/?action=get_status&user_id=5676470&nocache= |
#266
|
|||
|
|||
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?
|
#267
|
|||
|
|||
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.) |
#268
|
|||
|
|||
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. |
#269
|
|||
|
|||
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?
|
#270
|
|||
|
|||
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. |
Thread Tools | |
Display Modes | |
|
|