Issue: In youtube, most of the live captions are centered at the bottom of the player, but some are left justified. It occurs more often with shorter caption segments, but that is not true of all of the left justified captions.
I have tried end-padding the display segments with spaces (min length 70), but that had no effect.
HLS has a consistent caption display,
Video stream is from OBS.
Captions are being ingested via ModuleOnTextDataToCEA608.
Youtube is set to accept Embedded CEA 608/708 captions.
Is the display position set in ModuleOnTextDataToCEA608 or is it done dynamically by the YouTube player?
Any thoughts?