Search found 6 matches

Go to advanced search

by DanielK117
04 Apr 2021 19:48
Forum: VLC media player for Windows Troubleshooting
Topic: --clone-vout-list not working as expected - Open 2 OpenGL Windows
Replies: 0
Views: 239

--clone-vout-list not working as expected - Open 2 OpenGL Windows

Hi there, i would like to play a video with VLC on 2 monitors simultaneously. In the command line help the following is described about cloning: Clone video filter (clone) Duplicate your video to multiple windows and/or video output modules --clone-count=<integer> Number of clones Number of video wi...
by DanielK117
04 Apr 2021 12:51
Forum: Development around libVLC
Topic: Is there a way to buffer a video before playing it?
Replies: 2
Views: 1774

Is there a way to buffer a video before playing it?

Is there any way to buffer a video before it plays? My current play logic is implemented as follows: media = new Media(vlc, nextMediaItem.FileNameWithPath); videoClipMediaPlayer.Media = media; this.videoClipMediaPlayer.Play(); Currently, buffering happens only when the Play() function is called. In ...
by DanielK117
27 Mar 2021 20:08
Forum: Development around libVLC
Topic: Cloned Video is showing Taskbar in fullscreen
Replies: 0
Views: 896

Cloned Video is showing Taskbar in fullscreen

I have a problem regarding the clone-feature of the VLC-API. This are my settings: This is working but the taskbar isnt hidden propably because it is not a real fullscreen. I have a problem regarding the clone-feature of the VLC-API. I want to display the video on the second monitor in fullscreen wi...
by DanielK117
26 Mar 2021 20:01
Forum: Development around libVLC
Topic: Clone Output of VideoView to external Monitor
Replies: 2
Views: 1282

Re: Clone Output of VideoView to external Monitor

I found a solution with the following Command line parameters, that works almost perfect: @"--video-splitter=clone", @"--clone-count=2", @"--video-x=" + x, @"--video-y=" + y, @"--no-video-deco", @"--no-embedded-video", @"--width="...
by DanielK117
23 Mar 2021 18:39
Forum: Development around libVLC
Topic: Clone Output of VideoView to external Monitor
Replies: 2
Views: 1282

Clone Output of VideoView to external Monitor

Hi there, I have a C# application which uses a LibVLC VideoView. I am trying to play a video both as a small preview in my application, and in full screen on an external monitor. So far I am using the following solution: When creating the MediaPlayer object, I'm using the command line options "...
by DanielK117
20 Feb 2021 21:05
Forum: Development around libVLC
Topic: Update speed of MediaPlayer.TimeChanged-Event
Replies: 3
Views: 929

Update speed of MediaPlayer.TimeChanged-Event

is there a way to change the update speed of the LibVLCSharp MediaPlayer TimeChanged-Event? I use this event to update the remaining playtime of my video. But this is too slow for my purpose. I would like to update the remaining time every 10ms. Is that possible? My Code: private void InitMediaPlaye...

Go to advanced search