Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#81
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxHi dealercohagen, I'm getting the exact same problem on two different systems, 8.1Pro x64 and 8.1Pro x86, (the x86 is a new install).
Followed your instructions but when run I'm getting the same 0 byte files musterman gets, although in my case it correctly sees which models are online rather than all. Turned on debugging and the following error is being returned by RTMPDUMP: INFO: Connected ERROR: Closing connection: Netstream.Play.Failed This seems to be a problem with the args passed to RTMPDUMP as doing an anonymous capture from the CLI works fine. Is there some way I can get the RTMPDUMP command and args being used? |
#82
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxQuote:
I try the node version today and for some reason now I'm getting the exact same problem as you, not sure what happened but It was the first time and now it's not anymore, I suggest you try the fork version, It worked on two system running win 10 pro x86 and x64. |
#83
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxOK thanks, I'll set it up in a VM then move it to the RasPi when I've got it running.
|
#84
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxOk 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.
- main script got stuck from time to time (had to write a "check.sh" to analyze logs and restart it if nothing outputed for a few minutes ...) - main script got internal weird python errors about variables not anymore recognized (?!) - must "follow" the models (which is really a pain as it leads to login troubles thereafter) - very difficult to make any evolutions on my side (as written in python, which i'm not fan of) - not very robust (checking the 14th or 15th column of a "ps" for example) As correcting all this would have been quite a hassle for me (again, i dont know python and i'm really not interested by this language), i've rewritten the whole thing and now i have a solution who (for me at least) works really better. I have two Docker containers. The first one "rips" the videos. The second one re-encodes them from .flv to .mp4 (just the audio, see below). The "ripper" Docker container is a java process which allows : - to publish (very basic, but enough for me) web pages to administrate the wishlist online (subscribe / unsubscribe), check what is and what has been recorded, cancel a recording, ... (wishlist.txt is still editable on the disk but it's easier to just use the basic web pages) - to have a robust internal behavior ("0 file size" (which occurs really less now) are checked in the background for example) - to check several URLs and on several sub-pages (no need to follom models) (checking 10 pages takes less than 1 sec. on my core i3) - to move (if configured) the downloaded files to another folder - to have an easy-to-modify file pattern (destination, filename structure, date pattern) - to work either as a daemon, either on demand - ... Quote:
Quote:
The folders organization is as follow : "ripper" container - download files under "downloading/" - move them once finished under "downloaded/" "converter" container - move files from "downloaded/" to "converting/" - mode them once finished under "converted/" Additionnally, a "syncing" operation transfers everything from my server to my NAS : - move files from "converted/" to "syncing/" - deletes them if transfer has been successful That way i never have any "synchronisation" problem between files and folders (every step has its own input and output folder). |
#85
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxQuote:
I have the script configured on a Linux Peppermint virtual machine. No problems whatsoever, except for the 0kb files that appear when a model goes into a private show, other than that, flawess operation. The only gripe I have is how the files are named, which ruin the ability to sort by model name. The files should be named as followed... [model][date][time] theres really no need to have Chaturbate in the file name either. |
#86
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxThank you c4170001 for recommending http://googgl.me/12raC , its really hassle free, works in Windows without customization and doesn't generate a new file every minute, as it was earlier. I am not sure about Linux, because I never used Linus in my lifetime. But about windows its working fine. thank you again c4170001 for your help.
|
#87
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxQuote:
The forked version uses livestreamer for the capture of the m3u8 feed so you end up with an AVC/AAC mp4 file. The only problem with this is that Vegas won't load these files unless it's been remuxed by ffmpeg using the -bsf:a aac_adtstoasc parameter to correct the audio, this sometimes results in the audio being out of sync which can be a PITA to fix. Will you be releasing your Docker containers? |
#88
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxQuote:
Code:
flinks.write('%(rtmp_bin)s --quiet --live --rtmp "rtmp://%(stream_server)s/live-edge" --pageUrl "http://chaturbate.com/%(model_name)s" --conn S:%(username)s --conn S:%(model_name)s --conn S:%(flash_ver)s --conn S:%(pw_hash)s --token "m9z#$dO0qe34Rxe@sMYxx" --playpath "playpath" --flv "%(video_folder)s/Chaturbate_%(date_string)s_%(model_name)s.flv"' % form_dict) Code:
flinks.write('%(rtmp_bin)s --quiet --live --rtmp "rtmp://%(stream_server)s/live-edge" --pageUrl "http://chaturbate.com/%(model_name)s" --conn S:%(username)s --conn S:%(model_name)s --conn S:%(flash_ver)s --conn S:%(pw_hash)s --token "m9z#$dO0qe34Rxe@sMYxx" --playpath "playpath" --flv "%(video_folder)s/%(model_name)s_%(date_string)s.flv"' % form_dict) |
#89
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxHi!
I have a problem with rtmpdump on Linux (debian 8 on raspberry). I use rtmpdump (KSV version) on both Windows and Linux. On Windows, that works just fine but on Linux, I always get that error : Quote:
Quote:
|
#90
|
|||
|
|||
Re: Automated Chaturbate Recording Under LinuxQuote:
RasPi v1 or v2 (they use different SoCs) ? Precompiled rtmpdump (with KSV patches) or did you compile it yourself? |
Tags: cams, capture, capturebate, chaturbate, debian, ffmpeg, linux, program, record, rtmpdump |
Thread Tools | |
Display Modes | |
|
|