bpa wrote: 
> Can a UK user of 1.4.5 try the following code change to fix the picking
> the min / max rates.
> 
> in file DASH.pm about line 515 the code  - change the "*cmp*" to "*<=>*"
> (change "bandwdith" sort criteria from text comparison to numeric
> comparison)
> > 
Code:
--------------------
  >   > 
  > #
  > #  Choose a representation based on speed preference
  > #
  > 
  >     if ($prefs->get( ($mpd_dynamic ? 'Dashspeed_live' : 'Dashspeed_aod') ) 
) {
  >             @reps = sort { $b->{'bandwidth'} <=> $a->{'bandwidth'}  } @reps;
  >     } else {
  >             @reps = sort { $a->{'bandwidth'} <=> $b->{'bandwidth'}  } @reps;
  >     }
  > my $select_rep = $reps[0];
  > 
--------------------
> > 
Works for me on Live, giving 320kbps on R3 & R4 live when I select 'best
available'.  When I select 'lowest' I get 48kbps (not any intermediate
step).  Also getting 320 on Listen Again.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (to 405/2 amp &
ESLs) & Marantz CR603 UPnP renderers.  Minimserver (server) & upplay
(control point) to same & to upmpdcli/mpd PC renderers.  Squeezelite to
Meridian USB Explorer DAC to speakers/phones.  Wireless Xubuntu 15.10
laptop with firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.   Have a Touch
with EDO, plus spare, but unused.
------------------------------------------------------------------------
PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to