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

How to avoid "Unable to seek across windows, falling back to in-window seeking" #638

Open
Aditya94A opened this issue Aug 1, 2018 · 11 comments

Comments

@Aditya94A
Copy link
Contributor

Why does this happen? How to avoid it? Is it just due to a corrupt file? Can it be fixed with ffmpeg?

@brianwernick
Copy link
Owner

From what I've seen it isn't anything wrong with the file, it's a timing issue where one of the windows hasn't been loaded yet and thus tells us it has unknown duration in which case we bail since there's no way to know which window will contain the requested position. You should only be seeing this if you are using something like the ConcatenatingMediaSource, if you aren't I'd be interested to know what your MediaSource setup is.

I've tagged this as a bug to indicate there may be something we can do to help offset the issue

@karanvs
Copy link

karanvs commented Feb 16, 2019

is this resolved ?

@androidovshchik
Copy link

androidovshchik commented Apr 27, 2019

is this resolved ?

Not yet in the latest release

@BrokerXu
Copy link

E/ExoMediaPlayer: Unable to seek across windows, falling back to in-window seeking

@axitasavani
Copy link

ExoMediaPlayer: Unable to seek across windows, falling back to in-window seeking

@GrsnChml
Copy link

GrsnChml commented Dec 7, 2019

i have the same problem
E/ExoMediaPlayer: Unable to seek across windows, falling back to in-window seeking

@Aditya94A
Copy link
Contributor Author

Any updates on this? Was anyone able to solve this?

@lib-dev
Copy link

lib-dev commented Mar 4, 2020

I have the same problem, Was anyone able to solve this?

@JayParikh20
Copy link

same Issue!

@akardas16
Copy link

same error

@ghenry22
Copy link

ghenry22 commented Nov 2, 2023

Still seeing this same error. Doesn't seem to affect playback so I'm not entirely sure what is causing this.

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

No branches or pull requests