Skip to content

Show HLS stream in media notification as a progressive stream (without the "live window") #1256

Open
@dxshindeo

Description

@dxshindeo

Reading from the docs ( https://developer.android.com/media/media3/exoplayer/live-streaming ),
I see that livestreams are divided into 2 categories:

  • adaptive (example: hls)

adaptive

  • progressive (example: aac, ogg, mp3)

progressive

From my understanding, the adaptive is the relative "new kid" on the block, offering that live window seek functionality and that awesome wave visual effect.

Call me old-fashioned, but I just hate seeing a seekable timeline on a LIVE audio stream.
It rubs me the wrong way.
In my opinion, it should only be on audio that is finished (a file). Less confusion.

So my question is - is it possible to play an HLS stream, but WITHOUT that live window?
To make it look like it is a progressive livestream?
(I mean I know it can be because one of my old apps can do it, but it was not built with "media3")

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions