I'm looking for a training on the vlc api. My goal is to understand the api layers and architecture to be able to write and debug vlc pluggins. Do you know where I can find this kind of training ?
I'm looking for a training on the vlc api. My goal is to understand the api layers and architecture to be able to write and debug vlc pluggins. Do you know where I can find this kind of training ?
Hi, When I try to activate my elementary stream with fourcc code ktc1 I got this error message on my screen: No suitable decoder module: VLC does not support the audio or video format "ktc1". Unfortunately there is no way for you to fix this. ==> Vlc seems to say that it is not possible......
I have try to use your code to display something from my demus but vlc does not seem to know that my stream contains a subtitles.
Is there something to do to activate the subtitle engine and make the subtitle visible ?
Hi, I'm discovering out of tree Vlc plugin development and it is great ! I have written a demux plugin which can split my proprietary AudioVideo (AV) ip stream. This ip stream contains 2 elementary streams: - One video MJPEG stream - One text metatdata stream. My demux creates these 2 objects with: ...