Hi, I'm trying the code provided in this example videojs.github.io/mpd-parser and passing to it the url https://dash.edgesuite.net/akamai/bbb_30fps/bbb_30fps.mpd. However, the resolvedUri in the returned parser manifest seems to be wrong.
I was expected a resolvedUri such as https://dash.edgesuite.net/akamai/bbb_30fps/bbb_30fps_1024x576_2500k/bbb_30fps_1024x576_2500k_0.m4v. Am I misunderstanding something?
I believe that this is fixed now. I think the issue was actually that the gh-pages page was using the old API. With https://github.com/videojs/mpd-parser/pull/128, the resolvedUri is showing up correctly.
Hi, I'm trying the code provided in this example videojs.github.io/mpd-parser and passing to it the url
https://dash.edgesuite.net/akamai/bbb_30fps/bbb_30fps.mpd
. However, theresolvedUri
in the returned parser manifest seems to be wrong.I. e.,
parsedMpd.playlists[0].segments[0]
I was expected a
resolvedUri
such ashttps://dash.edgesuite.net/akamai/bbb_30fps/bbb_30fps_1024x576_2500k/bbb_30fps_1024x576_2500k_0.m4v
. Am I misunderstanding something?