mherger wrote: 
> > Thanks. It has fixed the podcast for the BBC test cases.  I'll post
> > about the fix on the other thread and see if it NPR problems is
> resolved
> > as well.
> 
> Excellent. Now let's look out for unwanted side-effects...
> 
> -- 
> 
> Michael

If there are unwanted sideeffects, a possible alternative local LMS
approach to the fix would be to change podcast app to use secure https
URLs when parsing RSS XML although it is not clear how widespread are
the "ppg:enclosureLegacy" and "ppg:enclosureSecure"  tags used.


Code:
--------------------
    
  <enclosure 
url="http://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p02qjhd5.mp3";
 length="13392000" type="audio/mpeg"/>
  <ppg:enclosureLegacy 
url="http://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p02qjhd5.mp3";
 length="13392000" type="audio/mpeg"/>
  <ppg:enclosureSecure 
url="https://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/mediaset/audio-nondrm-download/proto/https/vpid/p02qjhd5.mp3";
 length="13392000" type="audio/mpeg"/>
  
--------------------


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

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

Reply via email to