View Single Post
  #744  
Old 04-26-2017, 05:50 AM
emmcode emmcode is offline
Junior Member
 
Join Date: Apr 2017
Posts: 2
emmcode is on a distinguished road
Default

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


Hi all,

I'm an experienced developer and have recently got the source code to the MFCRecorder app but as most of you are aware it's stopped working due to changes in how MFC exposes the json containing the models list.

I've had a look over the mfc-node project and it seems that they have changed the URL and fileno parameters required to get this file.

So, as before you have to connect to the URL: ws://xchat20.myfreecams.com:8080/fcsl

via a socket and sens the usual handshaking stuff but instead of looking for fileno in the response there are now four params: -

respkey,type,opts & serv

Also, the url containing the models JSON is: -

http://www.myfreecams.com/php/FcwExtResp.php?

with the above params appended via the query string.

BUT, even with these changes I get a 404 when trying to download the models JSON via the C# code.

Does anyone have any ideas what I'm missing, do I need to include some cookie etc.

Any help is much appreciated!!!
Reply With Quote