Reputation: 35
I want to know how my android app will stream videos in US. Now I am in India, is there any way to test how video stream in US? I have already used FakeGPS app to make the required setup, but this will not change the IP address.
Upvotes: 1
Views: 314
Reputation: 1036
You should use proxy in your httpClient, here a nice answer: Android HttpClient Doesn't Use System Proxy Settings
Upvotes: 1