PasTim wrote: 
> I tried the URL in VLC, which says it has a DASH plugin.  Nothing
> happened.  I've never tried this before, so it may well be that I'm
> doing it wrong.

I think DASH implementation (player and server) are a bit "flaky" at the
moment.  The BBC URL does a redirect to the URL which has the mpd file. 
Any player I have tried doesn't handle the redirect but it is the
redirect URL that the player should play.

If you can use somehting like wget - I get the following - the blue is
the BBC URL.  The red is the redirect URL which actually points to the
mpd .  I suspect for UK user you need to get your own redirect url with
mime type application/dash+xml

Code:
--------------------
    
  minitower:/tmp$ wget 
http://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/mediaset/audio-syndication-dash/proto/http/vpid/b06l241l
  --2015-11-07 21:43:38--  
http://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/mediaset/audio-syndication-dash/proto/http/vpid/b06l241l
  Resolving open.live.bbc.co.uk (open.live.bbc.co.uk)... 212.58.244.81, 
212.58.244.80
  Connecting to open.live.bbc.co.uk (open.live.bbc.co.uk)|212.58.244.81|:80... 
connected.
  HTTP request sent, awaiting response... 302 Found
  Location: 
http://aod-dash-ww-live.bbcfmt.vo.llnwd.net/usp/auth/vod/piff_abr_full_audio/fc864f-b06l241l/vf_b06l241l_5f21003f-f390-4006-9f83-3116f5da4e62.ism/pc_hd_abr_v1_nonuk_dash_master.mpd?s=1446910991&e=1446954191&h=c7c4ae7bbee9d1d5f20c0a2203922c9b
 [following]
  --2015-11-07 21:43:39--  
http://aod-dash-ww-live.bbcfmt.vo.llnwd.net/usp/auth/vod/piff_abr_full_audio/fc864f-b06l241l/vf_b06l241l_5f21003f-f390-4006-9f83-3116f5da4e62.ism/pc_hd_abr_v1_nonuk_dash_master.mpd?s=1446910991&e=1446954191&h=c7c4ae7bbee9d1d5f20c0a2203922c9b
  Resolving aod-dash-ww-live.bbcfmt.vo.llnwd.net 
(aod-dash-ww-live.bbcfmt.vo.llnwd.net)... 87.248.210.254, 87.248.210.253
  Connecting to aod-dash-ww-live.bbcfmt.vo.llnwd.net 
(aod-dash-ww-live.bbcfmt.vo.llnwd.net)|87.248.210.254|:80... connected.
  HTTP request sent, awaiting response... 200 OK
  Length: 1691 (1.7K) [application/dash+xml]
  Saving to: ‘b06l241l’
  
  
100%[======================================================================================================================================================================================================================================>]
 1,691       --.-K/s   in 0.001s  
  
  2015-11-07 21:43:39 (1.28 MB/s) - ‘b06l241l’ saved [1691/1691]
  
--------------------


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

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

Reply via email to