Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#281
|
|||
|
|||
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 Last edited by rtmpdumper1 : 05-24-2013 at 11:12 PM. |
#282
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsDid you try \$ instead?
|
#283
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsAh, that was it. Figured it was simple.
Thanks for the tip mark! |
#284
|
|||
|
|||
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!
|
#285
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsQuote:
Code:
-C S:your_username -C S:model_name -C S:player_version -C S:your_password_hash -C S:room_password_hash |
#286
|
|||
|
|||
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 ! |
#287
|
|||
|
|||
Re: chaturbate.com: SecureToken problemsQuote:
|
#288
|
|||
|
|||
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 SETLOCAL ENABLEDELAYEDEXPANSION set username=ENTERYOURUSERNAME set password=%1 Set channel=%2 Set password=%password:\u003D=^=% Set password=%password:$=^^$% set now=%date:~6,4%%date:~3,2%%date:~0,2% For /f "tokens=1-2 delims=/:" %%a in ('time /t') do (set mytime=%%a%%b) SET mydate=%now%_%mytime% echo ###################################################### echo ############ R E C O R D I N G ##################### echo %channel% echo ###################################################### IF NOT ["%password%"] == ["none"] ( rtmpdump -v -r "rtmp://edge13-b.stream.highwebmedia.com/live-edge" -p "http://chaturbate.com/%channel%" -C S:%username% -C S:%channel% -C S:2.634 -C S:%password% -y "playpath" -o "%mydate%_%channel%.flv" ) 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" ENDLOCAL 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. |
#289
|
|||
|
|||
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! |
#290
|
|||
|
|||
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. |
Tags: chaturbate, securetoken |
Thread Tools | |
Display Modes | |
|
|