I'm fighting an issue where a valid HTTP 302 Redirect is seen as an error with roAudioPlayer. For example:
$ curl -I http://streams.getmyip.com
curl -I http://streams.getmyip.com
HTTP/1.1 302 Moved Temporarily
Server: nginx/0.7.67
Date: Sat, 12 Nov 2016 21:30:08 GMT
Connection: close
Location: http://nyc04.egihosting.com:6699/
Valid response with cURL.
But with roAudioPlayer I get a roAudioPlayerEvent of:
There was an error in the HTTP response. This could mean that malformed HTTP headers or an HTTP error code was returned.
Is there any way to force this component to handle redirects? It looks like other components with the SDK follow them ok.