Search found 4 matches

Go to advanced search

by OttawaKnight
10 May 2012 23:50
Forum: Development around libVLC
Topic: Determining the duration of the media
Replies: 5
Views: 1509

Re: Determining the duration of the media

Hi Michael, thanks for the reply. Even with your approach, don't you still need to translate your slider position to the real length value of the media if you drag your slider for random seeking ? If the real length fluctuates from time to time, then the translated seek position could not be accurate.
by OttawaKnight
10 May 2012 23:39
Forum: Development around libVLC
Topic: How to use "libvlc_media_player_navigate" function
Replies: 2
Views: 505

How to use "libvlc_media_player_navigate" function

Hello, Can anyone help to provide a brief explaination on how to use the "libvlc_media_player_navigate" function ? From what I googled it, it appears it is related to DVD menu navigation, but it is not clear to me how to use it in conjunction with the following mode of operation : typedef ...
by OttawaKnight
27 Apr 2012 15:52
Forum: Development around libVLC
Topic: Determining the duration of the media
Replies: 5
Views: 1509

Re: Determining the duration of the media

I noticed over last week there were 49 views of my post but no one replied. Now I wonder if this is a bug in libVLC. As with fixed bit rate and the same file being played, there should not have "libvlc_MediaPlayerLengthChanged" event being triggered beyond the first few seconds, supposing ...
by OttawaKnight
19 Apr 2012 16:51
Forum: Development around libVLC
Topic: Determining the duration of the media
Replies: 5
Views: 1509

Determining the duration of the media

Hello, I am working on a hobby media player on Windows using libVLC 2.0.1 and I have a specific question on how to determine the duration of the media being played. In my player, I use a slider control to model the duration and the progress of the media to be played. Currently I rely on the "li...

Go to advanced search