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
We are looking into different alternatives to implement a more user friendly trick play for live and VOD content on AndroidTv using Exoplayer.
What we want to improve is the user to easily identify the position he is moving to when scrubbing (rewind, ...), or by using thumbnails or updating the video window very quickly while the user is navigating in the progress bar
One idea is to use HLS on AndroidTv as our HLS streams already have the I-frames low bitrate tracks that Apple uses for this purpose.
Is that functionality (to use these low bitrate I-frames tracks for this purpose and only for this purpose) supported by Exoplayer? meaning using them in the same way as Apple native player is using them on AppleTv
Thank you!
The text was updated successfully, but these errors were encountered:
The whole support of trick play touches several parts of the library, please checkout #3752 (comment) for the detailed breakdowns. So far for HLS, we have the supports of parsing the I-frames tracks information from the playlist (part 1 in the above comment), and extracting the sample data from video container based formats (part 2 in the above comment). The rest of the list haven't been covered yet, which should all be tracked in #3752.
Hi
We are looking into different alternatives to implement a more user friendly trick play for live and VOD content on AndroidTv using Exoplayer.
What we want to improve is the user to easily identify the position he is moving to when scrubbing (rewind, ...), or by using thumbnails or updating the video window very quickly while the user is navigating in the progress bar
One idea is to use HLS on AndroidTv as our HLS streams already have the I-frames low bitrate tracks that Apple uses for this purpose.
Is that functionality (to use these low bitrate I-frames tracks for this purpose and only for this purpose) supported by Exoplayer? meaning using them in the same way as Apple native player is using them on AppleTv
Thank you!
The text was updated successfully, but these errors were encountered: