TO get WMA live for local radio a small changes needs to be made to
BBCMSparser.pm.  There is a new string identifier for international WMA
local live.


Code:
--------------------
    
        if ($prefs->get('prefer_wma')) {
                push @streamPrefOrder, (
                        'iplayer_uk_stream_wma',            # WMA uk stream 
                        'iplayer_intl_stream_wma',          # WMA intl stream 
                        'iplayer_intl_stream_wma_live'      # WMA intl live 
stream 
                );
        }
  
--------------------


At a guess - there would be a similar change for UK live streams as
well.

The WMA streams are useful for Non-UK listeners who want to play the
live stream natively.  For non UK  - Local radio Listen Again is only
available in AAC.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=67098

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to