Content request: video with poster & subtitles

The <video> tag page (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video) contains examples for a video with a poster=, and a video with subtitle <track>s, including a crossorigin video with a crossorigin poster.

However, there is no example for a video with a poster and a subtitle track.

I’m asking because we’ve been having issues with attempting to load crossorigin (CDN) subtitle tracks and posters at the same time. A working example would be great.

@sheppy Any thoughts?