View Single Post
  #2  
Old 07-27-2014, 03:44 PM
enerdude enerdude is offline
Junior Member
 
Join Date: Mar 2012
Posts: 2
enerdude is on a distinguished road
Default

Re: How to get rtmpdump work again with reallifecam.com?


Yeah I would also like to know

I composed the following cmd line

Code:
rtmpdump -r "rtmps://edge7.reallifecam.com/liveedge?uid=fe702&stamp=1406493323&token=b7016514d56def635fecf37c07b93027" --playpath "/liveedge?uid=fe702&stamp=1406493323&token=b7016514d56def635fecf37c07b93027" -p "http://reallifecam.com/en-ZA/view/03_1" -f "WIN 12,0,0,77" -W "http://reallifecam.com/static/flowplayer/flowplayer.commercial.swf-20140703" -T "???" -V
The big question is (the 3 ???) what token they use. I also tried wireshark but it seems TLSV1 encryption is used to hide communication parameters.

Also dismantled the .swf but it has this line:
Code:
connection.call("secureTokenResponse",new Responder(secureResult.onResult as Function),TEA.decrypt(event.info.secureToken,sharedSecret));
I'm assuming sharedSecret is the token we need...

Anybody can shed more light on this?
Reply With Quote