Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording (Adult streaming videos)
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #281  
Old 09-22-2015, 03:21 AM
Elgero Elgero is offline
Senior Member
 
Join Date: Feb 2012
Posts: 177
Elgero is on a distinguished road
Default

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


Quote:
Originally Posted by troller12 View Post
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 View Post
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.

Last edited by Elgero : 09-22-2015 at 05:13 AM.
Reply With Quote
  #282  
Old 09-22-2015, 08:45 AM
rodlogic rodlogic is offline
Junior Member
 
Join Date: Jul 2015
Posts: 2
rodlogic is on a distinguished road
Talking

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 !
Reply With Quote
  #283  
Old 09-22-2015, 03:10 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

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
Reply With Quote
  #284  
Old 09-22-2015, 03:45 PM
itsme itsme is offline
Member
 
Join Date: Jan 2011
Posts: 38
itsme is on a distinguished road
Default

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


Quote:
Originally Posted by troller12 View Post
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
Reply With Quote
  #285  
Old 09-22-2015, 04:53 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

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
Reply With Quote
  #286  
Old 09-22-2015, 07:01 PM
rastamanx rastamanx is offline
Junior Member
 
Join Date: Oct 2012
Posts: 25
rastamanx is on a distinguished road
Unhappy

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


Quote:
Originally Posted by itsme View Post
here a little motivation for you to do it on your own: http://i.imgur.com/8R38blr.jpg
I miss my lurk4 :<
Reply With Quote
  #287  
Old 09-23-2015, 03:19 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

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
Reply With Quote
  #288  
Old 09-24-2015, 12:42 PM
backgreem backgreem is offline
Junior Member
 
Join Date: Sep 2015
Posts: 4
backgreem is on a distinguished road
Default

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


Great job ..thanks a lot
Reply With Quote
  #289  
Old 09-24-2015, 06:06 PM
Othello Othello is offline
Junior Member
 
Join Date: Sep 2015
Posts: 2
Othello is on a distinguished road
Default

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
Reply With Quote
  #290  
Old 09-25-2015, 09:07 AM
rouxerx rouxerx is offline
Junior Member
 
Join Date: Jan 2015
Posts: 3
rouxerx is on a distinguished road
Default

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


Quote:
Originally Posted by Elgero View Post
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?
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 04:46 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons