Search found 4 matches

Go to advanced search

by fractal-1
09 Oct 2024 17:03
Forum: Development around libVLC
Topic: Looping playback
Replies: 6
Views: 331

Re: Looping playback

When the end is reached, the player is already stopped, so no point in stopping it again. Just play the next media.
Thanks. But is when is the last moment when the player sends the playing time (how many ms before end)?
by fractal-1
08 Oct 2024 14:36
Forum: Development around libVLC
Topic: Looping playback
Replies: 6
Views: 331

Re: Looping playback

Using LibVLC options is not supported in any way. I believe the documentation for libvlc_new() is abundantly clear. And yet, it works, likely supported during major version timelines and it's the only way to do many things until LibVLC offers a proper C API for these things. But what if we're tryin...
by fractal-1
08 Oct 2024 03:10
Forum: Development around libVLC
Topic: Looping playback
Replies: 6
Views: 331

Looping playback

According to this https://github.com/videolan/libvlcsharp/blob/3.x/docs/how_do_I_do_X.md to achieve looping playback we should use new LibVLC("--input-repeat=2") But what if we're trying to deactivate the looping playback while the video is playing? Is there a way to pass a parameter to Li...
by fractal-1
15 Sep 2024 02:57
Forum: Development around libVLC
Topic: Trying to develop a WinForms app using LibVLC but there are some issues...
Replies: 1
Views: 664

Trying to develop a WinForms app using LibVLC but there are some issues...

Hi. I'm a beginner trying to build some sort of video organizer in C# using WinForms & LibVLCSharp where on the top part is the video preview (from LibVLCSharp) and on bottom part the controls to move or copy the video. So far I managed to make the app show a VideoView where the video is playing...

Go to advanced search