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)

simrankaur 09-07-2016 06:32 AM

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


 
Here Most Famous Escort VIP Chandigarh Escorts Agency in Chandigarh with Reasonable Price.
Chandigarh Escorts

anhthubio89 09-08-2016 01:12 AM

Quote:

Originally Posted by wazo (Post 6661)
* updated by Admin * Ill put as much information as I think is necessary and will skip the long story of how I figured this out. More to the story though: where there�s a will, there�s a way: Don�t give up! What is cam4.com & why does there have to be a whole topic on it? cam4 is a free adult webcam site that, as many other live cam sites, common methods of download will not work for it. It uses the RTMP protocol and a flash player. After searching the web I found no solutions to the problem, and this site has other solutions so I thought I�d just add one more for everyone to enjoy. What CAN record adult videos from cam4.com? For non-private sessions, try WM Recorder, Replay Media Catcher or Jaksta (also for Mac). Any session (including chat comments if you like), can be saved with a high quality screen video capture program. Both WM Capture and Replay Video Capture are designed specifically for this. And they are anonymous and undetectable. Note: if I find something else really fixed this, an easier/faster way, or something else ill update. Please leave a comment if this helped you out on any other sites, or just a thank you is well appricated. Also feel free to PM me.

ủng há»™ thá»›t Ä‘?? chia sá?». b?*i viá??t rá??t hay á??

bigtymer88 11-17-2016 10:47 AM

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


 
send me a pm i could help

Fabric321 12-02-2016 02:26 AM

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


 
Using C4downloader is it possible to record private shows? if anyone knows how, send me a pm

Fabric321 01-03-2017 03:54 PM

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


 
so, no one knows how to record private shows on cam4? If you know how to do send me a message please!

Winstontoo 02-03-2017 08:56 AM

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


 
Anyone having issues with cam4? seems i'm not picking up the feeds even though they are running. Started this morning.

bibirel 04-17-2017 09:58 AM

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


 
Just use some ''desktop recording'' software,cam4 will allways block other ways of recording. Used to be on them a lot but now looks like amateurs are gone..

bibirel 04-17-2017 10:00 AM

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


 
Quote:

Originally Posted by obsessed (Post 14269)
It doesnt work for many web-sites :mad: . Try Jaksta

worked for me on camxfree.com

Damianonymous 05-04-2017 05:57 AM

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


 
Quote:

Originally Posted by asdf030989 (Post 91378)
Is the cam4 plugin dont work?
I got the error of unable to open URL of the m3u8 playlist.

The streamlink plugin still works for me this code:

Code:

import re

from streamlink.plugin import Plugin
from streamlink.plugin.api import http, useragents, validate
from streamlink.stream import HLSStream, RTMPStream
from streamlink.utils import parse_json


class Cam4(Plugin):
    _url_re = re.compile(r'https?://([a-z]+\.)?cam4.com/.+')
    _video_data_re = re.compile(r"flashData: (?P<flash_data>{.*}), hlsUrl: '(?P<hls_url>.+?)'")

    _flash_data_schema = validate.Schema(
        validate.all(
            validate.transform(parse_json),
            validate.Schema({
                'playerUrl': validate.url(),
                'flashVars': validate.Schema({
                    'videoPlayUrl': validate.text,
                    'videoAppUrl': validate.url(scheme='rtmp')
                })
            })
        )
    )

    @classmethod
    def can_handle_url(cls, url):
        return Cam4._url_re.match(url)

    def _get_streams(self):
        res = http.get(self.url, headers={'User-Agent': useragents.ANDROID})
        match = self._video_data_re.search(res.text)
        if match is None:
            return

        hls_streams = HLSStream.parse_variant_playlist(
            self.session,
            match.group('hls_url'),
            headers={'Referer': self.url}
        )
        for s in hls_streams.items():
            yield s

        rtmp_video = self._flash_data_schema.validate(match.group('flash_data'))
        rtmp_stream = RTMPStream(self.session, {
            'rtmp': rtmp_video['flashVars']['videoAppUrl'],
            'playpath': rtmp_video['flashVars']['videoPlayUrl'],
            'swfUrl': rtmp_video['playerUrl']
        })
        yield 'live', rtmp_stream


__plugin__ = Cam4

Script stopped working without www, en, ru, pl etc in the page address. The revised looks like this:

Code:

@echo off
setlocal enableDelayedExpansion

set USERNAME=AnonymousUser
set PASSWORD=anonymous

set SECONDS=15

set /p model=Enter username:
set model=%model:https://www.cam4.com/=%
set model=%model:/=%

set OUT_DIR=Cam4

if not exist %OUT_DIR% (mkdir %OUT_DIR%)

for /L %%i in (1,1,99) do (
  set N=!time:~9,12!
  set /a N=10000!N! %% 10000
  set rand=!random!
  set /a rand=!rand!* 31/32768+1
  set /a rand=!N!+!rand!
  set /a rand=!rand!*31/131+1
)
set server=edge%rand%

:doCapture
for /r %%F in (*) do if %%~zF==0 @del "%%F"
set ts=%date:/=-%_%time::=-%
set ts=%ts: =%
set output=%OUT_DIR%\%model%_%ts%.flv
set PASSWORD=%PASSWORD:\u003D==%

color 2F && title %model% @ %time% - %server%
cls && echo Capturing: %model% @ %time% - %server% && echo.

streamlink "https://www.cam4.com/%model%/" best --http-header "swfUrl=https://static.cam4.com/client/Cam4Chatless_1.184_guest.swf" --http-header "flashVer=WIN 25.0.0.148" -o "%OUT_DIR%\%model%_%ts%.flv

for %%r in (%output%) do (
  if %%~zr lss 1 del %output%
  color 4F && title %model% - OFFLINE
)

set /a rand=%random%*31/32768+1
set server=edge%rand%

timeout %SECONDS%
goto doCapture


asdf030989 05-04-2017 08:49 AM

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


 
thanks.it works perfectly now !

uit 05-05-2017 12:40 PM

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


 
Someone can help me with install it please
thancks

antrandn1989 05-06-2017 07:04 AM

Quote:

Originally Posted by wazo (Post 6661)
* updated by Admin * Ill put as much information as I think is necessary and will skip the long story of how I figured this out. More to the story though: where there�s a will, there�s a way: Don�t give up! What is cam4.com &amp; why does there have to be a whole topic on it? cam4 is a free adult webcam site that, as many other live cam sites, common methods of download will not work for it. It uses the RTMP protocol and a flash player. After searching the web I found no solutions to the problem, and this site has other solutions so I thought I�d just add one more for everyone to enjoy. What CAN record adult videos from cam4.com? For non-private sessions, try WM Recorder, Replay Media Catcher or Jaksta (also for Mac). Any session (including chat comments if you like), can be saved with a high quality screen video capture program. Both WM Capture and Replay Video Capture are designed specifically for this. And they are anonymous and undetectable. Note: if I find something else really fixed this, an easier/faster way, or something else ill update. Please leave a comment if this helped you out on any other sites, or just a thank you is well appricated. Also feel free to PM me.

KPETMART – Chuy??n b??n bu?´n b??n lá?» quá?§n ??o, phá»? kiện cho th?? c?°ng

C??c bá??n iu th?°??ng ch?? c?°ng, m?¨o c?°ng của m?¬nh sá?? lu?´n mong muốn d?*nh nhá»?ng Ä‘iá»?u tốt Ä‘á??p nhá??t Ä‘á??n cho ch??ng. Mua thức Ä?n, quá?§n ??o, đồ ch??i... dá»… th?°??ng Ä‘??ng Iu cho c??c con v?* c?? thá»? coi c??c con nh?° l?* con của m?¬nh.

KPetshop – d?*nh nhá»?ng Ä‘iá»?u ngá»?t ng?*o nhá??t cho th?? c?°ng của bá??n – vá»›i rá??t nhiá»?u quá?§n ??o, phá»? kiện, đồ ch??i... c?©ng nh?° c??c đồ cá?§n thiá??t kh??c cho th?? c?°ng vá»›i gi?? cam ká??t rá?» nhá??t tá??i TP. Ä??* Ná?µng

Quá?§n ??o cho th?? c?°ng: gi?? chỉ từ 20k



Ä?ồ ch??i, phá»? kiện cho th?? c?°ng: gi?? chỉ từ 10k trá»? l??n



Gi?? má»?m, dịch vá»? tốt, Ä‘á?·c biệt v?* t?¬nh Iu th?°??ng thá?*t t??m tá»›i th?? c?°ng- petstore th?? c?°ng KPetStore cam ká??t sá?? Ä‘em tá»›i cho c??c bá??n sá»± h?*i l??ng!!

