ffmpeg-kit icon indicating copy to clipboard operation
ffmpeg-kit copied to clipboard

Android|Set Proxy for process http url

Open hungntv opened this issue 2 years ago • 0 comments

First, I love this repo

Is your feature request related to a problem? Please describe. I would like to setup Proxy (java.net.Proxy) when processing http url

Describe the solution you'd like OkHttp or HttpURLConnection can consume an instance of Proxy (java.net.Proxy). But I don't find anything like that in this repo.

Describe alternatives you've considered If OK, you can explain how the code makes a connection to the internet. I will do the rest.

Platform Android, kotlin or java, api 24+

Additional context https://developer.android.com/reference/java/net/HttpURLConnection https://square.github.io/okhttp/4.x/okhttp/okhttp3/-ok-http-client/-builder/proxy/

hungntv avatar Jul 18 '22 13:07 hungntv