Page 1 of 1

libvlc_media_player_set_position before playing

Posted: 07 Dec 2012 09:05
by vanillacandle
Hi all,
libvlc_media_player_set_position does not seem to have any effect until I call libvlc_media_player_play(). The requirement is to be able to move current media position before starting playing it. Is it possible?

Thanks!

Re: libvlc_media_player_set_position before playing

Posted: 07 Dec 2012 09:59
by RĂ©mi Denis-Courmont
It depends on the input media whether that is possible or not, and if it is, how precisely.

Currently it is not exposed in the API though. Patch welcome.