Closed
Description
Hi Guys,
Does shaka player supports standard HTTP Redirect (301, 302). I am testing the player against a loadbalancer that does standard http redirect and I can see that for the inicial mpd request it follows the redirect directives:
HTTP/1.1 302 Found
Location: http://xxxx/manifest.mpd
But the succeeding mpds and chunk request are still being requested from the old URL. Which of course doesn't exist in the old URL.
Is there any parameters or setting that can be configured in the player to make it do the succeeding request on the URL specified in the http redirect directives (Location)?
Regards,
Ferdinand