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)

horacio 09-15-2017 09:49 AM

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


 
Quote:

Originally Posted by david00 (Post 94176)
I had already done but it gives me the same error. :o
when i installed python asked me: for all users or just for myself, i put "for all users", i was wrong? Was this transition crucial for the operation?
I'm sorry for all these problems ;)
what version? tell me in pm please :)

Check if you have these files:

C:\Python27\python.exe
C:\Python27\pythonw.exe
C:\Python27\w9xpopen.exe

if you have you did not set a good path for C:\Python27\



I use IDM 6.28 build 11

david00 09-16-2017 06:53 AM

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


 
Quote:

Originally Posted by horacio (Post 94206)
Check if you have these files:

C:\Python27\python.exe
C:\Python27\pythonw.exe
C:\Python27\w9xpopen.exe

if you have you did not set a good path for C:\Python27\

yes, there are, then?https://imgur.com/sGu4E3n

Quote:

Originally Posted by horacio (Post 94206)



I use IDM 6.28 build 11

I have updated idm to the latest version (the same as using Dami 6.28 build 17) but I always find the usual problem when i go to click "download this video i only go out several ts files with few KB and not the FLV file.https://imgur.com/Um8bNIv

I also tried to uninstall (with IObit) and reinstall idm but nothing, since it works for you I think it's a problem of my pc,bha.
As a browser I use GoogleChrome because with firefox I get not even the window that says "download this video".

horacio 09-17-2017 03:38 AM

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


 
Quote:

Originally Posted by david00 (Post 94241)
yes, there are, then?I have updated idm to the latest version (the same as using Dami 6.28 build 17) but I always find the usual problem when i go to click "download this video i only go out several ts files with few KB and not the FLV file.
I also tried to uninstall (with IObit) and reinstall idm but nothing, since it works for you I think it's a problem of my pc,bha.
As a browser I use GoogleChrome because with firefox I get not even the window that says "download this video".

You still do not have the directory C:\Python27 in the path ... you obviously made a mistake somewhere.
For IDM I also use Chrome ... try chrome://flags/#prefer-html-over-flash
Option Run all Flash content when Flash setting is set to "allow" must be 'enabled' for IDM.

david00 09-17-2017 10:04 AM

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


 
Quote:

Originally Posted by horacio (Post 94247)
You still do not have the directory C:\Python27 in the path ... you obviously made a mistake somewhere.

I noticed that in the video it is going to change the "path" line while I changed the "PSModulePath"line(that's where I found the python path) because the "Path" line is already a string, this one:
C:\ProgramData\Oracle\Java\javapath;C:\Windows\sys tem32;C:\Windows;C:\Windows\System32\Wbem;C:\Windo ws\System32\WindowsPowerShell\v1.0\;C:\Program Files\Smart Projects\IsoBuster;C:\Program Files\B1 Free Archiver;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files\Livestreamer;C:\Program Files\OpenVPN\bin
do I need to change the "Path" string?
https://imgur.com/QjKSkNM
https://imgur.com/tH3jsXA

Quote:

Originally Posted by horacio (Post 94247)
For IDM I also use Chrome ... try chrome://flags/#prefer-html-over-flash
Option Run all Flash content when Flash setting is set to "allow" must be 'enabled' for IDM.

I did as you said, before it was set to "default" while it is now on "enabled" but it still has the same error. https://imgur.com/bxDkfGb

david00 09-20-2017 05:13 AM

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


 
I modified the Path string and now I have no error: python is not recognized .......but (lol) now i have this error, can you help me out?
https://imgur.com/sn3aZXS
https://imgur.com/19bT8Qt

Damianonymous 09-20-2017 02:41 PM

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


 
Code:

pip install -r Requirements.txt
Done?

david00 09-21-2017 05:13 AM

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


 
Quote:

Originally Posted by Damianonymous (Post 94305)
Code:

pip install -r Requirements.txt
Done?

No because I did not understand what to do, what should I do?

horacio 09-21-2017 08:16 AM

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


 
Quote:

Originally Posted by david00 (Post 94320)
No because I did not understand what to do, what should I do?

Start 'Command Promt' and type 'pip list' <enter>

You will see that your python installation has no 'Command' module ... so you need to install it with the command:

pip install Command

you probably need to install some more modules.
@Damianonymous advised you well ... nothing bad will happen with point 1 of setup:

Setup
=====
1. Install requirements `pip install -r Requirements.txt`

Obviously, you do not know much about it and constantly philosophize yourself instead of reading README.md well and doing so, and after that you have the right to ask questions if something is wrong.

flipper2011 09-21-2017 03:20 PM

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


 
When recording a model that goes private in the middle of recording, the batch file gets stuck, the filelength=0 (for the new private session) and you can't get out of the window EXCEPT if you close the window. You can't Control Break or X out.

Otherwise this works pretty well

david00 09-22-2017 06:59 AM

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


 
Quote:

Originally Posted by horacio (Post 94324)
Start 'Command Promt' and type 'pip list' <enter>

You will see that your python installation has no 'Command' module ... so you need to install it with the command:

pip install Command

you probably need to install some more modules.
@Damianonymous advised you well ... nothing bad will happen with point 1 of setup:

Setup
=====
1. Install requirements `pip install -r Requirements.txt`

Obviously, you do not know much about it and constantly philosophize yourself instead of reading README.md well and doing so, and after that you have the right to ask questions if something is wrong.

I had seen the video and followed the "pip install requests" command but probably did not add anything to me. I did as you said and did not have many modules, I installed:
pip install Command
pip install configparser
pip install colorama
pip install DateTime
pip install termcolor

then I also had to create the path C: \ Videos \ Cam4 because when I started c4.bat did not download anything.

and now finally works yeaaaaaaaa lol, thanks a lot horacio(:o ) and Damianonymous for your patience.
https://imgur.com/HgWDwSZ

horacio 09-22-2017 09:15 AM

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


 
to @david00
Alleluia ... I'm glad it finally worked. Most of us try first without reading README.md thinking it will save time but this is an obvious example that it is better to first read the instructions;)

preview 10-06-2017 05:15 AM

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


 
Anyone who has problems recording from cam4 today?

j_cool 10-06-2017 05:34 AM

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


 
RTMP Proxy Server v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app : cam4-edge-live
flashVer : WIN 27,0,0,130
swfUrl : https://c4static-lw001.xcdnpro.com/c....202_guest.swf
tcUrl : rtmp://srcm114.cam4.com/cam4-edge-live
pageUrl : https://www.cam4.com/chiennette
live : yes
Playpath : chiennette-247-0eb13d07-44dd-4d0f-b94b-e86514958e9d?playToken=null
Saving as : 2017-10-06_12-33-20_chiennette-247-0eb13d07-44dd-4d0f-b94b-e86514958e9d.flv
WARNING: ignoring too small audio packet: size: 0

makkabaeus 10-06-2017 05:17 PM

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


 
I have problems today too.

libertyx 10-07-2017 03:40 AM

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


 
YES

the auto detection in JMR will not work since yesterday

Router 10-08-2017 09:47 PM

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


 
I can't download rtmp from cam4 with IDM anymore.. Anyone knows other method like that? :(

NerfHerder101 10-09-2017 12:49 AM

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


 
I just use Tubedigger. I broke down and bought the full version. It's only $15USD after you use the 40% off coupon (just google Tubedigger Discount)

Either use TubeDiggers built in browser, or use a 32bit version of Opera or Firefox and use Tubediggers DL mode and make sure monitor browsers is enabled. It will download the stream even after you close the browser, so as long the model does not refresh, go into pvt or offline.



Quote:

Originally Posted by Router (Post 94613)
I can't download rtmp from cam4 with IDM anymore.. Anyone knows other method like that? :(


Router 10-09-2017 08:12 PM

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


 
Quote:

Originally Posted by NerfHerder101 (Post 94615)
I just use Tubedigger. I broke down and bought the full version. It's only $15USD after you use the 40% off coupon (just google Tubedigger Discount)

Either use TubeDiggers built in browser, or use a 32bit version of Opera or Firefox and use Tubediggers DL mode and make sure monitor browsers is enabled. It will download the stream even after you close the browser, so as long the model does not refresh, go into pvt or offline.


Maybe other way? I'm looking for something similar to IDM wich allows you to download many of webcams at the same time :)

NerfHerder101 10-10-2017 01:21 AM

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


 
Quote:

Originally Posted by Router (Post 94622)
Maybe other way? I'm looking for something similar to IDM wich allows you to download many of webcams at the same time :)

It will let you DL as many public shows as you want ;)


horacio 10-10-2017 01:57 AM

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


 
I just tested my script and saw it work without any problems.



Link:https://github.com/horacio9a/cam4-anonymous

Download link for zip file: https://codeload.github.com/horacio9...ous/zip/master

NerfHerder101 10-10-2017 02:22 AM

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


 
Quote:

Originally Posted by horacio (Post 94625)
I just tested my script and saw it work without any problems.

No idea what I am doing wrong. Installed python and followed your instructions. Edited cfg and bat files to point to proper directories and I keep running into this issue.



**************


I'll eventually figure it out. :|

horacio 10-10-2017 10:27 AM

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


 
Quote:

Originally Posted by NerfHerder101 (Post 94626)
No idea what I am doing wrong. Installed python and followed your instructions. Edited cfg and bat files to point to proper directories and I keep running into this issue.



**************


I'll eventually figure it out. :|

In C:\-c4-py\ must be all files from https://codeload.github.com/horacio9...ous/zip/master except: 'c4.bat' and 'C4_Model.txt' who is in C:\Windows (there is also all rtmp, ffmpeg, ffplay and some other important *.exe who must be in PC path)
Check with 'pip list' what python modules you need. I see you need 'urllib3' module.
check also if other modules from Requirements.txt exist.

DateTime==4.1.1
requests==2.18.1
Command==0.1.0
colorama==0.3.7
termcolor==1.1.0
configparser==3.5.0

cristian 10-17-2017 03:41 PM

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


 
can someone please help me to record the vip show in 17live?
https://seventeenlive.com/
for example i use this command

last week all was ok because when the model pass from free to private rtmpdump never stop to record and the same from private to vip
now rtmpdump stop to record from free to private and i must restart
but never record the vip show
can someone please help me?

Damianonymous 10-20-2017 12:42 AM

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


 
Quote:

Originally Posted by Router (Post 94613)
I can't download rtmp from cam4 with IDM anymore.. Anyone knows other method like that? :(

The issue only occurs in Chrome, and other browsers still work with IDM on the Cam4 site.

Moonspell 10-20-2017 02:14 AM

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


 
my question, is still the same, why a simply rtmdump script, for windows, no python or anything like that, it work? is really that difficult to make it work on windows without python or so?

Piccionazzo 11-06-2017 01:07 PM

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


 
Quote:

Originally Posted by Moonspell (Post 94791)
my question, is still the same, why a simply rtmdump script, for windows, no python or anything like that, it work? is really that difficult to make it work on windows without python or so?

I think it is not difficult, it is impossible.

Moonspell 11-07-2017 03:19 PM

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


 
o yes? sure thing... :) impossible's nothing, so it must to have a way for make it work and trick it directly from windows :)

omassipolo 11-07-2017 08:10 PM

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


 
Quote:

Originally Posted by Stream Recorder (Post 9846)
The tricks mentioned here are really nice and might help to solve problems with other web-sites. However newer versions of RTMP Flash stream recorders have better support of cam4.com. For example, Replay Media Catcher can perfectly record RTMP web-cams from cam4:
Tutorial: How to record adult/sex/porn webcam videos from cam4 with Replay Media Catcher

your link is considered as by Chrome and Firefox

Deceptive site ahead

Attackers on all-streaming-media.com may trick you into doing something dangerous like installing software or revealing your personal information (for example, passwords, phone numbers, or credit cards). Learn more

Automatically send some system information and page content to Google to help detect dangerous apps and sites. Privacy policy

Damianonymous 11-08-2017 06:18 AM

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


 
The post you quoted was sent 8 years ago, the page is inactive ;)

"The domain all-streaming-media.com may be for sale"

horacio 12-11-2017 07:27 AM

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


 
New version of cam4 anonymous recorder v.1.0.7 for python27 is uploaded.
There are some changes like:
- The 'State Model' indication is added. If the model is offline or incorrect model name script stops.
- We can now choose other recording and viewing programs except rtmpdump who is default program.
- Default script is 'c4a.py' letter 'a' in the name means 'ALL' for 'all mode' record and play with hidden script traffic.
- Script 'c4aw.py' letter 'w' in the name means 'window' allow you to see what is actually happening in a separate window.
- Other scripts is for 24/7 permanent recordings.

All this is on: https://github.com/horacio9a/cam4-anonymous

Download link for zip file is: https://codeload.github.com/horacio9...ous/zip/master

UserQ 12-17-2017 08:08 AM

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


 
Thx for the app, very cool.

but how can i start recording the list of models without my attends?

So i want to add to the file list of models each name per line, start script and it will be checked every 30 sec if online, in case if online it will start recording. Something like was done for the MFC Recorder, if you know.

Thx.

I found, need to set the 5 option

horacio 12-17-2017 10:16 PM

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


 
Quote:

Originally Posted by UserQ (Post 95790)
Thx for the app, very cool.

but how can i start recording the list of models without my attends?

So i want to add to the file list of models each name per line, start script and it will be checked every 30 sec if online, in case if online it will start recording. Something like was done for the MFC Recorder, if you know.

Thx.

I found, need to set the 5 option

So far, there have been several attempts to make good GUI applications but all of thats attempts have lasted very shortly because the Cam4 team watching this public forum well and often changes something so I do not know how much it would make any sense.

horacio 12-23-2017 02:28 AM

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


 
Similar to what i already made for bongacams now i made an improvement of the original stramlink plugin script also for cam4.

All the information about this is there: https://github.com/horacio9a/streamlink-cam4

Download link for all files in zip is there: https://codeload.github.com/horacio9...am4/zip/master

wizard 12-23-2017 03:53 AM

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


 
Nice piece of work from you, just as always. Thanks !

mate__1974 12-30-2017 12:01 PM

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


 
Hi,

I have a models list on my computer..
How I can start to recording from them all without needing to start every one individually.

How i start this script?
"
So i want to add to the file list of models each name per line, start script and it will be checked every 30 sec if online, in case if online it will start recording. Something like was done for the MFC Recorder, if you know.

Thx.

I found, need to set the 5 option"

mate__1974 12-30-2017 12:03 PM

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


 
Quote:

Originally Posted by UserQ (Post 95790)
Thx for the app, very cool.

but how can i start recording the list of models without my attends?

So i want to add to the file list of models each name per line, start script and it will be checked every 30 sec if online, in case if online it will start recording. Something like was done for the MFC Recorder, if you know.

Thx.

I found, need to set the 5 option



Hi,,
I am interested how i can do this also?

horacio 12-31-2017 02:26 AM

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


 
Quote:

Originally Posted by mate__1974 (Post 95921)
Hi,,
I am interested how i can do this also?

I think this type of recorder made @beaston02 so look at:

https://github.com/beaston02/CAM4Recorder

newmember27 04-10-2018 03:49 AM

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


 
Quote:

Originally Posted by ungenio (Post 83469)
it still works properly with a small change but I do not share it again
:)

Could you send by email or PM for you?

flipper2011 04-14-2018 02:19 AM

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


 
this script doesnt work anymore, i loved to know how to fix it so working again

gamer388 05-19-2018 03:14 PM

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


 
Hi,
I'm not keen of the python script solution.
I would prefer to use a .exe program to record cam4.

I'm currently using chaturbateREC and the exe version of MFC recorder / livestreamer.


All times are GMT -6. The time now is 02:48 PM.