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

unable to play iHeart URL with ServeStream #15

Open
dhdurgee opened this issue Jan 5, 2022 · 1 comment
Open

unable to play iHeart URL with ServeStream #15

dhdurgee opened this issue Jan 5, 2022 · 1 comment

Comments

@dhdurgee
Copy link

dhdurgee commented Jan 5, 2022

I have encountered a problem playing an iHeart URL:

https://stream.revma.ihrhls.com/zc4814

When I attempt to open it I get a spinner and Opening URL..., but it never opens.

This is on my Motorola moto e running android 10.

I can play the URL with VLC on the phone, so it seems there is something funny done by iHeart that your app does not cope with.

Thanks for your work on this app.

Dave

@dhdurgee
Copy link
Author

I believe I have found the cause of this problem. I was attempting to work with this URL and wound up running curl against it with debugging enabled. It seems the iHeart is using a 302 redirect to provide a replacement URL for the stream. So VLC appears to handle the redirect while ServStream does not.

Please add 302 redirect handling to ServStream to address this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant