Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Multiple Video Streams

Multiple Video Streams

Scheduled Pinned Locked Moved The Lounge
helphardwarequestion
10 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    Wackatronic
    wrote on last edited by
    #1

    Does anyone know of a way to stream multiple video/audio source From a PC to multiple monitors (doesn't have to be PC monitors, possible component video or ???)? I am wondering if there is a hardware solution to this issue or if it's not even possible Thanks in advance for any help rendered.

    R J J 3 Replies Last reply
    0
    • W Wackatronic

      Does anyone know of a way to stream multiple video/audio source From a PC to multiple monitors (doesn't have to be PC monitors, possible component video or ???)? I am wondering if there is a hardware solution to this issue or if it's not even possible Thanks in advance for any help rendered.

      R Offline
      R Offline
      Rocky Moore
      wrote on last edited by
      #2

      Sounds like you will need multiple video cards. Rocky <>< www.HintsAndTips.com www.GotTheAnswerToSpam.com

      W 1 Reply Last reply
      0
      • R Rocky Moore

        Sounds like you will need multiple video cards. Rocky <>< www.HintsAndTips.com www.GotTheAnswerToSpam.com

        W Offline
        W Offline
        Wackatronic
        wrote on last edited by
        #3

        I realize my reply is going to get screamed at becuse it discusses programming, but can you force video to go to different video cards through c#?

        R L 2 Replies Last reply
        0
        • W Wackatronic

          I realize my reply is going to get screamed at becuse it discusses programming, but can you force video to go to different video cards through c#?

          R Offline
          R Offline
          Rocky Moore
          wrote on last edited by
          #4

          I am not quite sure how it works with multiple video cards. I would assume different video memory addresses and ports. No clue how Windows handles that. What is your end goal? Rocky <>< www.HintsAndTips.com www.GotTheAnswerToSpam.com

          1 Reply Last reply
          0
          • W Wackatronic

            I realize my reply is going to get screamed at becuse it discusses programming, but can you force video to go to different video cards through c#?

            L Offline
            L Offline
            l a u r e n
            wrote on last edited by
            #5

            look up multiple monitor support in msdn ;)


            "there is no spoon"
            biz stuff   about me

            W 1 Reply Last reply
            0
            • L l a u r e n

              look up multiple monitor support in msdn ;)


              "there is no spoon"
              biz stuff   about me

              W Offline
              W Offline
              Wackatronic
              wrote on last edited by
              #6

              Not really what I mean. I am trying to make a system that will be used in an auto with each display being able to either watch a video, surf internet, navigate and be independent of each other. One app controlling multiple windows. I've been searching for hardware that would allow me to push through either firewire or usb to the monitor. Th main monitor will be touch screen. X| Regards Eric C. Tomlinson

              U 1 Reply Last reply
              0
              • W Wackatronic

                Not really what I mean. I am trying to make a system that will be used in an auto with each display being able to either watch a video, surf internet, navigate and be independent of each other. One app controlling multiple windows. I've been searching for hardware that would allow me to push through either firewire or usb to the monitor. Th main monitor will be touch screen. X| Regards Eric C. Tomlinson

                U Offline
                U Offline
                umuhk
                wrote on last edited by
                #7

                each of the monitors you want to drive needs to have a video source. that doesn't just mean some data (like a movie) that you want to display, it means a real live display controller. for most applications that means a VGA-style adapter (although there are other options). so if you want your box to run three different monitors, you need three video controllers, plain and simple. I realize that you *want* to be able to drive the video via some simple connection like USB, but it unfortunately doesn't work that way. you'd need to have a box at the other end of that USB with a display controller in it, that could read the data you send it and reconstruct the display for the monitor. the simplest device like that is a windows terminal, and you'd drive the display as if it were a separate windows session. given the cost and bulk of a windows terminal, you're better off using multiple video cards in your main PC, and running a separate video line to each monitor. if you have multiple video cards in your main PC, you can construct a desktop that "covers" all of them, and position a window on each monitor separately. I *think* that's what you're after.

                1 Reply Last reply
                0
                • W Wackatronic

                  Does anyone know of a way to stream multiple video/audio source From a PC to multiple monitors (doesn't have to be PC monitors, possible component video or ???)? I am wondering if there is a hardware solution to this issue or if it's not even possible Thanks in advance for any help rendered.

                  J Offline
                  J Offline
                  Joan M
                  wrote on last edited by
                  #8

                  take a look at the matrox web site, they have a lot of products that acn help you... www.matrox.com[^] then you can also take a look at the msdn, there are lots of information about multiple monitors... NOTE: the matrox graphics cards allow to connect other kind of devices to the vga output (it is done by using a special cable that comes with the graphics card).

                  1 Reply Last reply
                  0
                  • W Wackatronic

                    Does anyone know of a way to stream multiple video/audio source From a PC to multiple monitors (doesn't have to be PC monitors, possible component video or ???)? I am wondering if there is a hardware solution to this issue or if it's not even possible Thanks in advance for any help rendered.

                    J Offline
                    J Offline
                    JimRivera
                    wrote on last edited by
                    #9

                    Its like a yes and no question. If you are using seperate video cards then windows will give each view its own resolution, display, etc. Most people these days though use dualview cards (one card, two outputs). When windows encounters these cards, it may acutally treat them them as two halves to the same screen. So to program what you wanted, you really would need to use seperate video cards then when streaming the a/v, specify to what card/display. If you are going to use a dualview card, it will be with playing with the screen coordinates and splitting the view and sending the image to the appropriate "half". Hope this helps some. Discovery consist of seeing what everybody has seen and thinking what nobody has thought -- Albert Szent-Györgyi Name the greatest of all the inventors: accident --Mark Twain

                    W 1 Reply Last reply
                    0
                    • J JimRivera

                      Its like a yes and no question. If you are using seperate video cards then windows will give each view its own resolution, display, etc. Most people these days though use dualview cards (one card, two outputs). When windows encounters these cards, it may acutally treat them them as two halves to the same screen. So to program what you wanted, you really would need to use seperate video cards then when streaming the a/v, specify to what card/display. If you are going to use a dualview card, it will be with playing with the screen coordinates and splitting the view and sending the image to the appropriate "half". Hope this helps some. Discovery consist of seeing what everybody has seen and thinking what nobody has thought -- Albert Szent-Györgyi Name the greatest of all the inventors: accident --Mark Twain

                      W Offline
                      W Offline
                      Wackatronic
                      wrote on last edited by
                      #10

                      This is what I finally determined that would work. Wish things like this were easier.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups