Search found 4 matches

Go to advanced search

by Taldrit
28 Aug 2015 15:32
Forum: Development around libVLC
Topic: libVLC with C#/WPF without loop method?
Replies: 4
Views: 672

Re: libVLC with C#/WPF without loop method?

Yeah, but how? The only thing I can think of is, to catch the OnPositionChanged-event, but that triggers only every ~600ms... Is there a possibility to reduce this to 100ms? Then I could work with it...
by Taldrit
28 Aug 2015 14:20
Forum: Development around libVLC
Topic: libVLC with C#/WPF without loop method?
Replies: 4
Views: 672

Re: libVLC with C#/WPF without loop method?

If I use the normally installed VLC-Player, I can loop videos (and that nearly seamless)... why can't I do this with the libvlc?
by Taldrit
28 Aug 2015 12:03
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 139636

Re: libvlcnet - .NET library based on libvlc

libvlcnet also without loop-method?
There is no event I can use to capture the player right before the "EndReached".
There I could set the position to the start again (first millisecond or something like that).
Is there some method, event, etc. I could use to loop the video without delay?
by Taldrit
27 Aug 2015 16:49
Forum: Development around libVLC
Topic: libVLC with C#/WPF without loop method?
Replies: 4
Views: 672

libVLC with C#/WPF without loop method?

Hi, I installed the libVLC packages from NuGET and made a simple MediaPlayer in WPF. There seems to be no loop method. I tried to work with EndReached, but then I would have to restart the VideoFile I wanted to show. And that results in a short black screen. Also I tried to use PositionChanged, but ...

Go to advanced search