google / ExoPlayer

This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
https://developer.android.com/media/media3/exoplayer
Apache License 2.0
21.74k stars 6.03k forks source link

ExoPlayer support in CMAF, CTE with http 1.1 #8327

Closed He12345678901 closed 3 years ago

He12345678901 commented 3 years ago

Hi, the Exoplayer supports on DASH/ Low latency in live channels with CMAF/Chunk Transfer Encoding over HTTP 1.1 ? please specify which ExoPlayer versions already support that feature and which parameters involved in its customization for small chunks thanks

ojw28 commented 3 years ago

Low latency DASH should be fully supported from 2.13.0, which is scheduled to be released at some point in the first quarter of next year. The functionality should already be available in the dev-v2 branch.

and which parameters involved in its customization for small chunks

I don't really understand the question. However, exoplayer.dev page will be updated with documentation around low latency functionality when 2.13.0 is released.

He12345678901 commented 3 years ago

thanks it means that 2.13.0 release will support DASH Low latency with 'Chunk Transfer Encoding' (CTE) over HTTP 1.1 ?

ojw28 commented 3 years ago

Yes.