Hello,
I've been working w/ the Elecard DirectShow filters attempting to build a solution to stream live video over the network encoding using h264 and using Darwin Streaming Server as a rtp server. I have the video source passing through the AVC Encoder and handing off to the NWRenderer. I produce the .sdp and move it up to server.
On the receiving end i have a RTSP NetSourve pointing to the .sdp on the server. The component recognizes the sdp, creating a pinout for H264/AVC video. I direct that into the AVC Video Decoder and into a video renderer.
After playing both sides, i see alll the correct traffic patterns via WireShark and DSS. However, no video in the renderer.
So my question is two part:
1) Is the solution i describe feasable?
2) If above is yes, what am I doing wrong. I'll be happy to provide property settings if needed.
Thanks.
