You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: