Closed kihulane closed 5 months ago
There are currently 3 ways to have thumbnails in HLS:
The one recommended by Apple and the HLS spec is the 2nd, the 1st is widely used, the 3rd is a Roku spec that we support but that few streams support.
Has this helped you?
Last question: Where/how is the external vtt file parsed/converted? because from the demo app network tab, the vtt file is already converted into jpg
The parsing of the file is done by the player itself internally.
Okay. Thank you for the help.
Have you read the Tutorials? Yes
Have you read the FAQ and checked for duplicate open issues? Yes
If the question is related to FairPlay, have you read the tutorial?
Yes
What version of Shaka Player are you using? 3.0.4
What browser and OS are you using? Safari Version 17.5
Please ask your question I'm trying to figure out how the HLS demo with thumbnails works.
Right now (from my application) the only info about thumbnails I'm getting is the I-Frame playlists info from the m3u8 file, but I believe this is the old way? Based on the feat(UI): Add thumbnails to the UI commit - Is the demo app using the .vtt file and parsing/converting the info somehow? Because from the demo app's network tab, i see that they are using .jpg file that includes all the thumbnails.