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)

KSV 05-31-2012 02:34 PM

Re: chaturbate.com: SecureToken problems


 
no i mean to say is that you don't have to specify the playpath. it will work even without -y.

greenythebeast 05-31-2012 02:37 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by KSV (Post 46923)
no i mean to say is that you don't have to specify the playpath. it will work even without -y.

This is what I get:
Code:

rtmpdump -r 'rtmpe://edge1-a.stream.highwebmedia.com/live-edge' -a 'live-edge' -f 'WIN 11,2,202,235' -W 'http://chaturbate.com/static/flash/CBV_2p607.swf' -C S:prettygirl654 -C S:cherrycrush -C S:2.607 -C S:***** -p 'http://chaturbate.com/cherrycrush/' -v -T 'm9z#$dO0qe34Rxe@sMYxx%' -o /Users/Greeny/Downloads/Conversion/cherrycrush_1.flv
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath


trewq 05-31-2012 02:58 PM

Re: chaturbate.com: SecureToken problems


 
Hi all. I'm new here. Thanks KSV for your help. It works for me with anonymous login but I get a "Model status is error" message when I use my username and password in the first and fourth fields. Any ideas?

marktr 05-31-2012 03:15 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by KSV (Post 46914)
nothing fancy going on :D

Code:

rtmpdump -r "rtmpe://edge1-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,1,102,63" -W "http://chaturbate.com/static/flash/CBV_2p607.swf" -p "http://chaturbate.com/lilix/" -C S:AnonymousUser -C S:lilix -C S:2.607 -C S:anonymous -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "mp4:lilix-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8" -o "Test.flv"

@KSV - amazing as usual!

The new command line prompted me to switch the position of two parameters and change the playpath to match your scheme. It works!

Quote:

Originally Posted by greenythebeast (Post 46922)
Well I use an applescript that opens up an rtmpdump command with all the relevant information based on a username and it requires a -y parameter. Does that mean I'm out of luck now? Even in previous versions where the playpath was dynamically retrieved, the "mp4:public-<username>" still worked :/

@greenythebeast - it worked for me as long as:

Code:

-C S:viewer_username -C S:broadcaster_username -C S:player_version -C S:viewer_password
For the playpath, I just followed the pattern below, from KSV's:

Code:

-y "mp4:broadcaster_username-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8"
EDIT: anything other than a blank playpath, such as -y "mp4" will keep rtmpdump happy, and still work, as the specified playpath doesn't really matter.

If the viewer_username is AnonymousUser, anything I put in viewer_password worked. However, when trying to grab a second stream simultaneously, the PLAY command fails, which suggests I am hitting a 1 stream limit.

After putting my logged in username in viewer_username, and my password hash in viewer_password (which you can grab from the html source), I am able to view many streams simultaneously. Remember to escape $ in shells where appropriate, and that \u003D is = (equals symbol), and you'll be good to go.

Thanks KSV again!

greenythebeast 05-31-2012 04:58 PM

Re: chaturbate.com: SecureToken problems


 
I agree, it has something to do with the username and password.

This works:
Code:

rtmpdump -r 'rtmpe://edge1-a.stream.chaturbate.com/live-edge' -a 'live-edge' -f 'WIN 11,1,102,55' -W 'http://ccstatic.chaturbate.com/static/flash/CBV_2p607.swf' -C S:AnonymousUser -C S:cherrycrush -C S:2.607 -C S:anonymous -p 'http://chaturbate.com/cherrycrush/' -y 'mp4:public-cherrycrush' -v -T 'm9z#$dO0qe34Rxe@sMYxx%' -o /Users/Greeny/Downloads/Conversion/cherrycrush.flv
This doesn't:
Code:

rtmpdump -r 'rtmpe://edge1-a.stream.chaturbate.com/live-edge' -a 'live-edge' -f 'WIN 11,1,102,55' -W 'http://ccstatic.chaturbate.com/static/flash/CBV_2p607.swf' -C S:perfect12345 -C S:cherrycrush -C S:2.607 -C S:***** -p 'http://chaturbate.com/cherrycrush/' -y 'mp4:public-cherrycrush' -v -T 'm9z#$dO0qe34Rxe@sMYxx%' -o /Users/Greeny/Downloads/Conversion/cherrycrush.flv

KSV 05-31-2012 10:35 PM

Re: chaturbate.com: SecureToken problems


 
have you read the above post? it requires you to put password hash in fourth parameter instead of plain password. playpath specified by user doesn't matter.

greenythebeast 05-31-2012 10:41 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by KSV (Post 46942)
have you read the above post? it requires you to put password hash in fourth parameter instead of plain password. playpath specified by user doesn't matter.

The posts were moderated so there was no way for me to see his post before mine was posted, sorry. As for the password issue, I know I use the hash I just decided to blank it out anyway.

Code:

rtmpdump -r 'rtmpe://edge1-a.stream.highwebmedia.com/live-edge' -a 'live-edge' -f 'WIN 11,2,202,235' -W 'http://chaturbate.com/static/flash/CBV_2p607.swf' -C S:perfect123 -C S:livefreeforlife -C S:2.607 -C S:password_hash -p 'http://chaturbate.com/livefreeforlife/' -y 'mp4:livefreeforlife-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8' -v -T 'm9z#$dO0qe34Rxe@sMYxx%' -o /Users/Greeny/Downloads/Conversion/livefreeforlife.flv
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
INFO: Model status is error

Code:

rtmpdump -r 'rtmpe://edge1-a.stream.highwebmedia.com/live-edge' -a 'live-edge' -f 'WIN 11,2,202,235' -W 'http://chaturbate.com/static/flash/CBV_2p607.swf' -C S:perfect123 -C S:livefreeforlife -C S:2.607 -C S:password_hash -p 'http://chaturbate.com/livefreeforlife/' -v -T 'm9z#$dO0qe34Rxe@sMYxx%' -o /Users/Greeny/Downloads/Conversion/livefreeforlife.flv
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath

As you can see both when using the playpath as you did and when not specifying the playpath, it fails both times. I'm not sure what I'm doing wrong...

greenythebeast 05-31-2012 10:46 PM

Re: chaturbate.com: SecureToken problems


 
Gah, I figured it out! The reason it was failing is because I failed to escape the $, thinking they were enclosed in quotes when they were not. My bad! Thanks for the help everyone :)

KSV 05-31-2012 11:07 PM

Re: chaturbate.com: SecureToken problems


 
yep, following command worked for me.
Code:

rtmpdump -r "rtmpe://edge1-a.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 11,1,102,63" -W "http://chaturbate.com/static/flash/CBV_2p607.swf" -p "http://chaturbate.com/livefreeforlife/" -C S:perfect123 -C S:livefreeforlife -C S:2.607 -C S:your_escpaed_password_hash -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "anything_here_doesn't_matter" -o "Test.flv"

callten 06-01-2012 04:41 AM

Re: chaturbate.com: SecureToken problems


 
Hi KSV, do you have any idea why I might be getting a "Netstream.Play.Failed" error when using the new command? I was using the one with 2p598 successfully until a few days ago.


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