beyonthink / get-flash-videos

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

Itv download fails when first available #324

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Itv programmes fail to download when they first become available in the lower 
resolutions.

The problem is the expected 16x9 or 3x4 initially starts as 16-9 or 3-4 in the 
data. This has been corrected in git repository version here:

https://github.com/njtaylor/get-flash-videos

Itv also added a 1200 rate sometime ago giving a slight better quality of 
download. More testing of these changes is required before pushing upstream.

Current testing is on OpenBSD amd64 current, with rtmpdump-2.4pl1, on which 
downloads are working form both the initial and later better quality downloads.

Original issue reported on code.google.com by njtaylor...@gmail.com on 29 Oct 2011 at 11:52

GoogleCodeExporter commented 8 years ago
Updated git repository with new version allow quality to be given as a bit 
rate, 400,600,800,1200. Handles 16X9 and 4X3 didn't select quality correctly.

Original comment by njtaylor...@gmail.com on 20 Jan 2012 at 1:23

GoogleCodeExporter commented 8 years ago
Improved quality selection for Itv, if rate not found then from the rates found 
the lower rate below is used, if rate are 400,600,800,1200, 601-799 will use a 
rate of 600.

Original comment by njtaylor...@gmail.com on 20 Jan 2012 at 6:39