View Single Post
  #8  
Old 01-07-2010, 06:50 AM
gaganspidey gaganspidey is offline
Member
 
Join Date: Jul 2009
Posts: 35
gaganspidey is on a distinguished road
Default

Re: broadband.bigflix.com: Downloading RTMPE stream?


Quote:
Originally Posted by noob2001204 View Post
RMC plugin

I tried to download the stream posted by OP and rtmpdump can download it without providing swfurl,that means it doesn't use SWF verification.If you have problems with rtmpdump,you can post it here.
Still no luck, I replaced the given 2 files (plugin_zrtmp.dll) in the plugins folder of Replay Media Catcher (Version: 3.11, Build Date: Sep 24 2009 [12:45:44]) but its not recording the following stream :
Code:
http://broadband.bigflix.com/home/Show/Ramayan/5610/-Ram-Takes-Vishnu-s-Form-
Are you sure noob2001204 this method is working with the above stream ? And regarding rtmpdump I am very confused as to how to go about it, previously someone did it for me but he/she didnot tell whether it worked or not. Following is the code submitted by him/her which went above my head

Quote:
The problem is RTMPE and this includes SWF verication protection, i tried but i can't download this video. Let me try with SWF verification and i will let you know
Code:
C:\>rtmpdump -r "rtmpe://bigflicks.fcod.llnwd.net/a1728/o27/vault/videoclips/tvs
hows/Ramayan_300.mp4" -o 300.mp4
Code:
DEBUG: Parsing...
DEBUG: Parsed protocol: 3
DEBUG: Parsed host    : bigflicks.fcod.llnwd.net
DEBUG: Parsed app     : a1728/o27
DEBUG: Parsed playpath: mp4:vault/videoclips/tvshows/Ramayan_300.mp4
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: Protocol : RTMPE
DEBUG: Hostname : bigflicks.fcod.llnwd.net
DEBUG: Port     : 1935
DEBUG: Playpath : mp4:vault/videoclips/tvshows/Ramayan_300.mp4
DEBUG: tcUrl    : rtmpe://bigflicks.fcod.llnwd.net:1935/a1728/o27
DEBUG: app      : a1728/o27
DEBUG: flashVer : LNX 9,0,124,0
DEBUG: live     : no
DEBUG: timeout  : 300 sec
DEBUG: Connect, ... connected, handshaking
DEBUG: HandShake: Client type: 06

DEBUG: HandShake: DH pubkey position: 1215
DEBUG: HandShake: Client digest offset: 410
DEBUG: HandShake: Initial client digest:
49 63 1E A5 6C F2 E8 93 BD 69 A8 22 E7 3D 9C 5E 08 38 3E 67 C7 8A 64 8E 4B DD 2B
 CC 4B 4B D6 13
DEBUG: HandShake: Type Answer   : 06
DEBUG: HandShake: Server Uptime : 1843264832
DEBUG: HandShake: FMS Version   : 3.5.2.1
DEBUG: HandShake: Server DH public key offset: 601
DEBUG: HandShake: Secret key:
6E F2 30 F2 6E 20 65 D6 E9 5A 0A 0D 2D B1 B1 C6 3A 56 DB 44 4C DA 7F 1C 97 4B 2D
 A5 3F 6C 9F FB A9 62 87 D8 6A 20 4B 7D 85 C2 CF 99 A3 66 28 9A 8E 3B AC C8 9D 8
3 8A 48 64 53 A7 BD 3E BE A8 46 53 54 DE DA E8 E7 35 3F 49 26 40 28 48 8D E6 7B
CD E2 E8 F7 18 AD AB 5E 17 43 66 9A EC 72 9B D8 54 03 D6 46 53 43 C1 0A 8C FC DA
 C9 F2 02 59 39 04 E2 10 1F 80 D5 3F FC C5 5C F3 9F 8B 09 B7 0D
DEBUG: RC4 Out Key:
26 18 FA 9B F0 77 B6 2E 30 33 C0 A9 4E BF 29 A1
DEBUG: RC4 In Key:
79 1B 4C 1E 89 D4 8E E3 8C 80 3C CC BD 39 45 4E
DEBUG: HandShake: Client signature digest position: 410
DEBUG: HandShake: Digest key:
F9 6D 79 E9 0C 02 7B E5 F1 EA BE D4 5B EC 5F CB 5B B1 8A B6 E8 EC 3B 11 16 A4 00
 E8 1A 33 9B E2
DEBUG: HandShake: Signature calculated:
B0 35 C0 91 53 AB 51 42 DE F7 69 D0 DB 37 AC D4 F7 5F 2B D7 88 E5 BA 92 4B 7F CA
 06 6E D2 7F D5
DEBUG: HandShake: Server sent signature:
B0 35 C0 91 53 AB 51 42 DE F7 69 D0 DB 37 AC D4 F7 5F 2B D7 88 E5 BA 92 4B 7F CA
 06 6E D2 7F D5
DEBUG: HandShake: Genuine Adobe Flash Media Server
DEBUG: HandShake: Calculated digest key from secure key and server digest:
7B 60 04 BE CC 55 5C 70 DD E7 84 BA 38 A3 A9 01 9A 03 A4 E4 1E 9F D6 A4 B8 32 67
 F8 E8 A6 03 1E
DEBUG: HandShake: Client signature calculated:
7C AD 84 73 13 BD 9A 67 BB C9 A8 86 35 A4 6D 98 3E 60 FD 77 A8 34 1C C9 63 CF 90
 FF 90 54 D5 01
DEBUG: HandShake: Handshaking finished....
DEBUG: Connect, handshaked
Connected...

Starting download at 0.000 KB
DEBUG: GetNextMediaPacket, received: server BW
DEBUG: GetNextMediaPacket, received: client BW
DEBUG: HandlePing, received ping. type: 0, len: 6
DEBUG: GetNextMediaPacket, unknown packet type received: 0xf0
ERROR: ReadN, RTMP recv error 10060
ERROR: ReadPacket, failed to read RTMP packet header. type: 5
Closing connection... done!
Please help !
Reply With Quote