I implemented shaka-player-embedded to my ios project. But the SDK can not play my MPEG-DASH URL which was generated from AWS Kinesis Video Archived.
I tested with 3 MPEG-DASH URLs below:
1/ Default demo URL: https://storage.googleapis.com/shaka-demo-assets/angel-one/dash.mpd
2/ Akamai test URL: https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd
3/ AWS Kinesis Video Archived URL: I cannot share this URL link because security issue.
With URLs (1) and (2), I can play as normal. But URL (3), the SDK can not play, it is silent and nothing happened with no error occurring. I tested this AWS URL in the VLC app on macOS and it run as normal.
Please check and respond why shaka-player-embedded can not play MPEG-DASH URL which was generated from AWS Kinesis Video Archived?