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

www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos

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

mario4025 10-24-2016 04:51 AM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
does somebody else having issues with all .m3u8 files when downloading with ffmpeg? Since a few days they are stuck every 2 seconds. They recently launched the BETA mobile version?

jh82 10-24-2016 07:13 AM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
Quote:

Originally Posted by mario4025 (Post 88284)
does somebody else having issues with all .m3u8 files when downloading with ffmpeg? Since a few days they are stuck every 2 seconds. They recently launched the BETA mobile version?


Yes, you have to switch to another recording method that doesn't use ffmpeg.

bumsoup 10-28-2016 11:05 AM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
Any news about the freezing with ffmpeg?

If not,Does anyone have a good software that allows me to automatically record when a model goes online?

Livestreamer seems like a headache to set up :(

ChapelOfGhouls 10-29-2016 06:33 PM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
What's the best way to record Chaturbate shows?

Moonspell 10-29-2016 06:35 PM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
most easy way, and most efficient as well - replay media catcher and you sit in the site with the girl - as you're recording it. You can be a user or a guest, doesn't matter. But better if a user, even grey is ok. Most easy, most ok way to do it.
For know when a certain performer is online, put the "follow" and wait for the mails.
Cheers

jh82 10-29-2016 07:23 PM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
All the recording methods in this thread still work. Just anything that uses ffmpeg for the recording is going to produce fucked up, unwatchable video. One of the popular choices that uses ffmeg is ChaturbateRec. So don't waste your time with that one.

ChapelOfGhouls 10-29-2016 09:51 PM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
Thanks for the replies. I've been using rtmpdump with rtmpsuck, and while it still works, the problem is that with CB, streams would cut out for a second and then come on, it's a problem with that site. Even so, how does that method stack up with others? Is jaksta any good?

mutation 10-29-2016 10:31 PM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
i reinvent the wheel to get rid of freezing problems

https://gist.github.com/anonymous/af...d88ff922fc4ef3

above script will run everywhere where python can run
my code is a bit ugly but it works :D

you need to install python ofc
and requests lib

pip install requests

then in same folder create a text file named chaturbate.txt
put links in that file line by line
and execute script

it will check pages that contain m3u8 and start downloading by spawning new process

process gets m3u8 and look for ts segments continuously until it gives error and append new ts to one big ts file.

you can fix that ts file later via ffmpeg
ffmpeg -i big.ts -c copy big.mkv

or you can do a 2 pass 500 bitrate encoding via handbrake or vidcoder (they are quite fast and easy to use) to make them smaller without losing quality much.

i think main reason that site/ffmpeg freezes is HTTPS stream server
it was http before if i dont remember wrong

and i think ffmpeg doesnt get new ts links before downloading one
so, in high bitrate shows, ffmpeg always crys via red and yellow colored texts :D



if u add 10+ live links to chaturbate.txt, and if u dont have a good internet then this script can freeze too
i use a cheap vps with 200 mbit unmetered bw for this kind of work

jh82 10-30-2016 06:39 AM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
Quote:

Originally Posted by ChapelOfGhouls (Post 88370)
Thanks for the replies. I've been using rtmpdump with rtmpsuck, and while it still works, the problem is that with CB, streams would cut out for a second and then come on, it's a problem with that site. Even so, how does that method stack up with others? Is jaksta any good?


Isn't jaksta and Real Media Catcher the same thing? I actually prefer Tubedigger over RMC but neither is perfect. For free/public shows, automated methods are still the way to go.

jh82 10-30-2016 06:42 AM

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


 
Quote:

Originally Posted by mutation (Post 88372)
i reinvent the wheel to get rid of freezing problems

https://gist.github.com/anonymous/af...d88ff922fc4ef3

above script will run everywhere where python can run
my code is a bit ugly but it works :D

you need to install python ofc
and requests lib

pip install requests

then in same folder create a text file named chaturbate.txt
put links in that file line by line
and execute script

it will check pages that contain m3u8 and start downloading by spawning new process

process gets m3u8 and look for ts segments continuously until it gives error and append new ts to one big ts file.

you can fix that ts file later via ffmpeg
ffmpeg -i big.ts -c copy big.mkv

or you can do a 2 pass 500 bitrate encoding via handbrake or vidcoder (they are quite fast and easy to use) to make them smaller without losing quality much.

i think main reason that site/ffmpeg freezes is HTTPS stream server
it was http before if i dont remember wrong

and i think ffmpeg doesnt get new ts links before downloading one
so, in high bitrate shows, ffmpeg always crys via red and yellow colored texts :D



if u add 10+ live links to chaturbate.txt, and if u dont have a good internet then this script can freeze too
i use a cheap vps with 200 mbit unmetered bw for this kind of work


Thanks for the post. I take it that this will work in Windows? Your assessment of the ffmpeg issues makes sense as it seemed lower quality broadcasts were less effected by the stopping/freezing problem.


All times are GMT -6. The time now is 01:18 PM.