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)

non90 10-09-2012 12:10 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by RDLS (Post 55113)
Well at first I was getting the same error as before where it was saying that the RTMP couldn't be read or something like that. I played around with the new build to see if I had input something incorrectly and now it says that I haven't specified a playpath even though I have.

Do you use a script to combine a filename with model name, date and time? Had that error once and it was solved by changing the order of the parameters. Starts with this posting http://stream-recorder.com/forum/sho...0&postcount=55.

The Solution you will find in this postings:
http://stream-recorder.com/forum/sho...7&postcount=56
http://stream-recorder.com/forum/sho...0&postcount=59

greenythebeast 10-09-2012 03:14 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by Dwight_K_Schrute (Post 55123)
Not true. I had the means to do both up until this recent change. Pity, but it is what it is. Looking into the possibility of resolving the issue, but at this point it's very much up in the air.

What he said is actually true. Private shows have been unrecordable for a while now unless you know the username of a user that is in the private show. Password protected rooms were recently made unrecordable because it now requires that you provide the room password.

cthulhufhtagn 10-10-2012 05:45 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by KSV (Post 55036)
new build uploaded.

Are you committing your changes to svnpenn's github? It would be useful for those of us that don't use Windows.

KSV 10-10-2012 07:07 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by cthulhufhtagn (Post 55208)
Are you committing your changes to svnpenn's github? It would be useful for those of us that don't use Windows.

why should i? there is a combined patch file in the zip which can be applied to rtmpdump sources before compiling it for other platforms.

Code:

patch -p0 -i Patch.diff

cthulhufhtagn 10-10-2012 10:39 AM

Re: chaturbate.com: SecureToken problems


 
My bad. I didn't even try to download the .zip, I figured it would only contain the binaries. I believe you have a branch in svnpenn's github, hence asking. But thanks, the patch will do.

Humbug 10-11-2012 01:16 AM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by greenythebeast (Post 55178)
What he said is actually true. Private shows have been unrecordable for a while now unless you know the username of a user that is in the private show. Password protected rooms were recently made unrecordable because it now requires that you provide the room password.

Until the recent change it was possible to record privates/ groups or passworded rooms if you started the recording in the public room and the broadcaster switched to those rooms without disconnecting first.

I used the nice Chaturbate Downloader app of user Elgero and it worked like a charm. Now it can't find the streams anymore.

RDLS 10-11-2012 05:29 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by non90 (Post 55168)
Do you use a script to combine a filename with model name, date and time? Had that error once and it was solved by changing the order of the parameters. Starts with this posting http://stream-recorder.com/forum/sho...0&postcount=55.

The Solution you will find in this postings:
http://stream-recorder.com/forum/sho...7&postcount=56
http://stream-recorder.com/forum/sho...0&postcount=59

I looked over both of those but so far I've been unable to fix it. Also I just had the bright idea that people might be able to help me better if they could see what I was working on *duh* so here's the code I have atm:
Code:

rtmpdump -r "rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p625.swf" -p "http://chaturbate.com/%username%/" -C S:username -C S:%username% -C S:2.625 -C S:password -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "mp4:%username%-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8" -o "cams\%username%-%date:~-4,4%%date:~-7,2%%date:~-10,2%%time:~-11,2%%time:~-8,2%%time:~-5,2%.flv"

pause


KSV 10-13-2012 09:51 AM

Re: chaturbate.com: SecureToken problems


 
Code:

-T "m9z#$dO0qe34Rxe@sMYxx%"
You are not escaping the % symbol in batch file. replace it with %%.

non90 10-13-2012 06:33 PM

Re: chaturbate.com: SecureToken problems


 
Quote:

Originally Posted by RDLS
I looked over both of those but so far I've been unable to fix it.

If you put the parameters in this order it works fine. That is exactly what is discussed in the postings I linked to. It is just the same problem I had at that time.

Code:

rtmpdump -r "rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p625.swf" -p "http://chaturbate.com/%username%/" -y "mp4:%username%-sd-2c42ecd59c03850eaee04fd89924ee5c3a24b1a41b56711cf3c0176135569ad8" -o "cams\%username%-%date:~-4,4%%date:~-7,2%%date:~-10,2%%time:~-11,2%%time:~-8,2%%time:~-5,2%.flv" -C S:username -C S:%username% -C S:2.625 -C S:password -T "m9z#$dO0qe34Rxe@sMYxx%" --live


Quote:

Originally Posted by KSV
You are not escaping the % symbol in batch file. replace it with %%.

Ah... maybe that is the reason why it only works fine in the different order of parameters. There the "-T" option is the last argument. Guess the not escaped % doesn't hurt then. Good to know. :)

flock 10-15-2012 11:37 AM

Re: chaturbate.com: SecureToken problems


 
I compiled rtmpdump 2.4 on my mac and it isn't working. I only get the: "ERROR: RTMP_ReadPacket, failed to read RTMP packet header" message.

I'm using the following code:
Code:

-r "rtmpe://edge3-a.stream.highwebmedia.com/live-edge" -W "http://chaturbate.com/static/flash/CBV_2p625.swf" -p "http://chaturbate.com/perfname/" -C S:myaccount -C S:perfname -C S:2.625 -C S:mypassword -T "m9z#$dO0qe34Rxe@sMYxx%" --live -y "anything" -o "Test.flv"
I also tried the rtmpdump mac installer (http://trick77.com/2011/07/30/rtmpdu...-x-10-7-lion/), which is also not working.

However, when I'm using the patched built from KSV under windows it is working fine (with the same code). Why isn't it working under mac? Any ideas?


All times are GMT -6. The time now is 09:06 AM.