I'm writing a movie player using VLC engine on Mac Os but I encounter a little problem :
On the VLC
doc you can read about this (libvlc_media_player_set_time()
) function :
Set the movie time (in ms).
This has no effect if no media is being played. Not all formats and protocols support this.
But I can't find any information about the formats and protocols supported. As my application is not very smooth, I was wondering if this might be the cause.