View Single Post
  #4  
Old 10-21-2013, 01:49 PM
tural2010 tural2010 is offline
Junior Member
 
Join Date: Aug 2013
Posts: 4
tural2010 is on a distinguished road
Default

Re: RTMPDump patch for MyFreeCams


Quote:
Originally Posted by Edge View Post
All you really need to do is telnet chat40.myfreecams.com port 80 (but this is not a HTTPD). Beware; it might time you out unless you send the proper connection string, which is "hello fcserver\n\0" followed by "1 0 0 20071025 0 guest:guest\n\0". Seeing as everything is terminated by "\0" I'm assuming this was originally supposed to be a Flash/AS3 xmlsocket:// connection, but it does use WebSockets if available, on the actual site.
Can you expand on that? I am interested in getting the list containing the online models. So here is what happened:
  1. telnet
  2. open chat40.myfreecams.com 80

    It connects to the server. I quickly paste the two following commands.
  3. send hello fcserver\n\0
  4. send 1 0 0 20071025 0 guest:guest\n\0
A few seconds passes and the server sends a response.

HTTP/1.1 408 Request Time-out

It says that "Server timeout waiting for the HTTP request from the client." What am I missing here? I would to get the giant videomap too.
Reply With Quote