I'd like to write a VLC extension that outputs the subtitle info to a tcp port. So instead of using the OSD it would write the subtitles to a socket. My preferred method would be to access the subtitles via VLCs lua methods. However, I haven't been able to find any methods available that allow a lua...