Hello, using libvlc in Android I'm able to detected and activate / deactivate subtitle track on a streaming video, but I am not able to set the subtitle color / fize / background and any other paramteres, i tried to add options
--freetype-fontsize=..
--freetype-color=..
...
when creating the libvlc and also adding them to the current Media but none of them seems to have effect.
Do these parameters works only on local srt subtitle and not for subtitle track or do I miss something ?
Thank you