If you want to check what DASH speed are available - then use wget or
curl on the Radio 4 non-uk DASH URL

HTTP://A.FILES.BBCI.CO.UK/MEDIA/LIVE/MANIFESTO/AUDIO/SIMULCAST/DASH/NONUK/DASH_LOW/AK/BBC_RADIO_FOURFM.MPD


Code:
--------------------
    <?xml version="1.0" encoding="utf-8"?>
  <MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="urn:mpeg:dash:schema:mpd:2011" 
xmlns:dvb="urn:dvb:dash:dash-extensions:2014-1"
  xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 
http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd";
  type="dynamic" availabilityStartTime="1969-12-31T23:59:44Z"
  minimumUpdatePeriod="PT6H" timeShiftBufferDepth="PT3H" 
maxSegmentDuration="PT7S" minBufferTime="PT3.200S"
  
profiles="urn:dvb:dash:profile:dvb-dash:2014,urn:dvb:dash:profile:dvb-dash:isoff-ext-live:2014"
  publishTime="2018-03-08T13:21:15">
  
  <UTCTiming schemeIdUri="urn:mpeg:dash:utc:http-iso:2014" 
value="http://time.akamai.com/?iso"; />
  
  <BaseURL dvb:priority="1" dvb:weight="1" 
serviceLocation="ak">http://as-dash-ww-live.akamaized.net/pool_6/live/bbc_radio_fourfm/bbc_radio_fourfm.isml/dash/</BaseURL>
  
  <Period id="1" start="PT0S">
  <AdaptationSet group="1" contentType="audio" lang="en" minBandwidth="48000" 
maxBandwidth="96000"
  segmentAlignment="true" audioSamplingRate="48000" mimeType="audio/mp4" 
codecs="mp4a.40.5" startWithSAP="1">
  <AudioChannelConfiguration 
schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
  <Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/>
  <SegmentTemplate timescale="48000" 
initialization="bbc_radio_fourfm-$RepresentationID$.dash"
  media="bbc_radio_fourfm-$RepresentationID$-$Number$.m4s" startNumber="1" 
duration="307200"/>
  <Representation id="audio=48000" bandwidth="48000"/>
  <Representation id="audio=96000" bandwidth="96000"/>
  </AdaptationSet>
  
  </Period>
  </MPD>
  
  
--------------------


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

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

Reply via email to