Matteo Dip
February 24, 2006, 16:56:31
I'm experimenting with the filters MV Network Renderer/Source (trial version), that fit my current needs.
I did, in Graphedit, two simple graphs as
Video Source -> compressor -> MV Network Renderer
MV Network Source -> decompressor -> Video Renderer
They work well, independent of the compressor used (even MV MJPEG).
The problem arises when I develop my C# application: I created both graphs (configuring correctly the client/server properties), I run the trasmitter graph (it works, tested with a receiver graph in GraphEdit), but when I run the receiver graph in application I got the following situation:
IMediaControl::Run() returns 1 (S_FALSE), but if IMediaControl::GetState() returns that the filter is running.
I haven't any data out of MV Network Source. The function that create the graph is correct, because if I substitute the Network Source with a video source everything is ok.
How can I solve this one? Thank you in advance.
I did, in Graphedit, two simple graphs as
Video Source -> compressor -> MV Network Renderer
MV Network Source -> decompressor -> Video Renderer
They work well, independent of the compressor used (even MV MJPEG).
The problem arises when I develop my C# application: I created both graphs (configuring correctly the client/server properties), I run the trasmitter graph (it works, tested with a receiver graph in GraphEdit), but when I run the receiver graph in application I got the following situation:
IMediaControl::Run() returns 1 (S_FALSE), but if IMediaControl::GetState() returns that the filter is running.
I haven't any data out of MV Network Source. The function that create the graph is correct, because if I substitute the Network Source with a video source everything is ok.
How can I solve this one? Thank you in advance.