Page 1 of 1

How to load subt file from memory byte array ?

Posted: 05 Jul 2019 12:32
by mangup
Hi,

Where: src/input/input.c Control() function.
What: I want to load subtitles file which is already present in RAM as byte array.

How can i do that? (without creating tmp file on disk)

Re: How to load subt file from memory byte array ?

Posted: 05 Jul 2019 13:16
by unidan
Hi, in libvlc or vlc ? Look at imem access.

Re: How to load subt file from memory byte array ?

Posted: 05 Jul 2019 13:51
by mangup
vlc.
But now I do not see any examples of imem usage inside vlc itself.