Mua quá?§n ??o, phá»? kiện, đồ ch??i cho th?? c?°ng Tá??i Ä‘??u??


KPetStore- thá?? giá»›i th?? c?°ng
* Ä?ịa chỉ: 19 nguyá»…n ph?°á»›c th??i, Q. Thanh Kh??, Ä??* Ná?µng
* Hotline: 0989.288.470
* Website: www.petdn.com
* facebook: https://www.facebook.com/sieuthithucungdn

nikitinanelli 05-08-2017 05:24 PM

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


 
Quote:

Originally Posted by Damianonymous (Post 91408)
The streamlink plugin still works for me this code:

Code:

import re

from streamlink.plugin import Plugin
from streamlink.plugin.api import http, useragents, validate
from streamlink.stream import HLSStream, RTMPStream
from streamlink.utils import parse_json


class Cam4(Plugin):
    _url_re = re.compile(r'https?://([a-z]+\.)?cam4.com/.+')
    _video_data_re = re.compile(r"flashData: (?P<flash_data>{.*}), hlsUrl: '(?P<hls_url>.+?)'")

    _flash_data_schema = validate.Schema(
        validate.all(
            validate.transform(parse_json),
            validate.Schema({
                'playerUrl': validate.url(),
                'flashVars': validate.Schema({
                    'videoPlayUrl': validate.text,
                    'videoAppUrl': validate.url(scheme='rtmp')
                })
            })
        )
    )

    @classmethod
    def can_handle_url(cls, url):
        return Cam4._url_re.match(url)

    def _get_streams(self):
        res = http.get(self.url, headers={'User-Agent': useragents.ANDROID})
        match = self._video_data_re.search(res.text)
        if match is None:
            return

        hls_streams = HLSStream.parse_variant_playlist(
            self.session,
            match.group('hls_url'),
            headers={'Referer': self.url}
        )
        for s in hls_streams.items():
            yield s

        rtmp_video = self._flash_data_schema.validate(match.group('flash_data'))
        rtmp_stream = RTMPStream(self.session, {
            'rtmp': rtmp_video['flashVars']['videoAppUrl'],
            'playpath': rtmp_video['flashVars']['videoPlayUrl'],
            'swfUrl': rtmp_video['playerUrl']
        })
        yield 'live', rtmp_stream


__plugin__ = Cam4

Script stopped working without www, en, ru, pl etc in the page address. The revised looks like this:

Code:

@echo off
setlocal enableDelayedExpansion

set USERNAME=AnonymousUser
set PASSWORD=anonymous

set SECONDS=15

set /p model=Enter username:
set model=%model:https://www.cam4.com/=%
set model=%model:/=%

set OUT_DIR=Cam4

if not exist %OUT_DIR% (mkdir %OUT_DIR%)

for /L %%i in (1,1,99) do (
  set N=!time:~9,12!
  set /a N=10000!N! %% 10000
  set rand=!random!
  set /a rand=!rand!* 31/32768+1
  set /a rand=!N!+!rand!
  set /a rand=!rand!*31/131+1
)
set server=edge%rand%

:doCapture
for /r %%F in (*) do if %%~zF==0 @del "%%F"
set ts=%date:/=-%_%time::=-%
set ts=%ts: =%
set output=%OUT_DIR%\%model%_%ts%.flv
set PASSWORD=%PASSWORD:\u003D==%

color 2F && title %model% @ %time% - %server%
cls && echo Capturing: %model% @ %time% - %server% && echo.

streamlink "https://www.cam4.com/%model%/" best --http-header "swfUrl=https://static.cam4.com/client/Cam4Chatless_1.184_guest.swf" --http-header "flashVer=WIN 25.0.0.148" -o "%OUT_DIR%\%model%_%ts%.flv

for %%r in (%output%) do (
  if %%~zr lss 1 del %output%
  color 4F && title %model% - OFFLINE
)

set /a rand=%random%*31/32768+1
set server=edge%rand%

timeout %SECONDS%
goto doCapture


A private can not be recorded?

horacio 05-08-2017 06:05 PM

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


 
Quote:

Originally Posted by uit (Post 91432)
Someone can help me with install it please
thancks

Install Python 2.7.13 in C:/Python27 directory and than using Windows Command Promt install Streamlink module v.0.5.0 with:

pip install streamlink

after you can add cam4.py in C:\Python27\Lib\site-packages\streamlink\plugins\cam4.py

c4.bat and C4_Model.txt put in C:/Python27 directory and finally start c4.bat

http://www.mediafire.com/file/ju665g29n5mc51a/Cam4.rar

porn4fun 05-09-2017 01:30 AM

Adult webcams Online. http://www.cam2fun.com/


 
Cam2fun , webcam model Full adult webcams Satisfaction with free webcam. Best live webcam girls is ready to satisfy all your needs Join Free Cams ,Free Adult Video Chat ,Free Sex Webcams, free web cam model, Adult webcams Online.

http://www.cam2fun.com/

http://www.porn4fun.info/

Twitter Ac @camtofun

Damianonymous 05-09-2017 03:56 PM

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


 
Quote:

Originally Posted by nikitinanelli (Post 91517)
A private can not be recorded?


This is done by professionals. Doubts whether someone will give way to the public forum, fearing to fix holes.

cam2fun 05-18-2017 01:33 AM

www.cam2fun.com: How can I record free<> sex web-cam chat


 
http://www.cam2fun.com/cat/Guys

Free Chat with guys,

Live Gay Cams,

Free Gay Webcams at cam2fun

Free chat with guys, live gay cams, free gay webcams. Talk with gay guys and men instantly on cam2fun.com 24 hours- Uncensored chat gay webcams.

free chat with men, live gay cams, free gay webcams, Crazy Live Cams,FREE CAMS, FREE ADULT VIDEO CHAT, FREE SEX WEBCAMS, LIVE ADULT CAMS, FREE SEX WEBCAMS, ADULT WEBCAMS, FREE LIVE PORN, LIVE ADULT CAMS,FREE SEX WEBCAMS, ADULT WEBCAMS,FREE LIVE PORN.

cam2fun 05-22-2017 01:31 AM

Recording RTMP Webcams from cam2fun .com record XXX/adult web-cam videos from .


 
http://www.cam2fun.com/
Live adult cams, free cams MODEL, free adult video chat, free sex webcams

CAM2FUN is an interactive free live ADULT CAM community for FREE ADULT VIDEO CHAT, free sex webcams and amateurs in live video chat rooms with sound AND HD VIDEO.
http://www.cam2fun.com/
Twitter @camtofun

FREE CAMS, FREE ADULT VIDEO CHAT, FREE SEX WEBCAMS, LIVE ADULT CAMS, FREE SEX WEBCAMS, ADULT WEBCAMS, FREE LIVE PORN, LIVE ADULT CAMS,FREE SEX WEBCAMS, ADULT WEBCAMS,FREE LIVE PORN,FREE,CAMS,WEBCAMS,LIVE,VIDEO,CHAT,SEX,GIRLS,N UDE,AMATEURS,MODELS,ADULTS,COMMUNITY,SOUND

Winstontoo 05-24-2017 08:52 AM

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


 
Does anyone have a way to cap cam4 unattended? Was using Elgero's cam4 grabber but that no longer works and he seems to have given up on this site after it went offline for a bit.

Don't need anything fancy, just something to run in the background for a few models 24/7.

Moonspell 06-05-2017 03:05 PM

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


 
same here, a script or a program like that, userfriendly and 24-7 to run, it would be perfect :)

horacio 07-12-2017 04:25 PM

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


 
Quote:

Originally Posted by Winstontoo (Post 91844)
Does anyone have a way to cap cam4 unattended? Was using Elgero's cam4 grabber but that no longer works and he seems to have given up on this site after it went offline for a bit.

Don't need anything fancy, just something to run in the background for a few models 24/7.

I make a batch script that uses the standard Cam4 Streamlink plugin.
Script is for:

- Model List = C:\Windows\C4_Model.txt
- Save Directory = C:\Videos\Cam4\

If you want to change it, edit lines 6,17 and 29
If you want to track multiple models at once, you can start multiple copies of this script

Code:

