views:

66

answers:

1

Is it any how possible to run DirectShow on multiple machines with wcf?

+1  A: 

DirectShow and WCF are completely unrelated.

If your question is if you can stream a DirectShow graph using WCF to other computers then the answer is likely no.

Actually WCF can handle streaming data for SOME transports. However neither DirectShow has direct support for this (you would have to develop your own graph components) nor has WCF any special media streaming capabilities.

Foxfire
Heh.. Thank you. But the Q was how to for example implement DS graph structure into WCF so that every instance of WCF would be a 1 DS filter or 1 filter group and WCF woud be a data transfer for connecting thous filters data streams.
Blender