Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Live stream on android can not get correct currentTime onProcess method #3695

Open
hieppd-slz opened this issue Apr 22, 2024 · 4 comments
Labels

Comments

@hieppd-slz
Copy link

hieppd-slz commented Apr 22, 2024

Version

v6 (Beta)

What platforms are you having the problem on?

Android

Architecture

Old architecture

What happened?

onProgress method can not get correct currentTime on android with livestream .m38u
but work well with .m38u (not streaming)

Reproduction

image
@hieppd-slz hieppd-slz added the bug label Apr 22, 2024
@freeboub
Copy link
Collaborator

That is expected your manifest should be very small (30sec I think) then the position in the stream always stays around 15sec. There is no automatic back buffer integration.
Don't you have the same behavior on ios ?

@freeboub
Copy link
Collaborator

Please also see this link for more information about time management on android: https://developer.android.com/media/media3/exoplayer/live-streaming

@hieppd-slz
Copy link
Author

That is expected your manifest should be very small (30sec I think) then the position in the stream always stays around 15sec. There is no automatic back buffer integration. Don't you have the same behavior on ios ?

No i dont have same behavior on ios, what should i do to solved this case?

@freeboub
Copy link
Collaborator

But sure how we can help without sample stream ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants