Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (Adult streaming videos) (http://stream-recorder.com/forum/forumdisplay.php?f=40)
-   -  

Recording RTMP Webcams from cam4(HowTo record XXX/adult web-cam videos from cam4.com)

(http://stream-recorder.com/forum/showthread.php?t=2704)

Elgero 09-22-2015 02:21 AM

Re: Recording RTMP Webcams from cam4(HowTo record XXX/adult web-cam videos from cam4.


 
Quote:

Originally Posted by troller12 (Post 79979)
Unfortunately you do code in NET and nobody seems to be able (or want) to add new parameters into RTMPDump source to send such custom commands and to compile a new working version.

Because it isn't really possible to do that. Often it's not just a custom command with standard data that needs to be sent, but you need to read the incoming data, do something with it and then send that specific data in the custom command. Also, in the case of Cam4 the custom command isn't always sent. 9 out of 10 times it is, but certain specific data received from Cam4 needs to be checked to see if the custom command must be sent or not. There's pretty much no way you can create a general rtmpdump version to cover all this.

Quote:

Originally Posted by troller12 (Post 79979)
PS: Would be nice if you could also add a player output command as | to pipe the stream into a player.If you do then I would build a nice GUI which I could post on this topic if anyone wants a GUI. :)

See the last post on the previous page.

rodlogic 09-22-2015 07:45 AM

Re: Recording RTMP Webcams from cam4(HowTo record XXX/adult web-cam videos from cam4.


 
I have written a quick n dirty windows batch file for the cam4cmdline to allow input of model name and selection of play or save (obviously editing of paths will be required) if any one would like me to post.
It is not the most elegant piece of coding !

troller12 09-22-2015 02:10 PM

Re: Recording RTMP Webcams from cam4(HowTo record XXX/adult web-cam videos from cam4.


 
Hi again,

ah ok so isn't really easy to handle that problem to add a fix into RTMPDump.Really pitty.So I have seen another cam site who does also use same command. :)

Thanks for your new CMD tool version with player output so now its working better.So I made a GUI now (I do code in assembly) which is almost done so just need to make some more little tests to be sure that everything is working well.Below a picture...

...just added some test names but you can add tons of name / tabs etc.

greetz

itsme 09-22-2015 02:45 PM

Re: Recording RTMP Webcams from cam4(HowTo record XXX/adult web-cam videos from cam4.


 
Quote:

Originally Posted by troller12 (Post 79979)
Hi,

nice tool Elgero.So I see you do send the necessary receiveRTMPResponse command at send API.
Code:

00C0D26C  03 00 00 00 00 00 47 11 00 00 00 00 00 02 00 13  .....G......
00C0D27C  72 65 63 65 69 76 65 52 54 4D 50 52 65 73 70 6F  receiveRTMPRespo
00C0D28C  6E 73 65 00 40 00 00 00 00 00 00 00 05 11 0A 0B  nse.@........
00C0D29C  01 0D 63 6C 69 65 6E 74 06 15 31 38 31 31 33 37  .client181137
00C0D2AC  30 38 30 37 0D 72 65 73 75 6C 74 06 07 31 31 30  0807.result110
00C0D2BC  01 01 01

Unfortunately you do code in NET and nobody seems to be able (or want) to add new parameters into RTMPDump source to send such custom commands and to compile a new working version.

PS: Would be nice if you could also add a player output command as | to pipe the stream into a player.If you do then I would build a nice GUI which I could post on this topic if anyone wants a GUI. :)

greetz

I think most people don't want to play cat and mouse with just another site, if you disclose all information and make it available to the plebs you will have to patch your program over and over. cam4 started to implement some checks here and there (hello log2.cam4admin.com)

I even posted the source code of the current cam4 swf, (only missing some basic math, hehe. ) but yet nobody seems to care about a public fix, do it on your own and keep it to yourself.

here a little motivation for you to do it on your own: http://i.imgur.com/8R38blr.jpg

troller12 09-22-2015 03:53 PM

Re: Recording RTMP Webcams from cam4(HowTo record XXX/adult web-cam videos from cam4.


 
Hi itsme,

so my knowledge about rtmp/* handling (Headers AMF) is almost 0 (didn't checked this yet) so that I only can use / control extern tools as RTMPDump & Co but of course I would like to code any own stream dumper (maybe later if possible) which I can update / expand etc to be independently to use other dumpers.

About your tool picture: What the heck! :) Looks very massive but nice.Seems that you handle all three cam sites at once. :) But it also seems (if I see it correctly) that you do download the entire cam traffic too. :) Anyway,so maybe you should post your tool on this topic so then all would be more happy so I think.

greetz

rastamanx 09-22-2015 06:01 PM

Re: Recording RTMP Webcams from cam4(HowTo record XXX/adult web-cam videos from cam4.


 
Quote:

Originally Posted by itsme (Post 80011)
here a little motivation for you to do it on your own: http://i.imgur.com/8R38blr.jpg

I miss my lurk4 :<

troller12 09-23-2015 02:19 PM

Re: Recording RTMP Webcams from cam4(HowTo record XXX/adult web-cam videos from cam4.


 
Hi guys,

ok I finished my GUI and hope that I didn't forgot anything etc but if so then just post any bug infos.I created a detailed infos text file of the main features and also made some example pics which you can find inside of my package so that nothing can go wrong.

Some infos: My GUI should work on all Windows OS from XP - higher (only testst on XP SP3 and not testst on higher & 64 bit systems).The CMD tool by Elgero needs NET 4.0 (Client Profile should be enough) so keep this in your mind.Send any feedback if something dosen't work with my GUI etc.If you don't know whether or which NET version you have installed on your system then you can use a Net Detector tool...

...to get quickly infos about it.
Code:

Cam4 - Loader 1.0.rar (422.66KB)
https://www.sendspace.com/file/n3qnq6

Thats all so far.Have fun and keep watching. :)

PS: Special thanks to Elgero for the streamer tool.

greetz

backgreem 09-24-2015 11:42 AM

Re: Recording RTMP Webcams from cam4(HowTo record XXX/adult web-cam videos from cam4.


 
Great job ..thanks a lot

Othello 09-24-2015 05:06 PM

Re: Recording RTMP Webcams from cam4(HowTo record XXX/adult web-cam videos from cam4.


 
I just registered here to say thank you for this amazing tool :) cam4 is fun again :)

rouxerx 09-25-2015 08:07 AM

Re: Recording RTMP Webcams from cam4(HowTo record XXX/adult web-cam videos from cam4.


 
Quote:

Originally Posted by Elgero (Post 80001)
New version. Requires .NET 4.0. No source code.

http://upstore.net/EtuKFMK

Code:

-m <model>          Name of the model to download.
 -o <output>        Specify the output path. Use - for StdOut.
 -h                  Display this help message.

 Example #1 - Saving the stream to disk.
    cam4cmdline -m modelname -o "C:\Downloads\output.flv"

 Example #2 - Sending the stream to StdOut and play with video player.
    cam4cmdline -m modelname -o - | "C:\videoplayer\mpc-hc64.exe" -


Thanks Elgero! On my PC, the program doesn't terminate when the broadcast ends though. The filesize and time just freeze. Any tips on how I can resolve this? Also, it would be great if the program could automatically save the stream to file like in the old version. Would this feature be in the pipeline?


All times are GMT -6. The time now is 06:18 PM.