wseemann / ServeStream

Streaming Media Player for Android
Apache License 2.0
36 stars 20 forks source link

Doesn't follow redirects #4

Open rudism opened 7 years ago

rudism commented 7 years ago

When opening a URL that responds with a 301 or 302 redirect response with a new location with the actual stream, ServeStream says "The url could not be opened." Expected behavior would be for it to open the stream at the redirect location.

rudism commented 7 years ago

I haven't had time to further test, but this may be a problem with ssl (https://) urls instead. I was adding urls that redirect from https->http which may have been the cause of my problems. More testing needed, but there is definitely an issue there somewhere.