texttrack: 'en' (to enable English captions by default)
background: true
loop: false
autoplay: false
Current text track (updated on texttrackchange event)
Label: Unknown
Language: Unknown
Kind: Unknown
Volume: Unknown
Results:
Captions can be toggled with the external button. The data returned on texttrackchange suggests that captions are shown when toggled on; however they are not visible.
Video autoplays, despite being initialized with autoplay = false.
Video does not loop (being initialized with loop = false overrides background = true). I temporarily removed the loop option when initializing the player, and in that case the player does loop.
Video always seems to initialize with volume set to 0