mhelder / okhttp-media3-http2-16mb-issue

Repro for an OkHttp/Media3 issue with streaming audio over HTTP2. At ~17:30 min of playback, audio suddenly stops, though ExoPplayer seemingly continues giving position updates. Upon inspecting the network calls, the streamed audio data consistently stops after exactly 16MB has been obtained.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verification list

mhelder opened this issue · comments

What else can/did we try?

  • ❌ Test with OkHttp5: 5.0.0-alpha.14. Same problem.
  • ❌ Test with latest Media3 alpha: 1.4.0-alpha01. Same problem.
  • ✅ Test with media on different host that supports HTTP2: link. Works!
  • ✅ Test with Cronet as network stack (Play-services based). Works!