Search found 3 matches

Go to advanced search

by markpe
31 Mar 2009 23:37
Forum: Development around libVLC
Topic: input.Time
Replies: 3
Views: 756

Re: input.Time

What I've had to do is delay the command by just enough time to make sure that video is fully loaded into the player. Obviously, not all videos will load at the same rate, so delaying the command causes a noticeable skip on some videos and not others. I've included my code so you can see what exactl...
by markpe
31 Mar 2009 21:16
Forum: Development around libVLC
Topic: input.Time
Replies: 3
Views: 756

Re: input.Time

I've noticed that if I issue a input.Time command after a video begins playing, I can get it to always work, but issuing it directly after a playlist.next command never seems to work. It seems like it has something to do with the video stream needing to be fully establish or something.
by markpe
31 Mar 2009 03:11
Forum: Development around libVLC
Topic: input.Time
Replies: 3
Views: 756

input.Time

I'm currently developing in VB .Net and have a timer event set to iterate to the next item in the play list after a given time. I'd like to specify a random point in the video being played to start at after it changes to the next item in the play list. My code from inside the event is as follows: ti...

Go to advanced search