Postby samithawijedasa » 28 Aug 2013 05:04
I want to implement disable / enable subtitles in the custom player I developed. In VLC when we do this it removes the corresponding decoding module and reload it when enabled. For example, if we want to disable 'subt' type subtitles, when the disable subtitles option is selected it will remove using subsdec module and start to use it once enabled. How can I implement this in the player I developed. Can I use libvlc_video_set_spu to do this. My requirement is to disable and enable, but not to select a specific subtitle track.