PDA

View Full Version : SendInfo


erichse
October 13, 2004, 23:29:30
I've made a Graph which is supposed to send a captured video over the network renderer to a remote client.

When I try to run the graph within the Workbench, everything works fine.

But I'm trying to use the graph in C#. Loading, starting and video rendering works without errors, but there seems to be no network traffic at all.
Is there more to do than FilterGraph.Start() ?

By the way: how can I get the SendInfo properties of the NetworkRenderer (in C#) ?

thx,
erich

Bernd Peretzke
October 15, 2004, 14:04:53
Hello,

you can open a filter property page dialog with the IMVSCFilterProperties::ShowProperties(<Filter Name>) method. Please check the network parameter from the filter.

Check the network trafic with a network monitor, e.g. ethereal (http://www.ethereal.com/), and disable a local running firewall software.

And check the filter graph from your application with the File->Connect to Graph... menu command from the MV Workbench.

Regards
Bernd