DefaultHttpDataSource: Support additional customization
Open
enhancement
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
This issue is for tracking what I think are the two concrete requests in https://github.com/google/ExoPlayer/issues/9607:
1. Ability to set a `Proxy` when opening the `HttpURLConnection`
2. Ability to set a `SSLSocketFactory` when opening `https://` URLs.
We could either add support directly into `DefaultHttpDataSource`, or make it so that application developers can easily extend `DefaultHttpDataSource` to support these use cases.
Contributor guide
Assessment
This issue has not been assessed yet.