It is common for a WebVTT file to accompany a manifest which includes references to locations on a sprite sheet. These can be used for thumbnails in the seekbar (trickplay) like so
WEBVTT
00:00:00.000 --> 00:00:05.000
f08e80da-bf1d-4e3d-8899-f0f6155f6efa.jpg#xywh=0,0,120,67
00:00:05.000 --> 00:00:10.000
f08e80da-bf1d-4e3d-8899-f0f6155f6efa.jpg#xywh=120,0,120,67
--
Does Media3 provide any support in the parsing of this VTT file and the transformation into a small image given a playback position?
Thank you
It is common for a WebVTT file to accompany a manifest which includes references to locations on a sprite sheet. These can be used for thumbnails in the seekbar (trickplay) like so
WEBVTT
00:00:00.000 --> 00:00:05.000
f08e80da-bf1d-4e3d-8899-f0f6155f6efa.jpg#xywh=0,0,120,67
00:00:05.000 --> 00:00:10.000
f08e80da-bf1d-4e3d-8899-f0f6155f6efa.jpg#xywh=120,0,120,67
--
Does Media3 provide any support in the parsing of this VTT file and the transformation into a small image given a playback position?
Thank you