I skipped through the Webinar and also saw the samples. The covered cases are using BIF or using DASH. The sample that uses an image also uses a custom UI (multiple posters) to show the thumbnails.
In fact, I tried an array in an array, because inspecting one of the samples using RALE app revealed that setup.
I really exhausted my options before posting here, hoping for some help.
The more I read the documentation the more I think what you’re trying to do is improper use of that field. I don’t believe it can be used as a replacement for a BIF file. I think it gets filled in with the information when the relevant information is discovered within the DASH/HLS stream and it isn’t something you fill in ahead of time.
That’s strange, because the field thumbnailTiles on the Video component is READ_WRITE
This field was first introduced (for VOD only) starting in Roku OS 9.1. Starting with Roku OS 11.0, the channel can enable this field for HLS and DASH live streams containing standard thumbnails by setting enableThumbnailTilesDuringLive to true.
It sounds to me like the field is supposed to be writable, since OS 9.1. But in addition, if you set enableThumbnailTilesDuringLive to true, the field will be auto-populated from the DASH/HLS streams (starting with OS 11.0).
I thought the same thing. It’s this statement that I keep coming back to:
“Contains the information about HLS and DASH standard thumbnail tiles as they are discovered within the manifest for streams which contain them.” Does that imply that if they’re not discovered in the manifest then the field isn’t used?
I have to ask, do you have something against BIFs?
I have nothing against BIFs, but I already have thumbnails tiled up. If I can’t include these in the video thumbnail directly, which seems to be the case, my last resort will be to find a way to serve them in DASH manifests
On that note, is there an example of a DASH manifests where the thumbnail tiles are in multiple jpegs?
I’m not talking about multiple resolutions, but for long videos, they are multiple tilesets per resolution
I can’t seem to figure out the right structure SegmentTemplate inside sets where each images starts at a specific time. I tried setting presentationTimeOffset, but I feel like I did something wrong.