Search found 7 matches

Go to advanced search

by bharmel
04 Feb 2020 09:23
Forum: Development around libVLC
Topic: Vlc training
Replies: 0
Views: 395

Vlc training

Hi,

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 ?

Thank you
by bharmel
04 Feb 2020 09:22
Forum: VLC media player for Windows Troubleshooting
Topic: VLC training?
Replies: 12
Views: 1232

Re: VLC training?

Hi,

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 ?

Thank you
by bharmel
06 Sep 2013 16:33
Forum: Development around libVLC
Topic: How to develop a new unsupported fourcc decoder
Replies: 4
Views: 843

Re: How to develop a new unsupported fourcc decoder

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......
by bharmel
06 Sep 2013 13:30
Forum: Development around libVLC
Topic: put text to screen from acces_demux module
Replies: 9
Views: 958

Re: put text to screen from acces_demux module

Hi,

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 ?

Best regards
by bharmel
06 Sep 2013 13:27
Forum: Development around libVLC
Topic: disabling and enabling subtitles using libvlc
Replies: 3
Views: 821

Re: disabling and enabling subtitles using libvlc

How do you enable/disble subtitle in your player ?
by bharmel
06 Sep 2013 12:32
Forum: Development around libVLC
Topic: How to develop a new unsupported fourcc decoder
Replies: 4
Views: 843

Re: How to develop a new unsupported fourcc decoder

Hi, thank you for your reply. I start to develop a decoder: #define MODULE_STRING "KatTcCodec" vlc_module_begin () set_description( N_("KatTc decoder") ) set_capability( "decoder", 0 ) set_callbacks( KATTCCODEC_Open, KATTCCODEC_Close ) set_category(CAT_INPUT) set_subcat...
by bharmel
05 Sep 2013 17:00
Forum: Development around libVLC
Topic: How to develop a new unsupported fourcc decoder
Replies: 4
Views: 843

How to develop a new unsupported fourcc decoder

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: ...

Go to advanced search