Skip to content
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 agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable cross-protocol redirects in ExoPlayer #46

Closed
JKu81 opened this issue Feb 26, 2020 · 3 comments
Closed

Enable cross-protocol redirects in ExoPlayer #46

JKu81 opened this issue Feb 26, 2020 · 3 comments
Assignees

Comments

@JKu81
Copy link

JKu81 commented Feb 26, 2020

Some podcast providers (e.g. Soundcloud) provides url to online stream, that is cross-protocol redirected (original url returns 302 response) to audio file. ExoPlayer doesn't follow cross-protocol redirects by default. Since I do not have final url, I can't play this file.
Please add an option to enable cross-protocol redirecting

  • Related issue with example here
  • In short: please use this constructor here with last parameter (optionally) set to true.

Thank you

@ryanheise ryanheise self-assigned this Feb 27, 2020
@ryanheise
Copy link
Owner

Thanks for providing the links, that will help a lot. I'm not sure how long it will take me since I have a bit to catch up on, but when I do get up to it, this should be straightforward to add.

@ryanheise
Copy link
Owner

Fixed by #55 .

@github-actions
Copy link

github-actions bot commented Nov 8, 2021

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs, or use StackOverflow if you need help with just_audio.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants