From: "Chris Reed, BBR" <[email protected]>

Some HD streams had bit rates below old threshold
of 3000 kbps.  Threshold was reduced to 2000 kbps.
---
 get_iplayer |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/get_iplayer b/get_iplayer
index ff3a446..5d9ea83 100755
--- a/get_iplayer
+++ b/get_iplayer
@@ -6131,7 +6131,7 @@ sub get_stream_data {
                        # Determine classifications of modes based mainly on 
bitrate
 
                        # flashhd modes
-                       if ( $mattribs->{bitrate} > 3000 ) {
+                       if ( $mattribs->{bitrate} > 2000 ) {
                                get_stream_data_cdn( $data, $mattribs, 
'flashhd', 'rtmp', 'mp4' );
 
                        # flashvhigh modes
-- 
1.7.7.5 (Apple Git-26)


_______________________________________________
get_iplayer mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to