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

DASH ULL CMAF feature #9529

Closed luquilh closed 3 years ago

luquilh commented 3 years ago

Hi! Can anyone tell me if ExoPlayer supports DASH ULL (Ultra Low Latency) with CMAF? Starting with wich ExoPlayer version is this feature supported?

Particullarly, we need DASH ULL CMAF with both HD and UHD 4K video.

Thanks in advanced

andrewlewis commented 3 years ago

I think this is supported though I'm not certain about using CMAF segments. Over to @christosts to confirm/correct. Thanks!

christosts commented 3 years ago

Yes, please refer to the format support and our related blog post for low-latency support (DASH & HLS).

Feel free to file an issue if your low-latency streams do not work as expected.