pdx
25th March 2003, 15:13
hi all,
OS: Windows platforms
here's the deal:
AFAIK when an application hooks up to a video source (for capture) provided by a video for windows (vfw) or a WDM driver (say, a video-in card) then no other application can use that video source. this means a connection to such a vfw or WDM video source is exclusive.
now, i'd need to share the same video input (coming from a simple bt8x8 chipset-based pixelview tv-board) between a few applications (mostly simple live video feed encoders), but due to this exclusive locking i can't do that. ie. the first application starts, then the next application reports that there are either no available capture drivers or they're busy.
since i've been into computer aided music a long time, and i ran into kinda the same problem with MIDI connections, there was a great software called midi loopback driver that shared one MIDI input/output port for 4-5 applications.
_my question is_: is there a similar "loopback" driver for vfw or WDM? meaning: a virtual device driver that would yield 4-5 or more vfw or WDM sources which simply come from multiplexing one "real" source?
thanks,
-p
OS: Windows platforms
here's the deal:
AFAIK when an application hooks up to a video source (for capture) provided by a video for windows (vfw) or a WDM driver (say, a video-in card) then no other application can use that video source. this means a connection to such a vfw or WDM video source is exclusive.
now, i'd need to share the same video input (coming from a simple bt8x8 chipset-based pixelview tv-board) between a few applications (mostly simple live video feed encoders), but due to this exclusive locking i can't do that. ie. the first application starts, then the next application reports that there are either no available capture drivers or they're busy.
since i've been into computer aided music a long time, and i ran into kinda the same problem with MIDI connections, there was a great software called midi loopback driver that shared one MIDI input/output port for 4-5 applications.
_my question is_: is there a similar "loopback" driver for vfw or WDM? meaning: a virtual device driver that would yield 4-5 or more vfw or WDM sources which simply come from multiplexing one "real" source?
thanks,
-p