yannick
November 9, 2004, 20:28:09
Hi,
I'm trying to write a small app with a server sending live content from a webcam and a client recording this live content in a file.
I tried first to display the video on the client side using graphedit.
It looked this way :
server : video source -> network renderer
client : network source -> video renderer (an intermediate filter was added automatically - AVI decompressor)
That was amazing ; just in a few minutes I was able to display live video remotely.
But when I tried to replace the video renderer with a file writter (DS standard filter or montivision one) I got the following message : "no intermediate filter found ..." (it's a french translation so it may not be accurate)
What's wrong ?
I would like to use the default DS filter inside my filtergraph because I'm using it successfully on the server side (as part as with the video renderer and the network renderer).
What should I do to save the video stream (uncompressed or compressed in WMV) ?
Maybe this second issue is related : since I couldn't make it work I decided to go back to the display filtergraph and tried to add a samplegrabber between network source and video renderer (no more file writter nor AVI decomp)
this time it connected but the frame captured is empty 0K ?!
What's wrong again ?
Any idea ? I'm completly stuck!
Yannick
I'm trying to write a small app with a server sending live content from a webcam and a client recording this live content in a file.
I tried first to display the video on the client side using graphedit.
It looked this way :
server : video source -> network renderer
client : network source -> video renderer (an intermediate filter was added automatically - AVI decompressor)
That was amazing ; just in a few minutes I was able to display live video remotely.
But when I tried to replace the video renderer with a file writter (DS standard filter or montivision one) I got the following message : "no intermediate filter found ..." (it's a french translation so it may not be accurate)
What's wrong ?
I would like to use the default DS filter inside my filtergraph because I'm using it successfully on the server side (as part as with the video renderer and the network renderer).
What should I do to save the video stream (uncompressed or compressed in WMV) ?
Maybe this second issue is related : since I couldn't make it work I decided to go back to the display filtergraph and tried to add a samplegrabber between network source and video renderer (no more file writter nor AVI decomp)
this time it connected but the frame captured is empty 0K ?!
What's wrong again ?
Any idea ? I'm completly stuck!
Yannick