Hi
I'm in the UK & trying to get this ITV program
https://www.itv.com/itvplayer/rory-b...sode-13-whitby
The command I have so far is
Code:
rtmpdump.exe -r "rtmpe://cp72511.edgefcs.net/ondemand?auth=eaEdocadhcHdubpdpcYcnbKcCdUdWaqdycZd2d0cRdnaWcidEb3a3aCbCb.bEc4aCdO-brLjgM-eS-8zm4JCqmvsBs&aifp=v002&slist=production/" -f "WIN 11,6,602,180" -p"https://www.itv.com/itvplayer/rory-bremner-s-great-british-views/series-1/episode-13-whitby" -W "https://www.itv.com/mediaplayer/ITVMediaPlayer.swf" -y "mp4:production/priority/rtmpecatchup/1200/F3/2-1831-0013-001/2-1831-0013-001_rory-bremner-s-great-british-views_tx080513_itv1200_16x9-reg.mp4" -o OUT.FLV
RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
I'm using rtmpdump from the sticky "Customized rtmpdump binaries with patch file" (
http://www.mediafire.com/file/v8y2jz...mpdump-2.4.zip)
The ITV player adon for XMBC can play this ok - looking through the XMBC log file vs my rtmpdump with -V - things are different around the pubkey position/digest offset
Working XMBC log
Code:
..
22:14:52 T:3236 INFO: HandShake: Client type: 06
22:14:52 T:3236 INFO: HandShake: DH pubkey position: 166
22:14:52 T:3236 INFO: HandShake: Client digest offset: 879
22:14:52 T:3236 INFO: HandShake: Initial client digest:
22:14:52 T:3236 INFO: 19 70 56 6c 18 0a 17 65 b5 29 77 a1 29 82 35 0e
22:14:52 T:3236 INFO: 15 4a b4 12 a6 65 48 4a e6 67 9a 73 8a 25 6f 14
22:14:53 T:3236 INFO: HandShake: Type Answer : 09
22:14:53 T:3236 WARNING: HandShake: Type mismatch: client sent 6, server answered 9
22:14:53 T:3236 INFO: HandShake: Server Uptime : 73373148
22:14:53 T:3236 INFO: HandShake: FMS Version : 4.5.2.1
22:14:53 T:3236 INFO: HandShake: Server DH public key offset: 423
...
My rtmpdump command (with -V)
Code:
DEBUG: HandShake: Client type: 06
DEBUG: HandShake: DH pubkey position: 395
DEBUG: HandShake: Client digest offset: 1135
DEBUG: HandShake: Initial client digest:
DEBUG: b6 9f 1e 86 53 28 21 33 bd 44 b9 a0 78 3f 14 7a
DEBUG: 41 b7 b9 64 d0 80 c8 cd 0a a6 be 76 b5 c9 41 63
DEBUG: HandShake: Type Answer : 09
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
DEBUG: HandShake: Server Uptime : 437784763
DEBUG: HandShake: FMS Version : 4.5.2.1
DEBUG: HandShake: Server DH public key offset: 594
DEBUG: HandShake: Secret key:
...
Any suggestions?
Thanks