[PATCH 4/9] Adjusted bit rate threshold for HD streams
dinkypumpkin
dinkypumpkin at gmail.com
Sun May 27 15:05:08 EDT 2012
From: "Chris Reed, BBR" <c.s.reed at bbr-online.co.uk>
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)
More information about the get_iplayer
mailing list