-
Notifications
You must be signed in to change notification settings - Fork 6k
Redirections (302) doesn't work #1190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you a 8000 gree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It's working as intended that ExoPlayer doesn't follow cross-protocol redirects by default. In this case there are three redirects (not ideal to start with). The second one is a cross-protocol
Ideally I think you should fix your serving infrastructure to not perform cross-protocol redirects. However if you can't do this, you can enable following of cross-protocol redirects in ExoPlayer by passing |
Yes, it works. I have to use the allowCrossProtocolRedirects param because the link is from a external server. Thanks! |
@icastell how you use allowCrossProtocolRedirects param ? can i look to your code ? |
I am using ExoPlayer1
I get this error:
If i dont pass true, it gives me 301 |
Hi,
I try to play the following mp3: http://www.ivoox.com/03-nuestros-horrores-favoritos-h-p-lovecraft-el-templo_mn_10103734_api_1.mp3 and the demo app don't play it. It seems that a Response code: 302 (redirection) doesn't like. Following I paste the logcat:
Thanks!
The text was updated successfully, but these errors were encountered: