I have a stream accessible through imem extension. It's an MP4 stream - there is about 400MB of data in it. vlclib reads about 6MB of data from the stream before even starting playback. Is there any way I can set it up so that playback starts in max couple seconds (again, I know what the format is exactly).
I am decrypting a file on the fly hence I can only provide it to the lib as seek-able stream. Maybe there is a way that would make this stream to be treated as a file by vlclib? MP4 files initialize fast, streams are very slow. Thanks