Hi
I refered to wis-streamer code which implements a FramedSource for go7007 tv-tuner
    I am using the live & wis-streamer on Windows XP service pack 2

I am attempting to build a Windows DirectShow filter which feeds video / audio frames to a custom FramedSource which implements the readfile() which in turn gets framedata from the DirectShow filter I am feeding my Filter from Microsoft MPEG-4 VKI Codec V3 ( Output PIn shows type as MP43)

Even though I recve the data in Framed Source , when I connect using VLC nothing happens

Please I need some help in understanding - what format the frams should be fed using Framed Source ?

Because your input data is a sequence of MPEG-4 video frames, it should be fed to a "MPEG4VideoStreamDiscreteFramer", which in turn is fed to a "MPEG4ESVideoRTPSink".
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to