View Single Post
  #5  
Old 10-18-2011, 11:46 PM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Jimey.tv


Quote:
Originally Posted by karlo2105 View Post
How do you decrypt it?
Apart StreamTransport which gives me correct jimey.tv working rtmp address, rtmpsrv, rtmpsuck, URL Snooper and Httpfox all give me redirect rtmp address.
it's easy to get the actual address from redirected rtmp url. rtmpsuck also grabs encrypted playpath and actual stream address after redirection.

Code:
RTMP Proxy Server v2.4 GIT-2011-09-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
       app : redirect
  flashVer : WIN 11,0,1,152
    swfUrl : http://jimey.tv/player/fresh.swf
     tcUrl : rtmp://77.247.178.10/redirect
   pageUrl : http://jimey.tv/player/embedplayer.php?channel=1810mania&user=1810mania&width=620&height=340&website=jimey.tv
ERROR: WriteN, RTMP send error 10038 (16 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

Processing connect
       app : edge
  flashVer : WIN 11,0,1,152
    swfUrl : http://jimey.tv/player/fresh.swf
     tcUrl : rtmpe://184.95.47.66/edge
   pageUrl : http://jimey.tv/player/embedplayer.php?channel=1810mania&user=1810mania&width=620&height=340&website=jimey.tv
WARNING: Trying different position for server digest!
      live : no
  Playpath : 1810mania597
 Saving as : 1810mania597
      live : no
  Playpath : 90G9L0CRUWijjdqfW39dbQ==
 Saving as : 90G9L0CRUWijjdqfW39dbQ==
Reply With Quote