Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#101
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxGreat script! Thanks for the work.
I have a question and a problem. My problem... I have the script running on UbuntuMate VM. It works great, though I often get the following error listed below, and was wondering if there's a fix to avoid this problem. Code:
11/12/2015 06:05:17 AM INFO:Connecting to https://chaturbate.com/auth/login/ 11/12/2015 06:05:17 AM INFO:Starting new HTTPS connection (1): chaturbate.com 11/12/2015 06:05:27 AM ERROR:Some error during posting to https://chaturbate.com/auth/login/ 11/12/2015 06:05:27 AM ERROR:[Errno 104] Connection reset by peer A few questions, if someone more knowledgeable can answer. 1. I'm using the original script. I tried some forks, and it appears they record a lower quality stream. Do the forks that record with LiveStreamer record at the same quality as the original?? 2. Is there a more enhanced fork of this script that has any fixes, or is the original still the most stable to use? 3. Sometimes I got an error that read "ERROR'Connection aborted.', BadStatusLine("''",))". I think this might have been due to my VM network connection as a NAT. Has anyone received that same error and know the cause and or fix for it should it happen again? Thanks for any help. |
#102
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxSo I pieced together a solution, or a hacked up work around to deal with script disconnects when a server error occurs.
Basically, it’s just a script to restart capturebate when a certain string shows up in the output log. I’m no scripting guru, so this is a novice attempt. I pieced the script together from examples I found around the web. Hopefully a scripting expert can improve on it. I’m running capturebate on Ubuntu MATE. If you’re running a different distro, you may need to install any dependencies the script calls on in order to get it to work. Here’s how it should work. If Errno or BadStatusLine show up in the output log, the script will kill any capturebate running scripts, then popup a notification window listing the error causing it to restart, then wait two minutes, and finally restart capturebate and continue monitoring the output log. Copy the below listed code into a text file, name it monitor.sh, and save it into the root of your capturbate directory. After the file is created, right click it and click the permissions tab, then tick Allow executing file as a program. Code:
#!/bin/bash sudo tail -fn0 output.log | grep --line-buffered 'BadStatusLine\|Errno' | while read line; do timestamp=${line/} msg=${line#*]: } notify-send -u critical "SCRIPT RESTARTED initiated by" "$timestamp" -t 0 & pkill -f rtmpdump pkill -f main.py & sleep 2m python main.py & done After that, the script should run and monitor the output log for the errors listed in the script, and restart when necessary. I'm not sure how stable this script works, so monitor its operation and post any problems or improvements. |
#103
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxHello
can anyone say again exactly where I need to copy my hash out. Just in line 79? |
#104
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxIt grabs it automatically. You don't need to put it anywhere.
|
#105
|
|||
|
|||
Re: Automated Chaturbate Recording Under Linuxhttp://www2.pic-upload.de/img/29548323/ejsrkiszklw.png
He say "1 models Online" and models currently being recorded are [ ]. but he is nothing recording. |
#106
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxQuote:
|
#107
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxAnyone try capturebate-node on ubuntu 14.04 x86 ? Not working for me
|
#108
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxCan't get Chaturbate node or none node working at all, will not capture anything. Kind of disappointing, but I understand these folks are not getting paid for creating these scripts.
|
Tags: cams, capture, capturebate, chaturbate, debian, ffmpeg, linux, program, record, rtmpdump |
Thread Tools | |
Display Modes | |
|
|