Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

chaturbate.com: SecureToken problems

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

nacnay 05-04-2013 04:29 AM

Re: chaturbate.com: SecureToken problems


 
Now CB changed the protocol from rtmpe to rtmp in version 634

non90 05-04-2013 04:36 AM

Re: chaturbate.com: SecureToken problems


 
@nacnay

YEAH! Works fine with just a "rtmp://" in command line! Thanks alot! :)

phgonline 05-04-2013 10:18 AM

Re: chaturbate.com: SecureToken problems


 
This was working until the recent changes... now it just hangs. Any help would be appreciated

Code:

rtmpdump -r "rtmp://edge4-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,4,402,265" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/model/" -y "mp4" -o "model_%_date%_%_time%.flv" -C S:Anonymoususer -C S:model -C S:2.627 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live

Humbug 05-04-2013 10:55 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by phgonline (Post 61974)
This was working until the recent changes... now it just hangs. Any help would be appreciated

Code:

@echo off
echo Nickname: Model
set /p nick=
title
:loop
FOR /F "tokens=1,2,3,4,5 delims=/. " %%a in ('date/T') do set _date=%%c-%%b-%%d%%a
FOR /F "tokens=1,2,3,4,5 delims=/: " %%a in ('time/T') do set _time=%%a.%%b.%%c%time:~6,2%
rtmpdump -r "rtmp://edge4-b.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,4,402,265" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/model/" -y "mp4" -o "model_%_date%_%_time%.flv" -C S:Anonymoususer -C S:model -C S:2.627 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live
echo ^G
for /F "delims=" %%I in ('dir /B') do if not exist "%%I\" if %%~zI EQU 0 del "%%I"
goto loop


change the following:
Code:

... -f "WIN  11,6,602,180" ... -W ".../flash/CBV_2p634 ... -C "S:2.634"
and add your CB Username and Password Hash

phgonline 05-04-2013 10:59 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by Humbug (Post 61975)
change the following:
Code:

... -f "WIN  11,6,602,180" ... -W ".../flash/CBV_2p634 ... -C "S:2.634"
and add your CB Username and Password Hash

That was quick, thanks!

potsie 05-04-2013 03:25 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by non90 (Post 61965)
@nacnay

YEAH! Works fine with just a "rtmp://" in command line! Thanks alot! :)

Thanks that worked for me too. My streams no longer have sound? Anyone else experiencing this?

Winstontoo 05-04-2013 04:23 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by potsie (Post 61979)
Thanks that worked for me too. My streams no longer have sound? Anyone else experiencing this?

They switched back to the speex audio codec a few days back, you have sound, but most likely your player doesn't support that particular codec.

Take a look at Tencoder, it will let you convert the speex to something more usable like mp3 without touching the video portion.

potsie 05-04-2013 04:58 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by Winstontoo (Post 61980)
They switched back to the speex audio codec a few days back, you have sound, but most likely your player doesn't support that particular codec.

Take a look at Tencoder, it will let you convert the speex to something more usable like mp3 without touching the video portion.

Thanks a bunch!

Cbater 05-05-2013 08:05 AM

Re: chaturbate.com: SecureToken problems


 
we need a new ksv rtmp release. when you loop a chaturbate cam in your batchfile the stream dont connect.

you see only INFO: Connected

muller91 05-05-2013 09:34 PM

Re: chaturbate.com: SecureToken problems


 
I read and read and read...I must be dump:o , how come my following strings doesn't work?

I'm still using Flash 11,2,202,235, so I changed the strings to reflect that...everything else I'm following from gurus here:D . I only need Flash ant NOT SWF, right?

I do the manual way of running URLSnooper 2 or Rtmpdump Helper to get the correct "edgeX.X"...what did I do wrong?

rtmpdump -r "rtmp://edge12-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,6,602,180" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/CamName/" -y "mp4" -o "C:\temp\Test.flv" -C S:Anonymoususer -C S:CamName -C S:2.634 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live

rtmpdump -r "rtmp://edge12-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,2,202,235" -W "http://chaturbate.com/static/flash/CBV_2p634.swf" -p "http://chaturbate.com/CamName/" -y "mp4" -o "C:\temp\Test.flv" -C S:Anonymoususer -C S:CamName -C S:2.634 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live

P/s How to get/figure out the "your_password_hash" ?


All times are GMT -6. The time now is 06:47 PM.