@ECHO OFF
SETLOCAL EnableDelayedExpansion
:START
ECHO.
SET n=0
FOR /F "tokens=*" %%A IN (C:\Windows\C4_Model.txt) DO (
SET /A n=n+1
SET _fav!n!=%%A
ECHO !n! %%A
)
ECHO.
SET /P MODEL=Select Model (%M% %MODEL%):
FOR /L %%f IN (1,1,!n!) DO (
IF /I '%MODEL%'=='%%f' SET M=%%f
)
SET n=0
FOR /F "tokens=*" %%A IN (C:\Windows\C4_Model.txt) DO (
SET /A n=n+1
IF !n!==%M% SET MODEL=%%A
)
:C4-SL-R
ECHO.
ECHO #####################################################
ECHO ### C4-SL-R ###  R E C O R D I N G  -  2 4 / 7  #####
SET hour=%time:~0,2%
IF "%hour:~0,1%" == " " SET hour=0%hour:~1,1%
SET NOW=%date:~4,2%%date:~7,2%%date:~10,4%-%hour%%time:~3,2%%time:~6,2%
FOR /f "tokens=1-2 delims=/:" %%a IN ('time /t') DO (set mytime=%%a%%b)
SET OUT_DIR=C:\Videos\Cam4\
SET FILENAME=%MODEL%_C4_%NOW%.flv
SET OUTPUT=%OUT_DIR%%FILENAME%
SET FNAME=######## %FILENAME% ### %M% ##############################
SET _FNAME_=%FNAME:~5,53%
IF EXIST "%OUT_DIR%" (ECHO %_FNAME_%) ELSE (MD "%OUT_DIR%"
ECHO %_FNAME_%)
ECHO #####################################################
ECHO.
STREAMLINK "https://www.cam4.com/%MODEL%/" best -o "%OUT_DIR%%FILENAME%"
TIMEOUT 30
GOTO C4-SL-R
ENDLOCAL


wizard 07-12-2017 11:52 PM

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


 
Many thanks for the script Horacio :) I will try it as soon as I have some spare time.

Moonspell 07-14-2017 01:38 AM

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


 
no streamlink, rtmpdump script - standalone, is possible? :)

horacio 08-29-2017 09:16 PM

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


 
Quote:

Originally Posted by Moonspell (Post 92742)
no streamlink, rtmpdump script - standalone, is possible? :)

It is possible, of course:cool:

Look at: https://github.com/horacio9a/cam4-anonymous

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

uit 08-30-2017 05:08 AM

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


 
someone help me with installation with python?
thancks

horacio 08-30-2017 09:53 AM

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


 
Quote:

Originally Posted by uit (Post 93709)
someone help me with installation with python?
thancks

If you don't have Python on your computer then you first need to install.
Link is https://www.python.org/downloads/release/python-2713/ my recommendation is to install Python 2.7.13.
After installation directory C:\Python27 should be added to the 'path', this should be checked and possibly manually added the 'path'.
Instalation must be in the directory C:\Python27. Choose custom instalation. I am used this instalation file for my Windows7 32bit: http://www.mediafire.com/file/z0dy1q...hon-2.7.13.rar
For more information use Google ;)

The Bullfrog 09-02-2017 04:15 AM

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


 
Thank you so much horacio, respect! :cool:

uit 09-02-2017 03:42 PM

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


 
1 Attachment(s)
sorry but i have this error :(

error is: python:can't open file 'c4.py': (errno 2) no such file or directory

many thancks

horacio 09-04-2017 12:12 AM

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


 
Quote:

Originally Posted by uit (Post 93750)
sorry but i have this error :(

error is: python:can't open file 'c4.py': (errno 2) no such file or directory

many thancks

All files from https://codeload.github.com/horacio9...ous/zip/master must be in C:\-c4-py\
except c4.bat who can be in C:\Windows\ together with all rtmpdump files
Those who need to install python should watch this video: https://www.youtube.com/watch?v=QYUBz4mrnFU
In this youtube video at the end you can see how to find 'Environment Variables' where you need to check if there is 'C:\Windows\' and ';C:\Python27\;C:\Python27\Scripts\;' in the path
At the beginning of the edit line should be:
%SystemRoot%;%SystemRoot%\system32;%SystemRoot%\Sy stem32\Wbem;%SystemRoot%\System32\WindowsPowerShel l\v1.0\;
which in the translation means:
PATH=C:\Windows;C:\Windows\system32;C:\Windows\Sys tem32\Wbem;C:\Windows\System32\WindowsPowerShell\v 1.0\;
Somewhere in that line should also be located also: ';C:\Python27\;C:\Python27\Scripts\;'
My recommendation is to put in the C:\Windows all rtmpdump and ffmpeg, ffplay and some other similar files that other programs and scripts often call, and there is no need to have them in each directory in particular.

uit 09-04-2017 01:55 PM

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


 
thanck you very much horacio :)

i use first metod of you writhe (message 7/12/2017).

last question. If possible save also private show in cam4? also in pm.

thancks horacio

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 02:34 PM.