rt2yrru / get-flash-videos

Automatically exported from code.google.com/p/get-flash-videos
0 stars 0 forks source link

ITV fails to download #515

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
get_flash_videos https://www.itv.com/itvplayer/see-no-evil

Using method 'itv' plugin version 0.03 for 
https://www.itv.com/itvplayer/see-no-evil
Downloading https://www.itv.com/itvplayer/see-no-evil
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
rtmpdump: ERROR: Closing connection: NetStream.Play.StreamNotFound
Download failed, no valid file downloaded
Couldn't download any videos.

But it plays in the web browser!

Original issue reported on code.google.com by mc2...@gmx.com on 12 Jul 2013 at 3:35

GoogleCodeExporter commented 8 years ago
Tried and worked for me. Might be an issue at ITV, or tried to download before 
available. If outside UK might need a proxy/vpn parameter.

Original comment by njtaylor...@gmail.com on 18 Jul 2013 at 9:04

GoogleCodeExporter commented 8 years ago
https://www.itv.com/itvplayer/vera/series-3/episode-1-castles-in-the-air

Tried this one and fails too. But I see the video in the debug output.
 <MediaFile delivery="Streaming" bitrate="1200000" base="" tkn="">
          <URL><![CDATA[mp4:production/priority/rtmpearchive/1200/C4/1-7314-0012-001/1-7314-0012-001_itv1200_tx250813_tx010101_16x9-reg.mp4]]></URL>
        </MediaFile>

Maybe it will work in a few days but at the moment it doesn't.

Original comment by mc2...@gmx.com on 25 Aug 2013 at 11:10

GoogleCodeExporter commented 8 years ago
Should have opened a new issue. The mp4 string format has changed expected 
_itv1200_16x9-reg.mp4 this might change over the next few days, also doesn't 
include series name. . Fixed in version 0.04 of ITV plugin 

$ get_flash_videos 
https://www.itv.com/itvplayer/vera/series-3/episode-1-castles-in-the-air        

Using method 'itv' plugin version 0.04 for 
https://www.itv.com/itvplayer/vera/series-3/episode-1-castles-in-the-air
Downloading 
https://www.itv.com/itvplayer/vera/series-3/episode-1-castles-in-the-air
RTMPDump 2.4pl5
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              5359.91
INFO:   moovPosition          32.00
INFO:   width                 704.00
INFO:   height                396.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              31.00
INFO:   aacaot                2.00
INFO:   videoframerate        25.00
INFO:   audiosamplerate       24000.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                133995000.00
INFO:   timescale             25000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                128637952.00
INFO:   timescale             24000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
1-7314-0012-001_itv1200_tx250813_tx010101_16x9-reg.flv: 99% (787715.92 / 
788504.42 KiB)
Done. Saved 806756010 bytes to 
1-7314-0012-001_itv1200_tx250813_tx010101_16x9-reg.flv

This url also works with changes...
http://www.itv.com/itvplayer/Video/?Filter=337174

Tested on OpenBSD amd64 current

Changes are in my git repository, will go into main repository once I done some 
checks. Older content mp4 string format is unchanged, too early to tell if just 
a mistake or an actual change.

Original comment by njtaylor...@gmail.com on 26 Aug 2013 at 9:07