Re: chaturbate.com: SecureToken problemsQuote:
Hello I'm using this code for anonymous single streams just fine, but when I add my username and password hash to record multiple streams I get "Model status is error". Really can't figure out what the problem is here. I put a ^ in front of all the $'s and replaced the \u003D with an =. My password hash has forward slashes in it, not sure that would be an issue though (I noticed the example above didn't have any). I am on a Mac using Terminal. Using rtmpdump 2.4 KSV patch |
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsAh, that was it. Figured it was simple.
Thanks for the tip mark! |
Re: chaturbate.com: SecureToken problemsAnyone know a script to cap password shows when I have the password to the room? Been using tubedigger but it's limited, thanks!
|
Re: chaturbate.com: SecureToken problemsQuote:
Code:
-C S:your_username |
Re: chaturbate.com: SecureToken problemsdoes the site is going to support html5 ? i see some changes .
someone please give me a java bookmarklet to download the feed in mp4 format ! |
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsHi,
Thank everybody who is posting in this thread, it helped me a lot and therefore I want to give a little something back. I wrote a Batch script for Windows that you can use to instantly record any room either using your password and roomname or just the room name. In windows, open a textfile (e.g. by opening the editor), copy the code below into the textfile, change the username in line 4 (ENTERYOURUSERNAME) to your username and save as "record.bat" in your rtmpdump folder. Code:
@ECHO OFF Open a terminal window (HowTo). Go to your rtmpdump folder using the cd command. use your newly created record Batchfile by typing: record $yourpassword $channelname example: record pbkdf2_iklnewrkwe$jlkjlkjklj$kjlkasepoöiase/003D rockchannel This command will do the following: It will record the channel "rockchannel" using your username and password, naming the file after date and time when you started the stream and at the end naming it like the channel. Like that you can start recordings over and over without having to change the file name everytime. Because using your password, you will be able to record several streams at once. How to get your password has been described earlier in this thread. If you want to run several recordings parallely, you will need to open several terminal windows at the same time. If you want to record a stream without logging in (you will only be able to record one stream at once), type: record none $channelname example: record none rockchannel To stop the recording, just hit: Ctrl + C, it will ask you if you want to abort the batchscript and just confirm with Y. Voila... after that you will find the recorded file in your rtmpdump folder. |
Re: chaturbate.com: SecureToken problemsKSV and Mestameh....you are both real gentlemen! Modded rtmpdump work perfectly and batch file is insanely simple to use.
Thank you both for your time and effort to make this work. And it works like a charm! |
Re: chaturbate.com: SecureToken problemsOne small problem though. Whenever I record multiple rooms, I see several .flv files getting bigger as time passes. Cool, I have plenty of space. When a model has a connect problem (disconnect/reconnect), rtmpdump stops....and erases the file. Now that's strange. The file is there, big and juicy, and 1sec later, file's still here but 0k.
Any chance having that solved? Thanks in advance. |
Re: chaturbate.com: SecureToken problemsPlease KSV work on the Chaturbate 0 kb Problem! Over a half year is this problem now public.
Thx guys. |
Re: chaturbate.com: SecureToken problemsOh...so this is a known "bug" (problem anyway). I managed to solve that by using RTMPDumpHelper. No more 0k files. BUT, since while solving a problem creates another one, RTMPDH makes my adobe flash plugin crash....then stops the whole process. But file is there.
Thanks guys for squeezing brain juice :) |
Re: chaturbate.com: SecureToken problemsQuote:
record.bat roomname ? |
Re: chaturbate.com: SecureToken problemsAny news on how to rec group/private shows?
|
Re: chaturbate.com: SecureToken problemsif i know the password of the locked room..how can i recored it with rtmpdump? any code?
|
Re: chaturbate.com: SecureToken problemsQuote:
havent found a fix or workaround yet, (rtmpdh works, but i dont wanna use it, but a script) guys if youre using Mestameh .bat file make sure to delete the line Code:
rtmpdump -v -r "rtmp://edge13-b.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/%channel%" -C S:AnonymousUser -C S:%channel% -C S:2.634 -C S:anonymous -y "playpath" -o "%mydate%_%channel%.flv" otherwise this line will cause to "retry" to download the stream AFTER downloading it via ur login credentials instead of ALTERNATIVELY... i lost such a nice cap to this :mad: |
Re: chaturbate.com: SecureToken problemsMy script worked 2 days ago, now I get status "error":
Code:
RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV) |
Re: chaturbate.com: SecureToken problemsNo problems recording cb here.
|
Re: chaturbate.com: SecureToken problemsQuote:
what sort of batch are u using? |
Re: chaturbate.com: SecureToken problemsHad the same problem. For me it was a new password hash that got me the model error (and I did NOT changed my password!). So after I insert new passwort hash (keep in mind how to prepare/edit it correctly) into command line, it worked again.
|
Re: chaturbate.com: SecureToken problemsAny of you mac users know a step by step way of getting the ksv rtmpdump working ?? From downloading, patching and installing please.
I keep having issues with out of date guides, commands and links. |
Re: chaturbate.com: SecureToken problemsQuote:
Now I get K:\rtmpd>record none MODELNAME ################################################## #### ############ R E C O R D I N G ##################### MODELNAME ################################################## #### RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... INFO: Model status is error Thanks :/ edit// Used the method with my own hashpassword like record HASHPASSWORD Modelname and it worked then again lol ... Is it possible to record more then one show at the moment? |
Re: chaturbate.com: SecureToken problemsQuote:
You can still record multiple cams if you use your username and the according pw hash. Edit: Seemed to be a temporary thing, they had some major server issues and down time of the last few days. |
Re: chaturbate.com: SecureToken problemsHave no Sound on the recorded files.
Is it normal? |
Re: chaturbate.com: SecureToken problemsBeen trying to cap PW shows, I have the pw but when I enter the room and get the 2nd hash and add it after the original I still get netstream.play.fail do I have to enter the actual pw somewhere?
Code:
-C S:username -C S:modelname -C S:2.644 -C S:userhash -C S:pwroomhash -T "key" --live |
Re: chaturbate.com: SecureToken problemscb uses the speex audio codec which few players play hence no sound. You can convert the audio part of the file to mp3 using open source program, TEncoder video converter.
|
Re: chaturbate.com: SecureToken problemsWhat version of rtmpdump 2.4 was KSV's build (from Nov 9, 2012) patched against? I'm seeing 2 failed hunks when patching against 2.4 pulled from git.
Code:
$ patch --dry-run -p 0 < ../../rtmpdump-2.4-ksv/Patch.diff |
Re: chaturbate.com: SecureToken problemsThe simple answer to your question is yes. I have had no problems recording 2.644.
|
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsI use KSVs version of Rtmpdump downloaded from github dated 30.12.2012, and the Javascript script downloaded from this forum all thanks to the both authors.
javascript:var raw=$('param[name="FlashVars"]').val().split('&');var fv={}; for(var i in raw) {var d=raw[i].split('='); fv[d[0]] = unescape(d[1]);} var swfu=$('#movie').attr('data'); swfv = swfu.substring(swfu.indexOf('_')+1,swfu.indexOf('. ')).replace('p','.'); prompt('RTMPDumpCL','rtmpdump -v -r "rtmp://'+fv['address']+'/live-edge" -p "http://'+fv['dom']+'/'+fv['pid']+'" -C S:'+fv['uid']+' -C S:'+fv['pid']+' -C S:'+swfv+' -C S:'+fv['pw']+' -C S:'+fv['rp']+' -T "m9z#$dO0qe34Rxe@sMYxx%%" -y "playpath" -o "'+fv['pid']+'_'+Number(new Date()/1000).toFixed(0)+'.flv"'); I created a bookmark by pressing ctrl-D, any page will do, edited the bookmark to rename it, chaturbate download, and pasted the above JS in the url part. To use it I open a cmd window to rtmpdump, and click on the bookmark when on a broadcasters page. I then copy the highlighted text from the popup window and paste in the cmd window and press return. Job done. Don't forget to cancel the popup window. |
Re: chaturbate.com: SecureToken problemsQuote:
thanks |
Re: chaturbate.com: SecureToken problemsI just typed ksv rtmpdump into google and the second result was for KSVs script page?
https://github.com/K-S-V/Scripts/downloads |
Re: chaturbate.com: SecureToken problemsMy bad. When you get what you want you tend to loose interest in the complicated stuff that other people have generously solved for you.:(
I've PM'd you. |
Re: chaturbate.com: SecureToken problemsJust to clarify the KSV updated version of RTMPdump that works with chaturbate can be found here:
https://github.com/K-S-V/Scripts/releases :) |
Re: chaturbate.com: SecureToken problemsQuote:
|
Re: chaturbate.com: SecureToken problemsNo worky, malky. I get the "model status is error" error.
|
Re: chaturbate.com: SecureToken problemslike im say in pm , for me new ksv,s build also give like miles say "model status error" then looks new build dont work or something wrong in java script :/
|
Re: chaturbate.com: SecureToken problemsStrange. I just tried recording with the 30.12.2012 rtmpdump and the version i just downloaded from KSV releases and both worked with no problems? I'm using chrome by the way.
C:\Users\Malky\rtmpdump-2.4>rtmpdump -v -r "rtmp://edge21-b.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/*******" -C S:malky -C S:******* -C S:2.644 -C S:pbkdf2_sha256$12000$Cml4dozmu64A$bC s47aQOx/Tx7WIZkdyTJMpgkWcfdXX/ZG8oONigPr4= -C S:53ac0c886fe839b4e1ea2b3852fc6796 13d32d97aa1dbd60f228fced06e1cc95 -T "m9z#$dO0qe34Rxe@sMYxx%%" -y "playpath" -o " *******_1392264929.flv" RTMPDump v2.4 GIT-2013-12-05 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting Live Stream 1357.960 kB / 21.96 sec Unless the change is slowly being introduced I can't think of any else. |
Re: chaturbate.com: SecureToken problemsthanks malky for paste your command line , im compared this and solved the problem , need only changes after third S:
|
Re: chaturbate.com: SecureToken problemsMalky or anybody else, would you happen to know against what version of rtmpdump does KSV's patch apply cleanly against? I'm trying to build for linux.
|
All times are GMT -6. The time now is 01:12 PM. |