View Single Post
  #1  
Old 06-29-2014, 09:18 PM
Sq2 Sq2 is offline
Junior Member
 
Join Date: Jun 2014
Posts: 6
Sq2 is on a distinguished road
Smile

ITV player - Dumping stream


Hello

I have been trying for some hours now to save a RTMPE location to a file with rtmpdump-2.3-windows

Url : https://www.itv.com/itvplayer/river-monsters/series-1/episode-4-amazon-assassins

Searching the headers of url above I can find the following RTMPE location.

Quote:
rtmpe://cp72511.edgefcs.net/ondemand?auth=eaEdkaYbhbldWacazaLdscbdWacd9d8c0cUc 4a4btdWbldaakdvdHc_bcaObYaFclds-btSnki-eS-4xm2JBomDryp&aifp=v002&slist=production//mp4roduction/priority/rtmpecatchup/1200/4B/1-7358-0004-001/1-7358-0004-001_river-monsters-(series-1)_tx210514_itv1200_16x9-reg.mp4?sessionId=963D2D15-9113-EFA1-999C-030EDCA174A2
I have tried the following 2 different RTMPDUMP commands in cmd.exe

Quote:
rtmpdump -r "rtmpe://cp72511.edgefcs.net/ondemand?auth=eaEdkaYbhbldWacazaLdscbdWacd9d8c0cUc 4a4btdWbldaakdvdHc_bcaObYaFclds-btSnki-eS-4xm2JBomDryp&aifp=v002&slist=production//mp4roduction/priority/rtmpecatchup/1200/4B/1-7358-0004-001/1-7358-0004-001_river-monsters-(series-1)_tx210514_itv1200_16x9-reg.mp4?sessionId=963D2D15-9113-EFA1-999C-030EDCA174A2" -o "output.flv"
This returns the following

HandShake: Type mismatch: client sent 6, server answered 9
HandShake: Server not genuine Adobe!

Quote:
rtmpdump -r "rtmpe://cp72511.edgefcs.net:1935/ondemand" -a "ondemand?auth=eaEdkaYbhbldWacazaLdscbdWacd9d8c0cU c4a4btdWbldaakdvdHc_bcaObYaFclds-btSnki-eS-4xm2JBomDryp&aifp=v002&slist=production/" -f "WIN 13,0,0,206" -W "https://www.itv.com/mediaplayer/releases/2.11.8/ITVMediaPlayer.swf" -p "https://www.itv.com/itvplayer/river-monsters/series-1/episode-4-amazon-assassins" -y "mp4roduction/priority/rtmpecatchup/1200/4B/1-7358-0004-001/1-7358-0004-001_river-monsters-(series-1)_tx210514_itv1200_16x9-reg.mp4?sessionId=963D2D15-9113-EFA1-999C-030EDCA174A2" -o "output.flv"
This returns the following

ERROR: RTMP_HashSWF: connection lost while downloading sqfurl https://www.itv.com/mediaplayer/rele...ediaPlayer.swf
Connecting ...
HandShake: Type mismatch: client sent 6, server answered 9
HandShake: Server not genuine Adobe!
I have tried to run these 2 different RTMPDUMP commands

Regarding this second command, I sourced some of it from another thread in this forum, such as the port:1935 in the RTMPE location - so this could be wrong.

Both of these commands seem to fail, can anybody help me?

Thanks in advance.
Reply With Quote