How to record Chaturbate in Ubuntu 16? Can't get Capturebate or other methods to workI've had Capturebate working for years in Ubuntu 12.04, but I was recently forced to change servers. The new one is Ubuntu 16.04 and nothing I try works =/ (Although it's possible that there's some setting or dependency I don't know about is blocking it.)
Capturebate seems to run smoothly until it's time to record the actual stream. Then it creates a 0kb file and dies. If I run the leftover shell script myself with the --verbose option, I get: Code:
DEBUG: Property: <Name: level, STRING: error> Here's the actual command from the model.sh file, with my personal information changed. I've tried it with the rtmpdump binary you compile from ksv (that comes with Capturebate), the rtmpdump that you get with apt-get install rtmpdump, and the rtmpdump from my old server. Code:
/home/me/cb/rtmpdump-ksv/rtmpdump --quiet --live --rtmp "rtmp://edge9.stream.highwebmedia.com/live-edge" --pageUrl "http://chaturbate.com/chroniclove" --conn S:myusername --conn S:chroniclove --conn S:2.645 --conn S:pbkdf2_sha256\$24000\$xxxxxxxxxx\$xxxxxxxxxxxgxxxyxxxxxxxxxxxxxxxxxxxxxx\= --token "xxx#xxxxxxxxx@xxxxxx" --playpath "playpath" --flv "/home/me/CaptureBate/captured/chroniclove_09-14-2016_16.35.flv" Code:
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL Code:
#!/bin/bash Code:
DEBUG: Property: <Name: level, STRING: error> Basically, I just completely stuck here. I've been banging my head against this all week, trying different things. I would be grateful for any scripting solution for recording shows in Ubuntu 16.04. It doesn't have to be Capturebate; if I can find a rtmpdump command that works (or anything else that works), I'll write my own scripts to do it automatically. I know there are supposedly Firefox plugins that will do it, but I'd rather not do that; I'd rather use a script, or something that works completely on the command line. Thanks to anyone who took the time to read this. |
Re: How to record Chaturbate in Ubuntu 16? Can't get Capturebate or other methods toKeep in mind the swf and server change around alot, what you need is a script that generates them
from the --pageUrl rtmp://edge?.stream.highwebmedia.com/live-edge CBV_?????.swf Code:
@echo off |
Re: How to record Chaturbate in Ubuntu 16? Can't get Capturebate or other methods toBut Capturebate does all that, and outputs a command. It's that the command isn't working anymore on Ubuntu 16. (It works on my Ubuntu 12 box.)
The command is Code:
/home/me/cb/rtmpdump-ksv/rtmpdump --quiet --live --rtmp "rtmp://edge9.stream.highwebmedia.com/live-edge" --pageUrl "http://chaturbate.com/chroniclove" --conn S:myusername --conn S:chroniclove --conn S:2.645 --conn S:pbkdf2_sha256\$24000\$xxxxxxxxxx\$xxxxxxxxxxxgxxxyxxxxxxxxxxxxxxxxxxxxxx\= --token "xxx#xxxxxxxxx@xxxxxx" --playpath "playpath" --flv "/home/me/CaptureBate/captured/chroniclove_09-14-2016_16.35.flv" |
Re: How to record Chaturbate in Ubuntu 16? Can't get Capturebate or other methods toHave you tried signing into your account to see if your account is still valid? my account is still valid but had login problems yesterday and wouldn't record, usr:AnonymousUser pass:anonymous still worked fine to record though, it's working again now today though.
It's worth keep two scripts around one for your account and another one for AnonymousUser You could also try changing the commands from long name to short name, although i'm sure the verbose log would spit out a unsupported error command if that where the case, from the look of your log it's failing to validate login. Does chaturbaterec work in wine? |
Re: How to record Chaturbate in Ubuntu 16? Can't get Capturebate or other methods toQuote:
Quote:
|
Re: How to record Chaturbate in Ubuntu 16? Can't get Capturebate or other methods toQuote:
wine is used to emulate windows programs under linux. |
Re: How to record Chaturbate in Ubuntu 16? Can't get Capturebate or other methods toI also experienced the problem with rtmpdump on Ubuntu 16.04, however managed to solve the issue.
I just want to say it's possible, but I could not give you the right answer straight away, because is was a couple month ago and I don't remember it. But, what I'm gonna recommend you is to check librtmp.so.1 library, apparently Ubuntu by default has it's own version of this file and even though you compile you own rtmpdump, it uses wrong library and fails. Try to replace the library. Let me know, if the problem is still there. |
Re: How to record Chaturbate in Ubuntu 16? Can't get Capturebate or other methods toHow would I force it to use the version I want it to use?
Just to be on the safe side, I just now tried installing the patched version via these instructions; still a no go. |
Re: How to record Chaturbate in Ubuntu 16? Can't get Capturebate or other methods to[quote=scotchwiz2;87573]How would I force it to use the version I want it to use?
sudo find / -name "librtmp.so.1" there will be several paths, something like (more or less) /usr/lib/i386-linux-gnu/librtmp.so.1 /usr/local/lib/librtmp.so.1 copy and replace these files by your newly compiled library (should be in subfolder for your rtmpdump-ksv) |
Re: How to record Chaturbate in Ubuntu 16? Can't get Capturebate or other methods toQuote:
Cheers. |
All times are GMT -6. The time now is 01:37 PM. |