Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Suppose i have four screens A,B,C,D connected to single machine. I need to play different video to each screen which control and coordinated by application running on single machine.

Problems i am facing

How to connect four screens to single machine.
How to identify individual machine at run time.
How to send video output to each machine.

For this i am using windows form with c#. Please specify all hardware needs also.
Posted
Updated 29-Aug-14 19:20pm
v2
Comments
Sergey Alexandrovich Kryukov 30-Aug-14 0:11am    
То... CPU?... Oh... well, perhaps you are not ready to connect anything...
—SA
Chetan Saini 30-Aug-14 0:33am    
ahmmm sorry cpu means a single machine.
Vinay Mistry 30-Aug-14 0:36am    
See the link for multiple monitor setup
http://www.popularmechanics.com/technology/how-to/tips/how-to-set-up-multiple-monitors

1 solution

Yes: I have seen eight monitors connected to a single PC - you may need to see if the video card you are using supports it however.
Once you have them connected and the driver configured to show them in the correct place, they will act as a single monitor as far as screen addressing is concerned: put the video player app in the middle of each screen and then maximize it - it will fill just the one screen.

Depending on resolution however, you may have bandwidth problems: high res video needs a lot of disk activity which may cause stuttering on less powerful PCs. But I can high full screen video on both my monitors without problems, and my PC is not state of the art.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900