RTMPDump patch for MyFreeCamsAfter a bit of research I altered stock RTMPDump 2.4 to handle the MyFreeCams challenge/response system. More accurately, it's librtmp that is added to, since all rtmp/amf stuff really takes place there.
The patch comes with the following caveats:
Here it is: Code:
diff -rupN diffrtmp/Makefile librtmp/Makefile You still need to call RTMPDump with the appropriate parameters, as following: Code:
rtmpdump -r rtmp://video434.myfreecams.com/NxServer -C S:42805804 -C S:'' -C S:102668880 -C S:DOWNLOAD -C S:2668880 -y mfc_102668880 -v -o CrumpetsNdTea_42805804.flv Why am I posting this? I'm not adverse to creating a more user-friendly tool but I have a job and like to not do much of anything in my spare time, so I'm hoping to be approached by some industrious people who have some knowledge of MFC and are willing to help out. E. |
Re: RTMPDump patch for MyFreeCamsthanks for this however im getting a segfault core dumped, the binary appears to compile okay under ubuntu.
Code:
rtmpdump[10724]: segfault at bf997000 ip b77239ca sp bf990b14 error 6 in libc-2.15.so[b75f3000+19f000] Adding the following removed the error: Code:
export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib Code:
DEBUG: Property: <Name: level, STRING: error> |
Re: RTMPDump patch for MyFreeCamsThis happens when you haven't established a socket connection to the chat server. MFC checks and actually matches IP to ensure that whoever is connecting to the media server is also connected on the main site (which is a reasonable and smart way of doing things).
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. E. |
Re: RTMPDump patch for MyFreeCamsQuote:
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. |
Re: RTMPDump patch for MyFreeCamsHello,
I have a question. It is for EDGE, but anyone can answer. I am a beginner programmer. What technologies I have to learn to be able to: develop my own patch for rtmpdump, be able to analyze the network traffic in search of the correct parameters to use with rtmpdump and, finally, create a routine to automate the task of recording. My goal is to record live webcam sites |
All times are GMT -6. The time now is 09:29 PM. |