Skip to content

HTTP/2 support with OkHttp #428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

HTTP/2 support with OkHttp #428

wants to merge 1 commit into from

Conversation

rikhwanto
Copy link

I extensively use Just Player for streaming DASH and when checking out my server's logs I found out that Player only use HTTP/1.1. HTTP/2 is already widely rolled out and brings many improvements especially on the performance side, so I seek out ways to give HTTP/2 support to Player. I found out that this can be done with changing the network stack, and ExoPlayer upstream provides 2 alternative network stack with HTTP/2 support: OkHttp and Cronet. Since Player already uses OkHttp, I chose to use it.

I use this guide to help me do this change.

@rikhwanto rikhwanto closed this Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant