
Azure Live Streaming with mpeg dash not working
Hello,
I use the jwplayer version: 7.2.3+commercial_v7-2-3.69.commercial.405d4b.jwplayer.71f9b5.analytics.c225de.vast.270f9e.googima.97a01c.plugin-sharing.ab95e2.plugin-related.b67145.plugin-gapro.0374cd"
And I want to use an dash live stream, but it doesnt work. No errors are displayed only the loading circle are visible. It also not working with the azure live streaming sample url.
http://b028.wpc.azureedge.net/80B028/Samples/a38e6323-95e9-4f1f-9b38-75eba91704e4/5f2ce531-d508-49fb-8152-647eba422aec.ism/Manifest(format=mpd-time-csf)
I use the following configuration:
{
playlist: [{
file: 'http://b028.wpc.azureedge.net/80B028/Samples/a38e6323-95e9-4f1f-9b38-75eba91704e4/5f2ce531-d508-49fb-8152-647eba422aec.ism/Manifest(format=mpd-time-csf)',
type: "mpd"
}],
dash: true,
androidhls: 'true',
width: '100%',
aspectratio: '16:9',
sharing: {}
}
On the shaka test page its working. maybe an update needed from jwplayer for shaka?