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
  #521  
Old 09-15-2017, 10:49 AM
horacio horacio is offline
Senior Member
 
Join Date: Oct 2012
Posts: 213
horacio 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 david00 View Post
I had already done but it gives me the same error.
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
Reply With Quote
  #522  
Old 09-16-2017, 07:53 AM
david00 david00 is offline
Junior Member
 
Join Date: Aug 2015
Posts: 23
david00 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 horacio View Post
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 View Post



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".
Reply With Quote
  #523  
Old 09-17-2017, 04:38 AM
horacio horacio is offline
Senior Member
 
Join Date: Oct 2012
Posts: 213
horacio 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 david00 View Post
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.
Reply With Quote
  #524  
Old 09-17-2017, 11:04 AM
david00 david00 is offline
Junior Member
 
Join Date: Aug 2015
Posts: 23
david00 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 horacio View Post
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 View Post
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
Reply With Quote
  #525  
Old 09-20-2017, 06:13 AM
david00 david00 is offline
Junior Member
 
Join Date: Aug 2015
Posts: 23
david00 is on a distinguished road
Default

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
Reply With Quote
  #526  
Old 09-20-2017, 03:41 PM
Damianonymous Damianonymous is offline
Senior Member
 
Join Date: Jan 2017
Posts: 187
Damianonymous is on a distinguished road
Default

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


Code:
pip install -r Requirements.txt
Done?
Reply With Quote
  #527  
Old 09-21-2017, 06:13 AM
david00 david00 is offline
Junior Member
 
Join Date: Aug 2015
Posts: 23
david00 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 Damianonymous View Post
Code:
pip install -r Requirements.txt
Done?
No because I did not understand what to do, what should I do?
Reply With Quote
  #528  
Old 09-21-2017, 09:16 AM
horacio horacio is offline
Senior Member
 
Join Date: Oct 2012
Posts: 213
horacio 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 david00 View Post
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.
Reply With Quote
  #529  
Old 09-21-2017, 04:20 PM
flipper2011 flipper2011 is offline
Junior Member
 
Join Date: Sep 2011
Posts: 17
flipper2011 is on a distinguished road
Default

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
Reply With Quote
  #530  
Old 09-22-2017, 07:59 AM
david00 david00 is offline
Junior Member
 
Join Date: Aug 2015
Posts: 23
david00 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 horacio View Post
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( ) and Damianonymous for your patience.
https://imgur.com/HgWDwSZ

Last edited by david00 : 09-22-2017 at 08:56 AM.
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 11:00 PM.


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