Hy,
I am using the libvlc to create a vod player but I am having some problems. I can play the videos hosted on my server (using the rtsp protocol) but i'm having 2 problems setting/getting video time.
My problems are:
.The first time I use libvlc_media_player_get_time, it allways returns 0 ( even if the video is playing for a minute).
.After setting the time to 30000 using libvlc_media_player_set_time, libvlc_media_player_get_time returns 12044
Any idea?