Single video source -> multiple windows/monitors

This forum is about all development around libVLC.
Klaus Roy
New Cone
New Cone
Posts: 3
Joined: 19 Apr 2011 11:07

Single video source -> multiple windows/monitors

Postby Klaus Roy » 19 Apr 2011 12:28

I have an application where I want to render a single video source on several windows/monitors simultaneously .
The video source can be a harddisk file, a DVD or some other video input.
The output device(s) is one or more windows typically on different monitors. The windows may be of different sizes. On top of the video windows some additional information is written/painted, different for each window.

I have made a Visual Studio C++ Windows Forms application which basically does this. It opens a VLC mediaplayer for each of the windows, each with the same input specification. The information on top of the video is made using some transparent window panels onto which the information is drawn.

This system works OK when the video source is a hard disk file, but ( maybe not so surprisingly ) fails when e.g. a DVD is the input source.

What I'm looking for is for away to open the input source just once, then render it on all the different windows.

Does anyone know whether this is possible with libVLC off the shelf and if so how?
If it is not possible as it is now, how much tweaking of libVLC would be necessary to implement such features?

I can figure out that much of the functionality are available already, e.g filters to output on "walls" more or less do this, but can this be readily modified to output on different sized windows or does it require major recoding?

Regards,
Klaus Roy-Poulsen

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Single video source -> multiple windows/monitors

Postby Jean-Baptiste Kempf » 19 Apr 2011 15:11

Why not using VLC/libVLC and the clone filter?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Klaus Roy
New Cone
New Cone
Posts: 3
Joined: 19 Apr 2011 11:07

Re: Single video source -> multiple windows/monitors

Postby Klaus Roy » 20 Apr 2011 21:16

Why not using VLC/libVLC and the clone filter?
This may very well be possible, but even though I have spent many days browsing the documentation and vlc source code, I haven't figured out how to get the output from the clone filter directed into specific Windows handles. Sending the output to individual monitors seems easy enough, but I need to control position and size of each of each of the outputs as it has to line up with other information/windows on the monitors and that still eludes me.
If you have any hints/directions where to look, I will appreciate it very much.

Regards,
Klaus Roy-Poulsen

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Single video source -> multiple windows/monitors

Postby Jean-Baptiste Kempf » 20 Apr 2011 21:58

I don't think this is supported indeed.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Rémi Denis-Courmont
Developer
Developer
Posts: 15265
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Single video source -> multiple windows/monitors

Postby Rémi Denis-Courmont » 21 Apr 2011 14:56

I have not checked, but the video callbacks should support this. You will need to create the windows and do the rendering (from bitmap) yourself however.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

Klaus Roy
New Cone
New Cone
Posts: 3
Joined: 19 Apr 2011 11:07

Re: Single video source -> multiple windows/monitors

Postby Klaus Roy » 21 Apr 2011 20:06

My current idea goes in the direction of creating a slightly modified version of the clone filter with added options to set the position and sizes of the individual windows. As far as I can understand from e.g. the wall filter which calculates these data for each window, this should be possible. Currently the clone filter just sets the position to 0,0.
As far as I can see, it should be a reasonable simple thing to implement.

It will not be outputting data to my Windows Forms controls/windows, but as long as it ends up the right place on the screen it should be ok.

One of the drawbacks I can see is that I end up with a nonstandard version of libvlc, unless of course the code ends up in the official library.

Does this sound crazy or would you agree it is doable?

Regards,
Klaus Roy-Poulsen

yarospo
New Cone
New Cone
Posts: 2
Joined: 11 Sep 2012 07:44

Re: Single video source -> multiple windows/monitors

Postby yarospo » 21 Oct 2012 20:10

Hey Klaus Roy,

Were you able to solve this? I'm currently facing the same challenge, absolutely stumped for over a week now.


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 5 guests