Skip to content
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

POC : OkHttp DataSource #60

Open
3 of 4 tasks
StaehliJ opened this issue Jan 13, 2023 · 1 comment
Open
3 of 4 tasks

POC : OkHttp DataSource #60

StaehliJ opened this issue Jan 13, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@StaehliJ
Copy link
Contributor

StaehliJ commented Jan 13, 2023

According to the official Exoplayer documentation about Network stacks, OkHttp may improve network performance especially with the usage of CDN's.

Most of the SRG contents are stored on a Akamai CDN, maybe using OkHttp extension may improve the performances.

  • Use OkHttpDataSource inside the demo
  • Handle Token protected content
  • How to measure performance gain?
  • Use CronetDataSource inside the demo too
@StaehliJ StaehliJ converted this from a draft issue Jan 13, 2023
@StaehliJ StaehliJ moved this from 📋 Backlog to 🚧 In Progress in Pillarbox Jan 13, 2023
@StaehliJ
Copy link
Contributor Author

Cronet on paper should improve response time when loading media from url.
Bottle neck is when using urn that passe by retrofit and OkHttp, we can improve this further by using Cronet with Retrofit with some limitiations and/or using Ktor with a CronetClient.

@StaehliJ StaehliJ moved this from 🚧 In Progress to 📋 Backlog in Pillarbox Mar 27, 2023
@StaehliJ StaehliJ added the enhancement New feature or request label Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant