You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While new feature is very cool, many applications depends on previous behaviour, when duration of Live stream is some kind of not in normal range, for instance -1.
Now, with this feature when user can seek within Live stream, what is a way to get know that stream is Live. We can not relay on -1 (or whatever value is) anymore.
Our Library has 3 different types of players and they manageable by common interface.
Now, it is inconsistence in behaviour from ExoPlayer side.
The question is - is there any way that ExoPlayer can notify that stream is Live?
The text was updated successfully, but these errors were encountered:
- Support querying whether the current window is dynamic
and seekable. The new methods are similar to getDuration,
which is also a convenience method for the current window.
- Improve demo app to restore positions in VOD items within
playlists where the last item is live. Also restore the
position within the window for live items unless the player
failed with BehindLiveWindowException.
Issue: #2320
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=144443898
Hi team,
While new feature is very cool, many applications depends on previous behaviour, when duration of Live stream is some kind of not in normal range, for instance -1.
Now, with this feature when user can seek within Live stream, what is a way to get know that stream is Live. We can not relay on -1 (or whatever value is) anymore.
Our Library has 3 different types of players and they manageable by common interface.
Now, it is inconsistence in behaviour from ExoPlayer side.
The question is - is there any way that ExoPlayer can notify that stream is Live?
The text was updated successfully, but these errors were encountered: