cplussharp / graph-studio-next

GraphStudioNext is a tool for developers to build and test DirectShow Graphs
355 stars 94 forks source link

Connect remotely to filter graphs hosted by services #274

Open roman380 opened 9 years ago

roman380 commented 9 years ago

Somehow it would be good to extend remote connection capability to reach interactively graphs in service processes. They have their own ROTs and are not reachable directly. Thjat is, they are hard to debug and in the same time the only missing part is getting to service session ROT equivalent.

roman380 commented 9 years ago

Not sure how to approach to this easiest way, ROT looks not helpful, but if we could have a similar alternative using RegisterActiveObject (DirectShowSpy could also implement it and/or provide a helper), then GSN could pick it using GetActiveObject and retrieve the details further as usually through COM marshaling. This is known to work out well.