-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Feedback during Fast Forward and Rewind #6794
Comments
Hi all, I will really appreciate any kind of feedback or clue on how to handle Fast Forward and Rewind and provide some feedback to the user on the content current position while doing it |
If "profile with key frames" refers to a special keyframe-only 'track' provided by the container or streaming standard, I think we don't support this out of the box (see also #474).
If your streams have frequent keyframes you may be able to get a better user experience with some changes at the app level as follows:
For completeness, an alternative approach that is probably much more efficient is to show thumbnail previews where you're serving those thumbnails separately from the media stream (this is not really ExoPlayer-related though). |
Hi,
we want to improve the experience when doing Fast Forward or Rewind, and if possible when seeking.
Our current implementation, is keeping the playback while the user is keeping the remote control buttons pressed for Fast Forward or Rewind and then seeking to that position when the user releases the button.
We would like to provide feedback when doing Fast Forward or Rewind, like playing video x32 or x64, so the user knows when the playback will continue after releasing the button or display thumbnails to provide that feedback.
Currently we don't have any custom source of thumbnails, and don't know if that is doable for live (we need this feature for live and on demand)
Maybe possible to use a profile with key frames for that?
Any suggestion will be welcome, if there is a recommended way to do that using Exoplayer or any other way.
Our media streams are currently SS and DASH and the lowest bitrate is 500000.
Our application is working on Android Tv devices.
Thanks!!
The text was updated successfully, but these errors were encountered: