Hello I am trying to download the following: http://www.itv.com/itvplayer/video/?Filter=138523 I am trying (split into lines here):
rtmpdump -z -s "http://www.itv.com/mercury/Mercury_VideoPlayer.swf?v=1.5.309" -r "rtmpe://cp72511.edgefcs.net/ondemand?auth=eaEdHdJcga<snip>&aifp=v002&slist=production" -y production/stings/IP_ProjectMercury_ITV1sting_Ribbons_600_16-9.mp4 -f "WIN 10,0,45,2" -o "test.flv"
I receive "NetConnection.Connect.Rejected [ AccessManager.Reject ] : Access denied!." I also receive a warning during handshake: "WARNING: HandShake: Type mismatch: client sent 6, server answered 8." I tried -W option with no success. The complete output is at http://pastebin.com/Yvz8w4r6. Could someone please tell me what is going wrong? In addition, instead of long value to -r parameter, I was trying to use: -r "rtmpe://cp72511.edgefcs.net/ondemand" -u <snip> -C NS:aifp:v002 -C NS:slist:production ..." but I kept receiving "Invalid AMF parameter". What is the correct usage of -u parameter? Thanks
On 4/19/10, Thomas Barnett <barnett.thomas@gmail.com> wrote:
Hello
I am trying to download the following: http://www.itv.com/itvplayer/video/?Filter=138523
I am trying (split into lines here):
rtmpdump -z -s "http://www.itv.com/mercury/Mercury_VideoPlayer.swf?v=1.5.309" -r "rtmpe://cp72511.edgefcs.net/ondemand?auth=eaEdHdJcga<snip>&aifp=v002&slist=production"
Try substituting "&" to "&" and see if that works.
On 4/19/10, PLTK <pnixte@gmail.com> wrote:
On 4/19/10, Thomas Barnett <barnett.thomas@gmail.com> wrote:
Hello
I am trying to download the following: http://www.itv.com/itvplayer/video/?Filter=138523
I am trying (split into lines here):
rtmpdump -z -s "http://www.itv.com/mercury/Mercury_VideoPlayer.swf?v=1.5.309" -r "rtmpe://cp72511.edgefcs.net/ondemand?auth=eaEdHdJcga<snip>&aifp=v002&slist=production"
Try substituting "&" to "&" and see if that works.
thanks for the reply. sorry, it was a c&p error. I did actually used & only, not &
On 4/19/10, Thomas Barnett <barnett.thomas@gmail.com> wrote:
I am trying to download the following: http://www.itv.com/itvplayer/video/?Filter=138523 ... I receive "NetConnection.Connect.Rejected [ AccessManager.Reject ] : ...
Just FYI, I am now able to save ITV streams successfully using 2.2d. Thanks for the effort and time spent on rtmpdump. Regards TB
Yeah, me too - thanks for that. And with the new get_flash_videos plugin, it's really a piece of cake. I still have the old get_iplayer plugin for ITV hanging around, so I use that to find the URL first and then just tell get_flash_videos to download. Maybe one day the two can be combined... Holger On 07/05/2010 08:59, Thomas Barnett wrote:
On 4/19/10, Thomas Barnett <barnett.thomas@gmail.com> wrote:
I am trying to download the following: http://www.itv.com/itvplayer/video/?Filter=138523 ... I receive "NetConnection.Connect.Rejected [ AccessManager.Reject ] : ...
Just FYI, I am now able to save ITV streams successfully using 2.2d. Thanks for the effort and time spent on rtmpdump.
Regards TB _______________________________________________ rtmpdump mailing list rtmpdump@mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/rtmpdump
participants (3)
-
Holger Rabbach -
PLTK -
Thomas Barnett