Search found 3 matches

Go to advanced search

by askem87
25 Mar 2009 00:50
Forum: Development around libVLC
Topic: Fullscreen in 2nd monitor
Replies: 3
Views: 2165

Re: Fullscreen in 2nd monitor

In case anyone is wondering, I managed to get this working. The trick is to add options to the libvlc_media_t, namely, ":vout=opengl", ":x-pos=x", ":y-pos=y", ":fullscreen" set the x and y positions on each video so that they are created in the two separate mo...
by askem87
24 Mar 2009 14:34
Forum: Development around libVLC
Topic: Fullscreen in 2nd monitor
Replies: 3
Views: 2165

Re: Fullscreen in 2nd monitor

Ok... I'm getting a little closer I think, still not really sure. Here's some ideas in case it triggers some ideas in anyone... From the help file (vlc --long-help) --directx-device={} Name of desired display device In a multiple monitor configuration, you can specify the Windows device name of the...
by askem87
23 Mar 2009 18:13
Forum: Development around libVLC
Topic: Fullscreen in 2nd monitor
Replies: 3
Views: 2165

Fullscreen in 2nd monitor

Hi
I'm trying to write a program that will display 2 videos in fullscreen in 2 separate monitors.
I can get a video to do fullscreen, but I can't seem to work out how to choose which monitor it will fullscreen into
I am writing in C++ for Windows XP

Thanks
Ben

Go to advanced search