On a device version 16.4, the default subtitle for the HLS video player is 'unknown'.

I am testing a video stream (HLS) using the Video.js player. After updating my iPhone's iOS to version 16.4.1, the player's subtitles default to 'unknown', and I am using the 'textTracks' function where 'track.length' is equal to 1. However, in other versions (e.g. 15.X.X), 'track.length' is equal to 2 (English and unknown).

I want the subtitles to default to English on my device (version 16.4.1).

Thanks in advance for your help!

Example link: https://codepen.io/wendyhsiao/pen/wvYqeJx