katzvelraj / npr-android-app

Automatically exported from code.google.com/p/npr-android-app
0 stars 0 forks source link

Loopback address in the URL #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the Packet Video Client for http pd streaming
2. Set proxy settings, including port numbers
3. Try to initiate a http pd streaming request.

What is the expected output? What do you see instead?
http://127.0.0.1:<port>/http://kcurstream.com:8002/ is the URL you would see. 
This is how the request is being sent when a proxy setting is applied. This 
does not seem to be a valid request and the app should not be sending this 
request.

What version of the product are you using? On what operating system?
Experienced with Android 2.1

Please provide any additional information below.
Usage of proxy settings for the http stack in the Packet Video client is 
required to reproduce this problem.

Original issue reported on code.google.com by jagannat...@gmail.com on 9 Jul 2010 at 11:42

GoogleCodeExporter commented 9 years ago
By "proxy" are you referring to the StreamProxy class in the npr-android-app or 
are you referring to proxy settings within the android device? 

The StreamProxy is intended to allow devices pre-2.2 to read Shoutcast streams 
which were not natively supported. It's a functional proxy running on a local 
Internet port, which is why the loopback address is sent to the PV Player.

What's wrong with that URL? It seems to match spec: 
http://labs.apache.org/webarch/uri/rfc/rfc3986.html 

Original comment by jeremy.w...@gmail.com on 10 Sep 2010 at 5:30

GoogleCodeExporter commented 9 years ago
Based on my previous comment and lacking further details from the OP, can we 
close this issue?

Original comment by jeremy.w...@gmail.com on 22 Mar 2011 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by jpenn...@gmail.com on 19 Apr 2011 at 8:46