Search found 4 matches

Go to advanced search

by coderXY
25 Aug 2016 09:09
Forum: Development around libVLC
Topic: About block_t::i_pts value
Replies: 2
Views: 267

Re: About block_t::i_pts value

Thanks for your answer (and time) Rémi.
by coderXY
25 Aug 2016 09:08
Forum: Development around libVLC
Topic: Video getting launched in Direct3D window
Replies: 1
Views: 296

Re: Video getting launched in Direct3D window

In C or C++, you have to call libvlc_media_player_set_hwnd with your window handle (HNWD) to tell libvlc where to render the media.
And to pause or stop the playback, call libvlc_media_player_play, libvlc_media_player_pause or libvlc_media_player_stop.
by coderXY
24 Aug 2016 22:49
Forum: Development around libVLC
Topic: Data model between decoders ?
Replies: 1
Views: 299

Data model between decoders ?

Hi again, My custom (video) renderer uses a pull model meaning the renderer asks for a sample (= a buffer containing a frame) to its downstream node which either outputs next sample to renderer or asks its downstream node. The "request" is passed from node to node until it reaches source n...
by coderXY
24 Aug 2016 22:31
Forum: Development around libVLC
Topic: About block_t::i_pts value
Replies: 2
Views: 267

About block_t::i_pts value

Hi everyone, I'm using smem module to get decoded frame buffer and do my own rendering. I get valid data in my postrender callback but in order to render it when it needs to, I have to retrieve the sample (presentation) time. The last parameter of the callback is pts (presentation time) so this is w...

Go to advanced search