Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #91  
Old 10-09-2012, 01:10 PM
non90 non90 is offline
Member
 
Join Date: Jun 2012
Location: Germany
Posts: 44
non90 is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by RDLS View Post
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
Reply With Quote
  #92  
Old 10-09-2012, 04:14 PM
greenythebeast greenythebeast is offline
Senior Member
 
Join Date: Dec 2011
Posts: 105
greenythebeast is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by Dwight_K_Schrute View Post
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.
Reply With Quote
  #93  
Old 10-10-2012, 06:45 AM
cthulhufhtagn cthulhufhtagn is offline
Junior Member
 
Join Date: Mar 2012
Posts: 5
cthulhufhtagn is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by KSV View Post
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.
Reply With Quote
  #94  
Old 10-10-2012, 08:07 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by cthulhufhtagn View Post
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
Reply With Quote
  #95  
Old 10-10-2012, 11:39 AM
cthulhufhtagn cthulhufhtagn is offline
Junior Member
 
Join Date: Mar 2012
Posts: 5
cthulhufhtagn is on a distinguished road
Default

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.
Reply With Quote
  #96  
Old 10-11-2012, 02:16 AM
Humbug Humbug is offline
Junior Member
 
Join Date: Oct 2012
Posts: 10
Humbug is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by greenythebeast View Post
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.
Reply With Quote
  #97  
Old 10-11-2012, 06:29 PM
RDLS RDLS is offline
Junior Member
 
Join Date: Jun 2012
Posts: 10
RDLS is on a distinguished road
Default

Re: chaturbate.com: SecureToken problems


Quote:
Originally Posted by non90 View Post
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
Reply With Quote
  #98  
Old 10-13-2012, 10:51 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: chaturbate.com: SecureToken problems


Code:
-T "m9z#$dO0qe34Rxe@sMYxx%"
You are not escaping the % symbol in batch file. replace it with %%.
Reply With Quote
  #99  
Old 10-13-2012, 07:33 PM
non90 non90 is offline
Member
 
Join Date: Jun 2012
Location: Germany
Posts: 44
non90 is on a distinguished road
Default

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.
Reply With Quote
  #100  
Old 10-15-2012, 12:37 PM
flock flock is offline
Junior Member
 
Join Date: Oct 2012
Posts: 4
flock is on a distinguished road
Default

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?
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons