I read in another thread that it is possible to get the online model list by connecting via telnet. I did the following:
- telnet
- open chat40.myfreecams.com 80
It connects to the server. I quickly paste the two following commands.
- send hello fcserver\n\0
- 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. I am a .NET developer and not a web developer, unfortunately. So I'm coming up short when manipulating javascript code. If someone can help with either the telnet solution to receiving the videomap or how to establish a socket connection. I would be really thankful.