ServeStream
ServeStream copied to clipboard
Doesn't follow redirects
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.
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.