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


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