[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How many vic's on the same machine?
Bob Riddle writes:
> I setup two machines, one to do multiple video capture (two) and the other
> one to run the openmash vic to receive display the two video streams. I
> start vic on this machine with ".\vic 233.2.171.38/42000".
>
> On the video capture machine, I start Matthew Delco's vserver (video capture
> program using a lml33 card) using that multicast address and port. I then
> start the AG vic capture program (using a WinTV card) using the same address.
>
> The display machine shows both streams, 1 mjpeg & 1 H.261.
>
> Here's the problem - when I start the video capture programs in reverse
> order, the AG vic first, then the Delco vserver, the vic on the display
> machine never shows the vserver mjpeg stream, just the H.261 stream.
it sounds like vic defaults to using the lml board to capture
video rather than the wintv card. since only one application
can have the lml board open at a time, that would cause rtptv
to fail (although rtptv should give you an error message
about this...)
anyway, in vic, go to the main control window, click on "Device..."
and select the wintv card (it may show up as bttv or something)
and then begin transmitting. vic used to have a -D argument to
select the default device although that seems to have been
broken, for now you ought to be able to use soemthing like:
vic -X defaultDevice=v4l1 ...
-Andrew