I want to use VLC to play non-standard input format. Input would be network stream over UDP. At high level, input is a sequence of OpenGl frames.
I believe I need to write new access, demux and decoder modules. Typically this is done by taking code from existing module and modify it. Will someone please tell me which modules are the least complicated so that I can use those modules as base for my modules.
Also, can I force VLC player to use a particular access module from command line?
I appreciate your answers, comments, suggestions.