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)

david00 09-12-2017 05:14 AM

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


 
when i try to start c4.bat and i choose between 1,2 ... i get written: python is not recognized as an internal or external command.help me please

horacio 09-12-2017 11:06 AM

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


 
Quote:

Originally Posted by david00 (Post 94030)
when i try to start c4.bat and i choose between 1,2 ... i get written: python is not recognized as an internal or external command.help me please

Or you did not install Python or it is not in the path.
Look at this, you should check it out:

http://stream-recorder.com/forum/sho...&postcount=509

david00 09-13-2017 06:38 AM

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


 
Quote:

Originally Posted by horacio (Post 94073)
Or you did not install Python or it is not in the path.
Look at this, you should check it out:

http://stream-recorder.com/forum/sho...&postcount=509

It is installed and I also saw the video yesterday, that's my line: %SystemRoot%\system32\WindowsPowerShell\v1.0\;C:\P ython27\;C:\Python27\Scripts

horacio 09-13-2017 01:51 PM

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


 
Quote:

Originally Posted by david00 (Post 94082)
It is installed and I also saw the video yesterday, that's my line: %SystemRoot%\system32\WindowsPowerShell\v1.0\;C:\P ython27\;C:\Python27\Scripts

Try replace your path line with this:

%SystemRoot%;%SystemRoot%\system32;%SystemRoot%\Sy stem32\Wbem;%SystemRoot%\System32\WindowsPowerShel l\v1.0\;C:\Python27\;C:\Python27\Scripts\;

Damianonymous 09-13-2017 03:44 PM

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


 
@Horacio, in your bat files, when you change the folder location, you can go crazy :D What is the configuration file for if you need to change a few lines in a bat file? For a layman, this could be the biggest problem.

horacio 09-13-2017 08:22 PM

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


 
Quote:

Originally Posted by Damianonymous (Post 94157)
@Horacio, in your bat files, when you change the folder location, you can go crazy :D What is the configuration file for if you need to change a few lines in a bat file? For a layman, this could be the biggest problem.

I see the most users have problem because rtmpdump.exe is not in the path.
That's why I added rtmpdump location in 'config.cfg' ... this is new default 'config.cfg'

[folders]
output_folder: C:/Videos/Cam4/
[files]
model_list: C:/Windows/C4_Model.txt
rtmpdump: C:/Windows/rtmpdump.exe

For beginners it is best to accept default value, and advanced users must edit 'c4.bat' and 'config.cfg'
To conclude, all files from zip should be placed in the 'C:\-c4-py\' directory except 'c4.bat' and 'C4_Model.txt' which should be moved to 'C:/Windows'. All the above changes is in version 1.0.4 which can be download from always same link: https://codeload.github.com/horacio9...ous/zip/master

david00 09-14-2017 08:57 AM

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


 
Quote:

Originally Posted by horacio (Post 94153)
Try replace your path line with this:

%SystemRoot%;%SystemRoot%\system32;%SystemRoot%\Sy stem32\Wbem;%SystemRoot%\System32\WindowsPowerShel l\v1.0\;C:\Python27\;C:\Python27\Scripts\;

same error,I also tried uninstalling and reinstalling python but nothing.

these are the steps I did: I installed python in C:\ Python27, then downloaded the cam4-anonymus file and put the folder in C:\ - c4-py except the "c4.bat" and "C4_Model.txt" files that I put in C: \ Windows with "rtmpdump-2.4" and "scripts".

Then start the c4.bat file in windows and try all options (1,2,3) but I get the usual error: python is not recognized as an internal or external command, an executable program or a batch file.
Did I do something wrong?I used IDM before (it was so simple) but now it does not work anymore.

Damianonymous 09-14-2017 11:03 AM

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


 
Quote:

Originally Posted by david00 (Post 94166)
...I used IDM before (it was so simple) but now it does not work anymore.

For me still works...


horacio 09-14-2017 05:43 PM

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


 
Quote:

Originally Posted by david00 (Post 94166)
same error,I also tried uninstalling and reinstalling python but nothing.

these are the steps I did: I installed python in C:\ Python27, then downloaded the cam4-anonymus file and put the folder in C:\ - c4-py except the "c4.bat" and "C4_Model.txt" files that I put in C: \ Windows with "rtmpdump-2.4" and "scripts".

Then start the c4.bat file in windows and try all options (1,2,3) but I get the usual error: python is not recognized as an internal or external command, an executable program or a batch file.
Did I do something wrong?I used IDM before (it was so simple) but now it does not work anymore.

Read http://stream-recorder.com/forum/sho...&postcount=516 and try version v.1.0.4 ... replace all files with v.1.0.4 and it should work without path for rtmpdump.exe

david00 09-15-2017 08:13 AM

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


 
Quote:

Originally Posted by horacio (Post 94171)
Read http://stream-recorder.com/forum/sho...&postcount=516 and try version v.1.0.4 ... replace all files with v.1.0.4 and it should work without path for rtmpdump.exe

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 ;)

Quote:

Originally Posted by Damianonymous (Post 94168)
For me still works...


what version? tell me in pm please :)


All times are GMT -6. The time now is 10:58 AM.