VijayRed01

Results 3 comments of VijayRed01

> > > Please: > > 1. Try the same video files with VLC > > 2. If it does work, please send verbose logs (`-vv`) Hi 1) do you...

> > > 1. Yes I meant the real VLC application, with the same version as the one you're using from Vlc.DotNet. > Most issues with the seekbar not updating...

> > > Use > > ```cs > private void trackBar1_ValueChanged(object sender, EventArgs e) > { > control.Time = trackBar1.Value; //correct > } > ``` > > Instead of invoking...