
load wrong source
The sources below are the example. Don't try to link it, you will failed.
I have set the jwplayer wiht this config
playlist: [{
sources: [{
file: "http://5453a4bece6ab.streamlock.net/aptilonlive/LDYEW1442935946519/manifest.mpd"
},{
file: "http://5453a4bece6ab.streamlock.net/aptilonlive/LDYEW1442935946519/playlist.m3u8"
}
}],
dash: true,
drm: {
widevine: {
url: 'http://widevine-proxy.appspot.com/proxy'
}
},
width: '100%',
height: '100%',
primary: "html5",
rtmp: {
bufferlength: 0.1,
}
But while I start to play it
It has passed the dash source and failed to load hls source
Here's the error message:
GET http://5453a4bece6ab.streamlock.net/aptilonlive/LDYEW1442935946519/chunklist_w1692839923.m3u8 404 (Not Found)
So, here I have two issues:
1. Why the dash source does exist but passed by JWplayer?
2. Why the hls source url change while it start to play?
Thanks
Asa