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

Automated Chaturbate Recording Under Linux

(http://stream-recorder.com/forum/showthread.php?t=19026)

pro88 10-25-2015 01:44 PM

Re: Automated Chaturbate Recording Under Linux


 
Quote:

Originally Posted by CrazyNash (Post 80086)
Ok just to let you know - i used that script for a while, but there were quite a lot of problems with it in my opinion.

CrazyNash - Is there any chance you could provide your scripts mate?

beneton2003 10-26-2015 05:04 AM

Re: Automated Chaturbate Recording Under Linux


 
both variations python version as well as javascript version works fine, but i like js version bcs no troulbes with whitelists.txt, thanks a lot for authors

pro88 11-03-2015 10:25 AM

Re: Automated Chaturbate Recording Under Linux


 
Using the Javascript version and hit a brick wall. Any help would be appreciated in how to track this error down.


pi@raspberrypi ~/capturebate-node $ sudo node main.js
[2015-11-03T052111] capturebate-node started
[2015-11-03T052131] texas_blonde is now online, starting rtmpdump process
[2015-11-03T052131] milliemartins is now online, starting rtmpdump process

events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:1000:11)
at Process.ChildProcess._handle.onexit (child_process.js:791:34)
pi@raspberrypi ~/capturebate-node $

pro88 11-03-2015 11:24 PM

Re: Automated Chaturbate Recording Under Linux


 
Making progress. Reinstalled rtpmdump and now have the following error.

Unhandled rejection TypeError: Object #<Object> has no method 'statsAsync'
at /home/pi/capturebate-node/main.js:45:13


It seems Node doesn't appear to support fs.statsAsync, only fs.statAsync.. but that doesn't work either (NetStream.Play.Failed)!

c4170001 11-04-2015 04:37 PM

Re: Automated Chaturbate Recording Under Linux


 
Quote:

Originally Posted by pro88 (Post 80927)
Making progress. Reinstalled rtpmdump and now have the following error.

Unhandled rejection TypeError: Object #<Object> has no method 'statsAsync'
at /home/pi/capturebate-node/main.js:45:13


It seems Node doesn't appear to support fs.statsAsync, only fs.statAsync.. but that doesn't work either (NetStream.Play.Failed)!

Are you using Node 4.0? After installing all the requirements, it should work straight away. That's the only thing that comes to mind.

pro88 11-06-2015 07:13 AM

Re: Automated Chaturbate Recording Under Linux


 
Quote:

Originally Posted by c4170001 (Post 80940)
Are you using Node 4.0? After installing all the requirements, it should work straight away. That's the only thing that comes to mind.

Yes 4.2.1.

I've decided to use an older version of capturebate-node from the repository - which is allowing further progress but rtmpdump is failing with the following error:
DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetStream.Play.Failed>
DEBUG: Property: <Name: description, STRING: security>
DEBUG: Property: <Name: clientid, NUMBER: 940681682.00>

I've tried installing both precompiled rtmpdump (ksv) and patching the main rtmpdump version - and both have the security error.

Really stuck on this one and not sure how to proceed. Any help appreciated :(

c4170001 11-06-2015 11:15 AM

Re: Automated Chaturbate Recording Under Linux


 
Quote:

Originally Posted by pro88 (Post 80956)
Yes 4.2.1.

I've decided to use an older version of capturebate-node from the repository - which is allowing further progress but rtmpdump is failing with the following error:
DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetStream.Play.Failed>
DEBUG: Property: <Name: description, STRING: security>
DEBUG: Property: <Name: clientid, NUMBER: 940681682.00>

I've tried installing both precompiled rtmpdump (ksv) and patching the main rtmpdump version - and both have the security error.

Really stuck on this one and not sure how to proceed. Any help appreciated :(

I've had that problem before. Try downloading the source, patching it and then compiling it. Once you've done that, cd into the librtmp folder (inside the RTMPDump source folder, e.g. /root/rtmpdump/librtmp), and enter these commands:

Code:

cp librtmp.so.1 /usr/lib

cp librtmp.so.1 /usr/lib64

cp librtmp.so.1 /lib

cp librtmp.so.1 /usr/lib/x86_64-linux-gnu

Tested on a brand new instance of Debian 8 x64 and works perfectly.

pro88 11-08-2015 07:14 AM

Re: Automated Chaturbate Recording Under Linux


 
Thanks for your suggestion. Tried but unfortunately still have the same issue. I'm running Debian 8 (RASPBIAN) on the Raspberry Pi.

Any other ideas?

Quote:

Originally Posted by c4170001 (Post 80957)
I've had that problem before. Try downloading the source, patching it and then compiling it. Once you've done that, cd into the librtmp folder (inside the RTMPDump source folder, e.g. /root/rtmpdump/librtmp), and enter these commands:

Code:

cp librtmp.so.1 /usr/lib

cp librtmp.so.1 /usr/lib64

cp librtmp.so.1 /lib

cp librtmp.so.1 /usr/lib/x86_64-linux-gnu

Tested on a brand new instance of Debian 8 x64 and works perfectly.


c4170001 11-08-2015 10:25 AM

Re: Automated Chaturbate Recording Under Linux


 
Quote:

Originally Posted by pro88 (Post 80992)
Thanks for your suggestion. Tried but unfortunately still have the same issue. I'm running Debian 8 (RASPBIAN) on the Raspberry Pi.

Any other ideas?

Not really... thought that would work, it always does for me on Linux. I can only suggest flashing a fresh Raspbian image, installing only what is required to build the sources, then doing what I said on my previous post. Could be possible that there's something wrong because of your previous failed attempts.

For reference, I managed to get RTMPDump working on my Pi (Raspbian) using this method.

pro88 11-10-2015 04:27 AM

Re: Automated Chaturbate Recording Under Linux


 
Quote:

Originally Posted by c4170001 (Post 81001)
For reference, I managed to get RTMPDump working on my Pi (Raspbian) using this method.

Please check your PMs :)


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