Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Lurk4Hay guise, I'm new to this forum and to capturing so please be gentle. Haven't seen a thread about this, sorry if it's a double post or in the wrong section.
Can somebody tell me where I can get the Lurk4 software or how I can contact the guy that can hook me up? What other recommendable software for automatic capturing is out there (for cam4, camfuze, chaturbate, stickam, etc.)? Thanks in advance. |
#2
|
|||
|
|||
Re: Lurk4I'm a huge fan of Replay Media Catcher
|
#3
|
|||
|
|||
Re: Lurk4yea, I really stopped bothering about checking PMs. I don't have time to work on l4 any longer, I keep it alive but I can't be arsed selling it online, I make more money working my regular job.
I'm still waiting for someone else to pick up the idea, I would help to implement the MFC "protocol".. |
#4
|
|||
|
|||
Re: Lurk4Quote:
|
#5
|
|||
|
|||
Re: Lurk4Don't know if something went wrong on my end, but it's not working at all now.
|
#6
|
|||
|
|||
Re: Lurk4itsme, if you're not selling l4 anymore or spreading it around, can you maybe explain to me how you get the rtmp urls of Cam4 streams? Currently I'm using WinPcap, but that requires the webcam to be started in the browser and makes it difficult to do the downloading automatically. I'm looking for a more direct way of getting the rtmp urls without using a browser.
I tried to decompile the swf of Cam4 with several tools, but they only show a few lines of code that have nothing to do with the 'connection' part.. When using Wireshark I can see that there's a "initializeReady" and "requestVideoStream" command that will send back "_result", which is the rtmp url, but I don't know how to send those commands in order to get the rtmp url. |
#7
|
|||
|
|||
Re: Lurk4 I can take over for you. PM me, and we can work it out.
|
#8
|
|||
|
|||
Re: Lurk4I've made some progress.
1) First I get the server IP and 'app' from the "../direct?username...." url. 2) I connect to the server and make the C0+C1 handshake. 3) The server sends me S0+S1+S2 handshake. 4) I make the C2 handshake and send 'connect' command with 'app', 'flashVer', 'swfUrl', etc to the server. 5) The server replies with "Connection succeeded" message with 'connectionId'. Here is the part I don't get. I need to send "sessions/<connectionId>" + "<broadcaster>/chat" + "users/0". They are three amf0 messages, but there is 16 bytes of data at the beginning I need to send that Wireshark sees as part of the Transmission Control Protocol and this data changes every time. If that data is not correct, then the server won't send the expected reply. I have no idea what to do here. Last edited by Elgero : 08-07-2012 at 01:45 PM. |
#9
|
|||
|
|||
Re: Lurk4Never mind my previous reply. It was a small stupid mistake. I wrote the first letter of the broadcaster's name with a capital when sending "<broadcaster>/chat" and it should be all lowercase.
|
#10
|
|||
|
|||
Re: Lurk4Quote:
|
Tags: auto capturing |
Thread Tools | |
Display Modes | |
|
|